diff --git a/amanda-2.6.1p1-avoid-perl-provides.patch b/amanda-2.6.1p1-avoid-perl-provides.patch index 3c3a5aa..742cac1 100644 --- a/amanda-2.6.1p1-avoid-perl-provides.patch +++ b/amanda-2.6.1p1-avoid-perl-provides.patch @@ -1,8 +1,8 @@ -Index: amanda-2.6.1p1/perl/Amanda/BigIntCompat.pm +Index: amanda-tag-community-3.5.4/perl/Amanda/BigIntCompat.pm =================================================================== ---- amanda-2.6.1p1.orig/perl/Amanda/BigIntCompat.pm 2008-12-16 01:03:38.000000000 +0100 -+++ amanda-2.6.1p1/perl/Amanda/BigIntCompat.pm 2011-04-30 17:21:41.515787668 +0200 -@@ -60,7 +60,8 @@ our $stringify = overload::Method($test_ +--- amanda-tag-community-3.5.4.orig/perl/Amanda/BigIntCompat.pm ++++ amanda-tag-community-3.5.4/perl/Amanda/BigIntCompat.pm +@@ -61,7 +61,8 @@ $stringify = $stringify; if ($test_num =~ /^\+/) { eval <<'EVAL'; @@ -12,7 +12,7 @@ Index: amanda-2.6.1p1/perl/Amanda/BigIntCompat.pm use overload 'eq' => sub { my ($self, $other) = @_; return "$self" eq "$other"; -@@ -82,7 +83,8 @@ EVAL +@@ -83,7 +84,8 @@ EVAL # by bigint2uint64(). if (!$test_num->can("sign")) { eval <<'EVAL'; @@ -22,7 +22,7 @@ Index: amanda-2.6.1p1/perl/Amanda/BigIntCompat.pm sub sign { ($_[0] =~ /^-/)? "-" : "+"; } EVAL die $@ if $@; -@@ -91,7 +93,8 @@ EVAL +@@ -92,7 +94,8 @@ EVAL # similarly for bstr if (!$test_num->can("bstr")) { eval <<'EVAL'; diff --git a/amanda-3.5.3.tar.gz b/amanda-3.5.3.tar.gz deleted file mode 100644 index 060d0ef..0000000 --- a/amanda-3.5.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7821d7420e12bfc96c8db385c29f79afe7d6f35e80faa81da0b87a47ee5b2476 -size 3926198 diff --git a/amanda-3.5.4.tar.gz b/amanda-3.5.4.tar.gz new file mode 100644 index 0000000..a7227e6 --- /dev/null +++ b/amanda-3.5.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f4693394d7c19f979343367215a9a9b84261ff6152429d2d7b28a883f524e73 +size 3926529 diff --git a/amanda.changes b/amanda.changes index 670d2c4..49dfb24 100644 --- a/amanda.changes +++ b/amanda.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Jul 28 08:53:07 UTC 2023 - pgajdos@suse.com + +- version update to 3.5.4 + * Fixed: arg checking for runtar.c (CVE-2023-30577) [bsc#1213701] +- modified patches + % amanda-2.6.1p1-avoid-perl-provides.patch (refreshed) + ------------------------------------------------------------------- Mon Jul 3 11:16:07 UTC 2023 - Danilo Spinella diff --git a/amanda.spec b/amanda.spec index 5abdced..236a735 100644 --- a/amanda.spec +++ b/amanda.spec @@ -19,7 +19,7 @@ %define amanda_group amanda %define upstreamver tag-community-%{version} Name: amanda -Version: 3.5.3 +Version: 3.5.4 Release: 0 Summary: Network Disk Archiver License: GPL-3.0-or-later