SHA256
1
0
forked from pool/amanda

Accepting request 1101484 from Archiving

OBS-URL: https://build.opensuse.org/request/show/1101484
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/amanda?expand=0&rev=9
This commit is contained in:
Yuchen Lin 2023-07-31 13:24:39 +00:00 committed by Git OBS Bridge
commit 34ee3fccea
5 changed files with 18 additions and 10 deletions

View File

@ -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';

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7821d7420e12bfc96c8db385c29f79afe7d6f35e80faa81da0b87a47ee5b2476
size 3926198

3
amanda-3.5.4.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1f4693394d7c19f979343367215a9a9b84261ff6152429d2d7b28a883f524e73
size 3926529

View File

@ -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 <danilo.spinella@suse.com>

View File

@ -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