release 2.052003

This commit is contained in:
Oliver Gorwits
2022-04-13 20:08:28 +01:00
parent aedcf5ef4e
commit 4b428229a0
5 changed files with 14 additions and 8 deletions

View File

@@ -86,7 +86,7 @@ Module::Build->new(
'Starman' => '0.4008', 'Starman' => '0.4008',
'Storable' => '0', 'Storable' => '0',
'Sys::SigAction' => '0', 'Sys::SigAction' => '0',
'SNMP::Info' => '3.81', 'SNMP::Info' => '3.82',
'SQL::Abstract' => '1.85', 'SQL::Abstract' => '1.85',
'SQL::Translator' => '0.11024', 'SQL::Translator' => '0.11024',
'Sub::Util' => '1.40', 'Sub::Util' => '1.40',

View File

@@ -1,3 +1,9 @@
2.052003 - 2022-04-13
[BUG FIXES]
* CVE-2022-24785 in moment.js
2.052002 - 2022-02-28 2.052002 - 2022-02-28
[ENHANCEMENTS] [ENHANCEMENTS]

View File

@@ -92,7 +92,7 @@
"Pod::Usage" : "0", "Pod::Usage" : "0",
"Regexp::Common" : "2017060201", "Regexp::Common" : "2017060201",
"Role::Tiny" : "1.002005", "Role::Tiny" : "1.002005",
"SNMP::Info" : "3.81", "SNMP::Info" : "3.82",
"SQL::Abstract" : "1.85", "SQL::Abstract" : "1.85",
"SQL::Translator" : "0.11024", "SQL::Translator" : "0.11024",
"Scope::Guard" : "0", "Scope::Guard" : "0",
@@ -134,7 +134,7 @@
"provides" : { "provides" : {
"App::Netdisco" : { "App::Netdisco" : {
"file" : "lib/App/Netdisco.pm", "file" : "lib/App/Netdisco.pm",
"version" : "2.052002" "version" : "2.052003"
}, },
"App::Netdisco::AnyEvent::Nbtstat" : { "App::Netdisco::AnyEvent::Nbtstat" : {
"file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm" "file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm"
@@ -897,6 +897,6 @@
"x_IRC" : "irc://irc.libera.chat/#netdisco", "x_IRC" : "irc://irc.libera.chat/#netdisco",
"x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users" "x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users"
}, },
"version" : "2.052002", "version" : "2.052003",
"x_serialization_backend" : "JSON::PP version 4.06" "x_serialization_backend" : "JSON::PP version 4.06"
} }

View File

@@ -23,7 +23,7 @@ name: App-Netdisco
provides: provides:
App::Netdisco: App::Netdisco:
file: lib/App/Netdisco.pm file: lib/App/Netdisco.pm
version: '2.052002' version: '2.052003'
App::Netdisco::AnyEvent::Nbtstat: App::Netdisco::AnyEvent::Nbtstat:
file: lib/App/Netdisco/AnyEvent/Nbtstat.pm file: lib/App/Netdisco/AnyEvent/Nbtstat.pm
App::Netdisco::Backend::Job: App::Netdisco::Backend::Job:
@@ -584,7 +584,7 @@ requires:
Pod::Usage: '0' Pod::Usage: '0'
Regexp::Common: '2017060201' Regexp::Common: '2017060201'
Role::Tiny: '1.002005' Role::Tiny: '1.002005'
SNMP::Info: '3.81' SNMP::Info: '3.82'
SQL::Abstract: '1.85' SQL::Abstract: '1.85'
SQL::Translator: '0.11024' SQL::Translator: '0.11024'
Scope::Guard: '0' Scope::Guard: '0'
@@ -619,5 +619,5 @@ resources:
homepage: http://netdisco.org/ homepage: http://netdisco.org/
license: http://opensource.org/licenses/bsd-license.php license: http://opensource.org/licenses/bsd-license.php
repository: https://github.com/netdisco/netdisco repository: https://github.com/netdisco/netdisco
version: '2.052002' version: '2.052003'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018' x_serialization_backend: 'CPAN::Meta::YAML version 0.018'

View File

@@ -4,7 +4,7 @@ use strict;
use warnings; use warnings;
use 5.010_000; use 5.010_000;
our $VERSION = '2.052002'; our $VERSION = '2.052003';
use App::Netdisco::Configuration; use App::Netdisco::Configuration;
=head1 NAME =head1 NAME