From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4120AC7EE24 for ; Fri, 2 Jun 2023 13:03:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235782AbjFBNDF (ORCPT ); Fri, 2 Jun 2023 09:03:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52464 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235661AbjFBNC4 (ORCPT ); Fri, 2 Jun 2023 09:02:56 -0400 Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 798E8E46 for ; Fri, 2 Jun 2023 06:02:52 -0700 (PDT) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id E26805C010E; Fri, 2 Jun 2023 09:02:51 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Fri, 02 Jun 2023 09:02:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pks.im; h=cc:cc :content-type:content-type:date:date:from:from:in-reply-to :in-reply-to:message-id:mime-version:references:reply-to:sender :subject:subject:to:to; s=fm1; t=1685710971; x=1685797371; bh=SG vkvV6qq8m0+FfiD7A5z1nJWZ8W1QQLVQp8nf48ohM=; b=RAji2Cpj365p2sauE2 WsJD4c4Kk+M8FI64npMqGVkeW61tH0P24gm7gNTTHhgz448DONZ+mvl3VTUWYLl8 So1s9FpQ74ehFpdTJlbIw7RMbR5LIEvfiF499d6ega6Md8xUJALbfpUoA/wXHbDQ Iy319EtdBCV/D6Ftb0vqOzN7iotdaJYw3K22BMO1JtA4kFb2kDwg6NK130NK2QWU Aie/NgazG+rYMZrpfbeb0mZxB8miUBh2zvyxdBEmOFXOEL5JE0a8ME6KdfPVP/Zu 3D9aravTfMw52od6k26GdPusbybscpflamFS6pdfHGsdKNKLaC4Ec59ek8HfGrc1 RJPA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-type:content-type:date:date :feedback-id:feedback-id:from:from:in-reply-to:in-reply-to :message-id:mime-version:references:reply-to:sender:subject :subject:to:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; t=1685710971; x=1685797371; bh=SGvkvV6qq8m0+ FfiD7A5z1nJWZ8W1QQLVQp8nf48ohM=; b=e6m+d0ENhVV+cpi+kHp9CLOeyphte fCkqhZ/nYtP6VIRvQIgg0+bxae/C7mRMbzd1tsJcfW0rpJRFjjD+BdVJXsUOcfdy VJANCG5TVBMxNcGc5E7ZPJDDd2OcqaIWJPqigEOryN+mHyIdY7iz322e6poDs3U2 GAwXhoElT3EPdyZ79WX/Rwz+u/TsAP0V1QouZPlWyQ/P/kma9+BOR220iW2TxQ0n 5op8FZChqot72sAO0jjLE1HgTGnxPG6U9DcJ7qwZWxcNZ15mg9WlER4jcgLs5nM4 reQt+UrPtledPeYOzwFdKavMCzaScJTq06CwGPCIsbtuxVMPZU1/SflXg== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvhedrfeelfedgheejucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepfffhvfevuffkfhggtggujgesghdtreertddtvdenucfhrhhomheprfgrthhr ihgtkhcuufhtvghinhhhrghrughtuceophhssehpkhhsrdhimheqnecuggftrfgrthhtvg hrnhepueektdevtdffveeljeetgfehheeigeekleduvdeffeeghefgledttdehjeelffet necuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepphhsse hpkhhsrdhimh X-ME-Proxy: Feedback-ID: i197146af:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Fri, 2 Jun 2023 09:02:49 -0400 (EDT) Received: by pks.im (OpenSMTPD) with ESMTPSA id 631e4911 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Fri, 2 Jun 2023 13:01:53 +0000 (UTC) Date: Fri, 2 Jun 2023 15:02:46 +0200 From: Patrick Steinhardt To: git@vger.kernel.org Cc: Taylor Blau , Toon Claes , Phillip Wood , Junio C Hamano Subject: [PATCH 5/5] cat-file: Introduce new option to delimit output with NUL characters Message-ID: <07a7c34615ec68fa42c725fd34d6144b6b191f03.1685710884.git.ps@pks.im> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="fmksL2fXHzGvpd6t" Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org --fmksL2fXHzGvpd6t Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In db9d67f2e9 (builtin/cat-file.c: support NUL-delimited input with `-z`, 2022-07-22), we have introduced a new mode to read the input via NUL-delimited records instead of newline-delimited records. This allows the user to query for revisions that have newlines in their path component. While unusual, such queries are perfectly valid and thus it is clear that we should be able to support them properly. Unfortunately, the commit only changed the input to be NUL-delimited, but didn't change the output at the same time. While this is fine for queries that are processed successfully, it is less so for queries that aren't. In the case of missing commits for example the result can become entirely unparsable: ``` $ printf "7ce4f05bae8120d9fa258e854a8669f6ea9cb7b1 blob 10\n1234567890\n\n\= commit000" | git cat-file --batch -z 7ce4f05bae8120d9fa258e854a8669f6ea9cb7b1 blob 10 1234567890 commit missing ``` This is of course a crafted query that is intentionally gaming the deficiency, but more benign queries that contain newlines would have similar problems. Ideally, we should have also changed the output to be NUL-delimited when `-z` is specified to avoid this problem. As the input is NUL-delimited, it is clear that the output in this case cannot ever contain NUL characters by itself. Furthermore, Git does not allow NUL characters in revisions anyway, further stressing the point that using NUL-delimited output is safe. The only exception is of course the object data itself, but as git-cat-file(1) prints the size of the object data clients should read until that specified size has been consumed. But even though `-z` has only been introduced a few releases ago in Git v2.38.0, changing the output format retroactively to also NUL-delimit output would be a backwards incompatible change. And while one could make the argument that the output is inherently broken already, we need to assume that there are existing users out there that use it just fine given that revisions containing newlines are quite exotic. Instead, introduce a new option `-Z` that switches to NUL-delimited input and output. The old `-z` option is marked as deprecated with a hint that its output may become unparsable. Co-authored-by: Toon Claes Signed-off-by: Patrick Steinhardt --- Documentation/git-cat-file.txt | 13 +++- builtin/cat-file.c | 55 +++++++++------ t/t1006-cat-file.sh | 123 ++++++++++++++++++++++++--------- 3 files changed, 137 insertions(+), 54 deletions(-) diff --git a/Documentation/git-cat-file.txt b/Documentation/git-cat-file.txt index 411de2e27d..b1f48fdfb1 100644 --- a/Documentation/git-cat-file.txt +++ b/Documentation/git-cat-file.txt @@ -14,7 +14,7 @@ SYNOPSIS 'git cat-file' (-t | -s) [--allow-unknown-type] 'git cat-file' (--batch | --batch-check | --batch-command) [--batch-all-ob= jects] [--buffer] [--follow-symlinks] [--unordered] - [--textconv | --filters] [-z] + [--textconv | --filters] [-z] [-Z] 'git cat-file' (--textconv | --filters) [: | --path=3D ] =20 @@ -246,6 +246,12 @@ respectively print: -z:: Only meaningful with `--batch`, `--batch-check`, or `--batch-command`; input is NUL-delimited instead of + newline-delimited. This option is deprecated in favor of + `-Z` as the output can otherwise be ambiguous. + +-Z:: + Only meaningful with `--batch`, `--batch-check`, or + `--batch-command`; input and output is NUL-delimited instead of newline-delimited. =20 =20 @@ -384,6 +390,11 @@ notdir SP LF is printed when, during symlink resolution, a file is used as a directory name. =20 +Alternatively, when `-Z` is passed, the line feeds in any of the above exa= mples +are replaced with NUL terminators. This ensures that output will be parsab= le if +the output itself would contain a linefeed and is thus recommended for +scripting purposes. + CAVEATS ------- =20 diff --git a/builtin/cat-file.c b/builtin/cat-file.c index 001dcb24d6..90ef407d30 100644 --- a/builtin/cat-file.c +++ b/builtin/cat-file.c @@ -43,6 +43,7 @@ struct batch_options { int unordered; int transform_mode; /* may be 'w' or 'c' for --filters or --textconv */ char input_delim; + char output_delim; const char *format; }; =20 @@ -437,11 +438,12 @@ static void print_object_or_die(struct batch_options = *opt, struct expand_data *d } } =20 -static void print_default_format(struct strbuf *scratch, struct expand_dat= a *data) +static void print_default_format(struct strbuf *scratch, struct expand_dat= a *data, + struct batch_options *opt) { - strbuf_addf(scratch, "%s %s %"PRIuMAX"\n", oid_to_hex(&data->oid), + strbuf_addf(scratch, "%s %s %"PRIuMAX"%c", oid_to_hex(&data->oid), type_name(data->type), - (uintmax_t)data->size); + (uintmax_t)data->size, opt->output_delim); } =20 /* @@ -470,8 +472,8 @@ static void batch_object_write(const char *obj_name, &data->oid, &data->info, OBJECT_INFO_LOOKUP_REPLACE); if (ret < 0) { - printf("%s missing\n", - obj_name ? obj_name : oid_to_hex(&data->oid)); + printf("%s missing%c", + obj_name ? obj_name : oid_to_hex(&data->oid), opt->output_delim); fflush(stdout); return; } @@ -492,17 +494,18 @@ static void batch_object_write(const char *obj_name, strbuf_reset(scratch); =20 if (!opt->format) { - print_default_format(scratch, data); + print_default_format(scratch, data, opt); } else { strbuf_expand(scratch, opt->format, expand_format, data); - strbuf_addch(scratch, '\n'); + strbuf_addch(scratch, opt->output_delim); } =20 batch_write(opt, scratch->buf, scratch->len); =20 if (opt->batch_mode =3D=3D BATCH_MODE_CONTENTS) { + char buf[] =3D {opt->output_delim}; print_object_or_die(opt, data); - batch_write(opt, "\n", 1); + batch_write(opt, buf, 1); } } =20 @@ -520,22 +523,25 @@ static void batch_one_object(const char *obj_name, if (result !=3D FOUND) { switch (result) { case MISSING_OBJECT: - printf("%s missing\n", obj_name); + printf("%s missing%c", obj_name, opt->output_delim); break; case SHORT_NAME_AMBIGUOUS: - printf("%s ambiguous\n", obj_name); + printf("%s ambiguous%c", obj_name, opt->output_delim); break; case DANGLING_SYMLINK: - printf("dangling %"PRIuMAX"\n%s\n", - (uintmax_t)strlen(obj_name), obj_name); + printf("dangling %"PRIuMAX"%c%s%c", + (uintmax_t)strlen(obj_name), + opt->output_delim, obj_name, opt->output_delim); break; case SYMLINK_LOOP: - printf("loop %"PRIuMAX"\n%s\n", - (uintmax_t)strlen(obj_name), obj_name); + printf("loop %"PRIuMAX"%c%s%c", + (uintmax_t)strlen(obj_name), + opt->output_delim, obj_name, opt->output_delim); break; case NOT_DIR: - printf("notdir %"PRIuMAX"\n%s\n", - (uintmax_t)strlen(obj_name), obj_name); + printf("notdir %"PRIuMAX"%c%s%c", + (uintmax_t)strlen(obj_name), + opt->output_delim, obj_name, opt->output_delim); break; default: BUG("unknown get_sha1_with_context result %d\n", @@ -547,9 +553,9 @@ static void batch_one_object(const char *obj_name, } =20 if (ctx.mode =3D=3D 0) { - printf("symlink %"PRIuMAX"\n%s\n", + printf("symlink %"PRIuMAX"%c%s%c", (uintmax_t)ctx.symlink_path.len, - ctx.symlink_path.buf); + opt->output_delim, ctx.symlink_path.buf, opt->output_delim); fflush(stdout); return; } @@ -913,6 +919,7 @@ int cmd_cat_file(int argc, const char **argv, const cha= r *prefix) struct batch_options batch =3D {0}; int unknown_type =3D 0; int input_nul_terminated =3D 0; + int nul_terminated =3D 0; =20 const char * const usage[] =3D { N_("git cat-file "), @@ -920,7 +927,7 @@ int cmd_cat_file(int argc, const char **argv, const cha= r *prefix) N_("git cat-file (-t | -s) [--allow-unknown-type] "), N_("git cat-file (--batch | --batch-check | --batch-command) [--batch-al= l-objects]\n" " [--buffer] [--follow-symlinks] [--unordered]\n" - " [--textconv | --filters] [-z]"), + " [--textconv | --filters] [-z] [-Z]"), N_("git cat-file (--textconv | --filters)\n" " [: | --path=3D = ]"), NULL @@ -950,6 +957,7 @@ int cmd_cat_file(int argc, const char **argv, const cha= r *prefix) PARSE_OPT_OPTARG | PARSE_OPT_NONEG, batch_option_callback), OPT_BOOL('z', NULL, &input_nul_terminated, N_("stdin is NUL-terminated")= ), + OPT_BOOL('Z', NULL, &nul_terminated, N_("stdin and stdout is NUL-termina= ted")), OPT_CALLBACK_F(0, "batch-command", &batch, N_("format"), N_("read commands from stdin"), PARSE_OPT_OPTARG | PARSE_OPT_NONEG, @@ -1011,8 +1019,15 @@ int cmd_cat_file(int argc, const char **argv, const = char *prefix) else if (input_nul_terminated) usage_msg_optf(_("'%s' requires a batch mode"), usage, options, "-z"); + else if (nul_terminated) + usage_msg_optf(_("'%s' requires a batch mode"), usage, options, + "-Z"); =20 - batch.input_delim =3D input_nul_terminated ? '\0' : '\n'; + batch.input_delim =3D batch.output_delim =3D '\n'; + if (input_nul_terminated) + batch.input_delim =3D '\0'; + if (nul_terminated) + batch.input_delim =3D batch.output_delim =3D '\0'; =20 /* Batch defaults */ if (batch.buffer_output < 0) diff --git a/t/t1006-cat-file.sh b/t/t1006-cat-file.sh index 7b985cfded..d73a0be1b9 100755 --- a/t/t1006-cat-file.sh +++ b/t/t1006-cat-file.sh @@ -89,7 +89,8 @@ done for opt in --buffer \ --follow-symlinks \ --batch-all-objects \ - -z + -z \ + -Z do test_expect_success "usage: bad option combination: $opt without batch mo= de" ' test_incompatible_usage git cat-file $opt && @@ -392,17 +393,18 @@ deadbeef =20 " =20 -batch_output=3D"$hello_sha1 blob $hello_size -$hello_content -$commit_sha1 commit $commit_size -$commit_content -$tag_sha1 tag $tag_size -$tag_content -deadbeef missing - missing" +printf "%s\0" \ + "$hello_sha1 blob $hello_size" \ + "$hello_content" \ + "$commit_sha1 commit $commit_size" \ + "$commit_content" \ + "$tag_sha1 tag $tag_size" \ + "$tag_content" \ + "deadbeef missing" \ + " missing" >batch_output =20 test_expect_success '--batch with multiple sha1s gives correct format' ' - echo "$batch_output" >expect && + tr "\0" "\n" expect && echo_without_newline "$batch_input" >in && git cat-file --batch actual && test_cmp expect actual @@ -410,11 +412,17 @@ test_expect_success '--batch with multiple sha1s give= s correct format' ' =20 test_expect_success '--batch, -z with multiple sha1s gives correct format'= ' echo_without_newline_nul "$batch_input" >in && - echo "$batch_output" >expect && + tr "\0" "\n" expect && git cat-file --batch -z actual && test_cmp expect actual ' =20 +test_expect_success '--batch, -Z with multiple sha1s gives correct format'= ' + echo_without_newline_nul "$batch_input" >in && + git cat-file --batch -Z actual && + test_cmp batch_output actual +' + batch_check_input=3D"$hello_sha1 $tree_sha1 $commit_sha1 @@ -423,40 +431,55 @@ deadbeef =20 " =20 -batch_check_output=3D"$hello_sha1 blob $hello_size -$tree_sha1 tree $tree_size -$commit_sha1 commit $commit_size -$tag_sha1 tag $tag_size -deadbeef missing - missing" +printf "%s\0" \ + "$hello_sha1 blob $hello_size" \ + "$tree_sha1 tree $tree_size" \ + "$commit_sha1 commit $commit_size" \ + "$tag_sha1 tag $tag_size" \ + "deadbeef missing" \ + " missing" >batch_check_output =20 test_expect_success "--batch-check with multiple sha1s gives correct forma= t" ' - echo "$batch_check_output" >expect && + tr "\0" "\n" expect && echo_without_newline "$batch_check_input" >in && git cat-file --batch-check actual && test_cmp expect actual ' =20 test_expect_success "--batch-check, -z with multiple sha1s gives correct f= ormat" ' - echo "$batch_check_output" >expect && + tr "\0" "\n" expect && echo_without_newline_nul "$batch_check_input" >in && git cat-file --batch-check -z actual && test_cmp expect actual ' =20 -test_expect_success FUNNYNAMES '--batch-check, -z with newline in input' ' +test_expect_success "--batch-check, -Z with multiple sha1s gives correct f= ormat" ' + echo_without_newline_nul "$batch_check_input" >in && + git cat-file --batch-check -Z actual && + test_cmp batch_check_output actual +' + +test_expect_success FUNNYNAMES 'setup with newline in input' ' touch -- "newline${LF}embedded" && git add -- "newline${LF}embedded" && git commit -m "file with newline embedded" && test_tick && =20 - printf "HEAD:newline${LF}embedded" >in && - git cat-file --batch-check -z actual && + printf "HEAD:newline${LF}embedded" >in +' =20 +test_expect_success FUNNYNAMES '--batch-check, -z with newline in input' ' + git cat-file --batch-check -z actual && echo "$(git rev-parse "HEAD:newline${LF}embedded") blob 0" >expect && test_cmp expect actual ' =20 +test_expect_success FUNNYNAMES '--batch-check, -Z with newline in input' ' + git cat-file --batch-check -Z actual && + printf "%s\0" "$(git rev-parse "HEAD:newline${LF}embedded") blob 0" >expe= ct && + test_cmp expect actual +' + batch_command_multiple_info=3D"info $hello_sha1 info $tree_sha1 info $commit_sha1 @@ -480,7 +503,13 @@ test_expect_success '--batch-command with multiple inf= o calls gives correct form echo "$batch_command_multiple_info" | tr "\n" "\0" >in && git cat-file --batch-command --buffer -z actual && =20 - test_cmp expect actual + test_cmp expect actual && + + echo "$batch_command_multiple_info" | tr "\n" "\0" >in && + tr "\n" "\0" expect_nul && + git cat-file --batch-command --buffer -Z actual && + + test_cmp expect_nul actual ' =20 batch_command_multiple_contents=3D"contents $hello_sha1 @@ -490,15 +519,15 @@ contents deadbeef flush" =20 test_expect_success '--batch-command with multiple command calls gives cor= rect format' ' - cat >expect <<-EOF && - $hello_sha1 blob $hello_size - $hello_content - $commit_sha1 commit $commit_size - $commit_content - $tag_sha1 tag $tag_size - $tag_content - deadbeef missing - EOF + printf "%s\0" \ + "$hello_sha1 blob $hello_size" \ + "$hello_content" \ + "$commit_sha1 commit $commit_size" \ + "$commit_content" \ + "$tag_sha1 tag $tag_size" \ + "$tag_content" \ + "deadbeef missing" >expect_nul && + tr "\0" "\n" expect && =20 echo "$batch_command_multiple_contents" >in && git cat-file --batch-command --buffer actual && @@ -508,7 +537,12 @@ test_expect_success '--batch-command with multiple com= mand calls gives correct f echo "$batch_command_multiple_contents" | tr "\n" "\0" >in && git cat-file --batch-command --buffer -z actual && =20 - test_cmp expect actual + test_cmp expect actual && + + echo "$batch_command_multiple_contents" | tr "\n" "\0" >in && + git cat-file --batch-command --buffer -Z actual && + + test_cmp expect_nul actual ' =20 test_expect_success 'setup blobs which are likely to delta' ' @@ -848,6 +882,13 @@ test_expect_success 'git cat-file --batch-check --foll= ow-symlinks works for brok test_cmp expect actual ' =20 +test_expect_success 'git cat-file --batch-check --follow-symlinks -Z works= for broken in-repo, same-dir links' ' + printf "HEAD:broken-same-dir-link\0" >in && + printf "dangling 25\0HEAD:broken-same-dir-link\0" >expect && + git cat-file --batch-check --follow-symlinks -Z actual && + test_cmp expect actual +' + test_expect_success 'git cat-file --batch-check --follow-symlinks works fo= r same-dir links-to-links' ' echo HEAD:link-to-link | git cat-file --batch-check --follow-symlinks >ac= tual && test_cmp found actual @@ -862,6 +903,15 @@ test_expect_success 'git cat-file --batch-check --foll= ow-symlinks works for pare test_cmp expect actual ' =20 +test_expect_success 'git cat-file --batch-check --follow-symlinks -Z works= for parent-dir links' ' + echo HEAD:dir/parent-dir-link | git cat-file --batch-check --follow-symli= nks >actual && + test_cmp found actual && + printf "notdir 29\0HEAD:dir/parent-dir-link/nope\0" >expect && + printf "HEAD:dir/parent-dir-link/nope\0" >in && + git cat-file --batch-check --follow-symlinks -Z actual && + test_cmp expect actual +' + test_expect_success 'git cat-file --batch-check --follow-symlinks works fo= r .. links' ' echo dangling 22 >expect && echo HEAD:dir/link-dir/nope >>expect && @@ -976,6 +1026,13 @@ test_expect_success 'git cat-file --batch-check --fol= low-symlink breaks loops' ' test_cmp expect actual ' =20 +test_expect_success 'git cat-file --batch-check --follow-symlink -Z breaks= loops' ' + printf "loop 10\0HEAD:loop1\0" >expect && + printf "HEAD:loop1\0" >in && + git cat-file --batch-check --follow-symlinks -Z actual && + test_cmp expect actual +' + test_expect_success 'git cat-file --batch --follow-symlink returns correct= sha and mode' ' echo HEAD:morx | git cat-file --batch >expect && echo HEAD:morx | git cat-file --batch --follow-symlinks >actual && --=20 2.40.1 --fmksL2fXHzGvpd6t Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEF9hrgiFbCdvenl/rVbJhu7ckPpQFAmR56HYACgkQVbJhu7ck PpQKgg/8DidV9jPGSeC2a1rZZpW9ue0i4Q3OVD6O4bwIWLPtW1vzLqp7P6+lBHeV znTzXqfPU5u9ZtVh939M4SSIx5gQV0VswZ2O9IMnO4LaphLS8Kc/rafiyUxlMDLN VRXddDMkHgUqcJy/USsHYJlW1aBI/7LYDjk+CX131N4kkYIB36mBAbxMFWvCTc4j mwLV02hB+Nz3WxK20kD6OlaKFWo9nbCMYVsEoI9efpmbQcUUlDxL+hjVBJXjUkZr 4d3MundGrKBVXmTetyZboKjpldx8YLKBW17FIX2/dHIHR1EH4ybLBHrRhbni8dpA j+yJXAoBBNedh58JPc0yoo0aNO2OdDEGnAVS0XRPXy/jMg6c2EILINCTeUcrTPis 7QEmU8/MCRne8zgnchg0aa4MvDCDzzLBrTBYttYHYzqKgxVGphA3ms/Su4QuEn6b ienOSXNI4+YDptogp0kgmvKWk80rQOOf29SnBXhCZCKueEu2P5hv5FBeqUdHC6oQ khZp5sX0O3siSd/P65LSPqL/A9kh153nnBeP9wllQ3oTDi8EcOc/2ataIiD2Tfxy gmvLfyiyN15jSoYGwchoY5yCOG9YO14lei2SRd7YJVmJKHsHWC2bHNMu9e0s3hWJ bCCrQiSAt5cMHq/VS5mzkq2Tb6fxJXhCF9qIE+bxQlEL6ktvGQo= =LukV -----END PGP SIGNATURE----- --fmksL2fXHzGvpd6t--