git: a1a8f538649a - main - devel/p5-Connector: Update to 1.51
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 17 Sep 2023 15:29:55 UTC
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=a1a8f538649ae9502dfb3c59f8ac659ba65fa421 commit a1a8f538649ae9502dfb3c59f8ac659ba65fa421 Author: Sergei Vyshenski <svysh.fbsd@gmail.com> AuthorDate: 2023-09-13 21:46:06 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-09-17 15:23:13 +0000 devel/p5-Connector: Update to 1.51 ChangeLog: https://github.com/whiterabbitsecurity/connector/compare/1.47...1.51 PR: 273768 --- devel/p5-Connector/Makefile | 6 +++--- devel/p5-Connector/distinfo | 6 +++--- .../p5-Connector/files/patch-t_01-proxy-proc-safeexec.t | 11 +++++++++++ devel/p5-Connector/pkg-plist | 16 +++++++++------- 4 files changed, 26 insertions(+), 13 deletions(-) diff --git a/devel/p5-Connector/Makefile b/devel/p5-Connector/Makefile index fa8247f7b213..b7475dc3d7b8 100644 --- a/devel/p5-Connector/Makefile +++ b/devel/p5-Connector/Makefile @@ -1,12 +1,11 @@ PORTNAME= Connector -DISTVERSION= 1.47 -PORTREVISION= 1 +DISTVERSION= 1.51 CATEGORIES= devel perl5 PKGNAMEPREFIX= p5- MAINTAINER= svysh.fbsd@gmail.com COMMENT= Generic connection to a hierarchical-structured data set -WWW= https://github.com/mrscotty/connector +WWW= https://github.com/whiterabbitsecurity/connector LICENSE= ART10 GPLv1+ LICENSE_COMB= dual @@ -26,6 +25,7 @@ RUN_DEPENDS= bash:shells/bash \ p5-Moose>=0:devel/p5-Moose \ p5-perl-ldap>=0:net/p5-perl-ldap \ p5-Proc-SafeExec>=0:devel/p5-Proc-SafeExec \ + p5-Syntax-Keyword-Try>=0:devel/p5-Syntax-Keyword-Try \ p5-Template-Toolkit>=0:www/p5-Template-Toolkit \ p5-Text-CSV_XS>=0:textproc/p5-Text-CSV_XS \ p5-YAML>=1.06:textproc/p5-YAML diff --git a/devel/p5-Connector/distinfo b/devel/p5-Connector/distinfo index 30a125cb114e..2eccd0cfaa84 100644 --- a/devel/p5-Connector/distinfo +++ b/devel/p5-Connector/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1673445720 -SHA256 (whiterabbitsecurity-connector-1.47_GH0.tar.gz) = dd973fd97eb69ecfdf0b071db3bc53daf7dd4ce69d28d45aff395f6af870f58d -SIZE (whiterabbitsecurity-connector-1.47_GH0.tar.gz) = 71760 +TIMESTAMP = 1694599759 +SHA256 (whiterabbitsecurity-connector-1.51_GH0.tar.gz) = 1737548f3bb8709bbf81b5b6eebfcebc668c86fdaac84e39c97058db6e4aacd6 +SIZE (whiterabbitsecurity-connector-1.51_GH0.tar.gz) = 72419 diff --git a/devel/p5-Connector/files/patch-t_01-proxy-proc-safeexec.t b/devel/p5-Connector/files/patch-t_01-proxy-proc-safeexec.t new file mode 100644 index 000000000000..1a88965fa170 --- /dev/null +++ b/devel/p5-Connector/files/patch-t_01-proxy-proc-safeexec.t @@ -0,0 +1,11 @@ +--- t/01-proxy-proc-safeexec.t.orig 2023-09-13 21:35:18 UTC ++++ t/01-proxy-proc-safeexec.t +@@ -6,7 +6,7 @@ use warnings; + use English; + use Syntax::Keyword::Try; + +-use Test::More tests => 23; ++use Test::More tests => 24; + + use Log::Log4perl; + Log::Log4perl->easy_init( { level => 'ERROR' } ); diff --git a/devel/p5-Connector/pkg-plist b/devel/p5-Connector/pkg-plist index 8ebd2f4f2aa0..9ffd2d91ae6b 100644 --- a/devel/p5-Connector/pkg-plist +++ b/devel/p5-Connector/pkg-plist @@ -1,7 +1,5 @@ %%PERL5_MAN3%%/Connector.3.gz %%PERL5_MAN3%%/Connector::Builtin.3.gz -%%PERL5_MAN3%%/Connector::Builtin::Memory.3.gz -%%PERL5_MAN3%%/Connector::Builtin::Static.3.gz %%PERL5_MAN3%%/Connector::Builtin::Authentication::LDAP.3.gz %%PERL5_MAN3%%/Connector::Builtin::Authentication::Password.3.gz %%PERL5_MAN3%%/Connector::Builtin::Authentication::PasswordScheme.3.gz @@ -9,7 +7,10 @@ %%PERL5_MAN3%%/Connector::Builtin::File::Path.3.gz %%PERL5_MAN3%%/Connector::Builtin::File::SCP.3.gz %%PERL5_MAN3%%/Connector::Builtin::File::Simple.3.gz +%%PERL5_MAN3%%/Connector::Builtin::Inline.3.gz +%%PERL5_MAN3%%/Connector::Builtin::Memory.3.gz %%PERL5_MAN3%%/Connector::Builtin::Null.3.gz +%%PERL5_MAN3%%/Connector::Builtin::Static.3.gz %%PERL5_MAN3%%/Connector::Iterator.3.gz %%PERL5_MAN3%%/Connector::Multi.3.gz %%PERL5_MAN3%%/Connector::Multi::Merge.3.gz @@ -17,21 +18,21 @@ %%PERL5_MAN3%%/Connector::Proxy.3.gz %%PERL5_MAN3%%/Connector::Proxy::Authentication::KeyNanny.3.gz %%PERL5_MAN3%%/Connector::Proxy::Config::Std.3.gz -%%PERL5_MAN3%%/Connector::Proxy::Config::Versioned.3.gz %%PERL5_MAN3%%/Connector::Proxy::DBI.3.gz %%PERL5_MAN3%%/Connector::Proxy::HTTP.3.gz %%PERL5_MAN3%%/Connector::Proxy::JSON.3.gz -%%PERL5_MAN3%%/Connector::Proxy::YAML.3.gz %%PERL5_MAN3%%/Connector::Proxy::Net::FTP.3.gz %%PERL5_MAN3%%/Connector::Proxy::Net::LDAP.3.gz %%PERL5_MAN3%%/Connector::Proxy::Net::LDAP::DN.3.gz %%PERL5_MAN3%%/Connector::Proxy::Net::LDAP::Simple.3.gz %%PERL5_MAN3%%/Connector::Proxy::Net::LDAP::Single.3.gz +%%PERL5_MAN3%%/Connector::Proxy::Net::SFTP.3.gz %%PERL5_MAN3%%/Connector::Proxy::Proc::SafeExec.3.gz %%PERL5_MAN3%%/Connector::Proxy::SOAP::Lite.3.gz +%%PERL5_MAN3%%/Connector::Proxy::YAML.3.gz %%PERL5_MAN3%%/Connector::Role::LocalPath.3.gz -%%PERL5_MAN3%%/Connector::Role::SessionCache.3.gz %%PERL5_MAN3%%/Connector::Role::SSLUserAgent.3.gz +%%PERL5_MAN3%%/Connector::Role::SessionCache.3.gz %%PERL5_MAN3%%/Connector::Tee.3.gz %%PERL5_MAN3%%/Connector::Wrapper.3.gz %%SITE_PERL%%/Connector.pm @@ -43,6 +44,7 @@ %%SITE_PERL%%/Connector/Builtin/File/Path.pm %%SITE_PERL%%/Connector/Builtin/File/SCP.pm %%SITE_PERL%%/Connector/Builtin/File/Simple.pm +%%SITE_PERL%%/Connector/Builtin/Inline.pm %%SITE_PERL%%/Connector/Builtin/Memory.pm %%SITE_PERL%%/Connector/Builtin/Null.pm %%SITE_PERL%%/Connector/Builtin/Static.pm @@ -53,7 +55,6 @@ %%SITE_PERL%%/Connector/Proxy.pm %%SITE_PERL%%/Connector/Proxy/Authentication/KeyNanny.pm %%SITE_PERL%%/Connector/Proxy/Config/Std.pm -%%SITE_PERL%%/Connector/Proxy/Config/Versioned.pm %%SITE_PERL%%/Connector/Proxy/DBI.pm %%SITE_PERL%%/Connector/Proxy/HTTP.pm %%SITE_PERL%%/Connector/Proxy/JSON.pm @@ -62,12 +63,13 @@ %%SITE_PERL%%/Connector/Proxy/Net/LDAP/DN.pm %%SITE_PERL%%/Connector/Proxy/Net/LDAP/Simple.pm %%SITE_PERL%%/Connector/Proxy/Net/LDAP/Single.pm +%%SITE_PERL%%/Connector/Proxy/Net/SFTP.pm %%SITE_PERL%%/Connector/Proxy/Proc/SafeExec.pm %%SITE_PERL%%/Connector/Proxy/SOAP/Lite.pm %%SITE_PERL%%/Connector/Proxy/YAML.pm %%SITE_PERL%%/Connector/Role/LocalPath.pm -%%SITE_PERL%%/Connector/Role/SessionCache.pm %%SITE_PERL%%/Connector/Role/SSLUserAgent.pm +%%SITE_PERL%%/Connector/Role/SessionCache.pm %%SITE_PERL%%/Connector/Tee.pm %%SITE_PERL%%/Connector/Types.pm %%SITE_PERL%%/Connector/Wrapper.pm