[Bps-public-commit] RT-Client-CLI branch master updated. 5.0.3-3-g057f172

BPS Git Server git at git.bestpractical.com
Thu May 4 14:44:00 UTC 2023


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "RT-Client-CLI".

The branch, master has been updated
       via  057f172ebe695afd1076acb5a61069b13fdff402 (commit)
       via  eddbe248385a5e103cbb226aad9def871ba2c007 (commit)
       via  8c1008e82f5684c711dff45f2ab3291345a24c5e (commit)
      from  6a691ae445e234f6849f4cd56af9022e61607a09 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 057f172ebe695afd1076acb5a61069b13fdff402
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Thu May 4 22:35:19 2023 +0800

    Prep 5.0.4

diff --git a/LICENSE b/LICENSE
index 82994ce..ffe6e2f 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-This software is Copyright (c) 2014-2022 by -2022 by Best Practical Solutions, LLC.
+This software is Copyright (c) 2023 by Best Practical Solutions, LLC.
 
 This is free software, licensed under:
 
diff --git a/META.json b/META.json
index aef6018..d4bfc5a 100644
--- a/META.json
+++ b/META.json
@@ -1,10 +1,10 @@
 {
    "abstract" : "Provides the official rt and rt-mailgate command line clients",
    "author" : [
-      "-2022 by Best Practical Solutions, LLC"
+      "Best Practical Solutions, LLC"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Milla version v1.0.21, Dist::Zilla version 6.025, CPAN::Meta::Converter version 2.150010",
+   "generated_by" : "Dist::Milla version v1.0.21, Dist::Zilla version 6.030, CPAN::Meta::Converter version 2.150010",
    "license" : [
       "gpl_2"
    ],
@@ -86,15 +86,15 @@
          "web" : "https://github.com/bestpractical/rt-client-cli"
       }
    },
-   "version" : "5.0.3",
+   "version" : "5.0.4",
    "x_contributors" : [
       "Alex Vandiver <alexmv at bestpractical.com>",
       "sunnavy <sunnavy at bestpractical.com>",
       "Thomas Sibley <trs at bestpractical.com>",
       "Todd Wade <todd at bestpractical.com>"
    ],
-   "x_generated_by_perl" : "v5.36.0",
-   "x_serialization_backend" : "Cpanel::JSON::XS version 4.29",
+   "x_generated_by_perl" : "v5.36.1",
+   "x_serialization_backend" : "Cpanel::JSON::XS version 4.36",
    "x_spdx_expression" : "GPL-2.0-only",
    "x_static_install" : 1
 }
diff --git a/Makefile.PL b/Makefile.PL
index 602c700..fa859b8 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.025.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.030.
 use strict;
 use warnings;
 
@@ -8,7 +8,7 @@ use ExtUtils::MakeMaker;
 
 my %WriteMakefileArgs = (
   "ABSTRACT" => "Provides the official rt and rt-mailgate command line clients",
-  "AUTHOR" => "-2022 by Best Practical Solutions, LLC",
+  "AUTHOR" => "Best Practical Solutions, LLC",
   "CONFIGURE_REQUIRES" => {
     "ExtUtils::MakeMaker" => 0
   },
@@ -35,7 +35,7 @@ my %WriteMakefileArgs = (
   "TEST_REQUIRES" => {
     "Test::More" => "0.88"
   },
-  "VERSION" => "5.0.3",
+  "VERSION" => "5.0.4",
   "test" => {
     "TESTS" => "t/*.t"
   }
diff --git a/README.md b/README.md
index e14bebd..683b301 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ version from which the included commands were extracted.
 
 # COPYRIGHT
 
-Copyright 2014-2022 by Best Practical Solutions, LLC
+Copyright 2023 by Best Practical Solutions, LLC
 
 # LICENSE
 
diff --git a/lib/RT/Client/CLI.pm b/lib/RT/Client/CLI.pm
index f7472e3..7c48640 100644
--- a/lib/RT/Client/CLI.pm
+++ b/lib/RT/Client/CLI.pm
@@ -32,7 +32,7 @@ version from which the included commands were extracted.
 
 =head1 COPYRIGHT
 
-Copyright 2014-2022 by Best Practical Solutions, LLC
+Copyright 2023 by Best Practical Solutions, LLC
 
 =head1 LICENSE
 

commit eddbe248385a5e103cbb226aad9def871ba2c007
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Thu May 4 22:33:47 2023 +0800

    Prep 5.0.4

diff --git a/Changes b/Changes
index dba3e73..cac7994 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for RT-Client-CLI
 
+5.0.4 2023-05-04
+ - Support arbitrary user names in .rt_sessions
+
 5.0.3 2022-07-13
  - Include rt-mailgate
 
diff --git a/lib/RT/Client/CLI.pm b/lib/RT/Client/CLI.pm
index 0e65327..f7472e3 100644
--- a/lib/RT/Client/CLI.pm
+++ b/lib/RT/Client/CLI.pm
@@ -3,7 +3,7 @@ package RT::Client::CLI;
 use strict;
 use warnings;
 use 5.008_005;
-our $VERSION = '5.0.3';
+our $VERSION = '5.0.4';
 
 1;
 __END__

commit 8c1008e82f5684c711dff45f2ab3291345a24c5e
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Thu May 4 22:31:23 2023 +0800

    Update to 5.0.4

diff --git a/script/rt b/script/rt
index 112cf37..745d797 100644
--- a/script/rt
+++ b/script/rt
@@ -3,7 +3,7 @@
 #
 # COPYRIGHT:
 #
-# This software is Copyright (c) 1996-2022 Best Practical Solutions, LLC
+# This software is Copyright (c) 1996-2023 Best Practical Solutions, LLC
 #                                          <sales at bestpractical.com>
 #
 # (Except where explicitly superseded by other copyright notices)
@@ -1212,8 +1212,8 @@ sub submit {
         while (<$handle>) {
             chomp;
             next if /^$/ || /^#/;
-            next unless m#^https?://[^ ]+ \w+ [^;,\s]+=[0-9A-Fa-f]+$#;
-            my ($server, $user, $cookie) = split / /, $_;
+            next unless m#^(https?://[^ ]+) (.+) ([^;,\s]+=[0-9A-Fa-f]+)$#;
+            my ($server, $user, $cookie) = ($1, $2, $3);
             $sids->{$server}{$user} = $cookie;
         }
         return 1;
diff --git a/script/rt-mailgate b/script/rt-mailgate
index 9870b54..984ddd5 100644
--- a/script/rt-mailgate
+++ b/script/rt-mailgate
@@ -3,7 +3,7 @@
 #
 # COPYRIGHT:
 #
-# This software is Copyright (c) 1996-2022 Best Practical Solutions, LLC
+# This software is Copyright (c) 1996-2023 Best Practical Solutions, LLC
 #                                          <sales at bestpractical.com>
 #
 # (Except where explicitly superseded by other copyright notices)
@@ -151,7 +151,7 @@ sub get_useragent {
     my $self = shift;
     my $opts = shift;
     my $ua   = LWP::UserAgent->new();
-    $ua->agent("rt-mailgate/5.0.3 ");
+    $ua->agent("rt-mailgate/5.0.4 ");
     $ua->cookie_jar( { file => $opts->{'jar'} } ) if $opts->{'jar'};
 
     $ua->ssl_opts( verify_hostname => $opts->{'verify-ssl'}, SSL_verify_mode => $opts->{'verify-ssl'} );

-----------------------------------------------------------------------

Summary of changes:
 Changes              |  3 +++
 LICENSE              |  2 +-
 META.json            | 10 +++++-----
 Makefile.PL          |  6 +++---
 README.md            |  2 +-
 lib/RT/Client/CLI.pm |  4 ++--
 script/rt            |  6 +++---
 script/rt-mailgate   |  4 ++--
 8 files changed, 20 insertions(+), 17 deletions(-)


hooks/post-receive
-- 
RT-Client-CLI


More information about the Bps-public-commit mailing list