Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 703472 - app-backup/restic-0.9.6 version bump
Summary: app-backup/restic-0.9.6 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: David Roman
URL: https://github.com/restic/restic/pull...
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2019-12-21 11:05 UTC by Thomas Fischer
Modified: 2020-01-04 17:48 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Fischer 2019-12-21 11:05:43 UTC
Some object storage (S3) providers require to specify the region (AWS_REGION) of the datacenter to use. As exemplified in the issue 2350 [1] for restic on GitHub, Scaleway requires to specify which of their (European) datacenters to use.
As of restic version 0.9.6, the datacenter can be configured.

In my setup, I was able to upgrade to restic 0.9.6 by renaming the existing ebuild for 0.9.5.

[1] https://github.com/restic/restic/pull/2350

Reproducible: Always

Steps to Reproduce:
Configure restic to backup to a S3 bucket at Scaleway.


Actual Results:  
Observe the resulting error message: "Fatal: unable to open config file: Stat: The authorization header is malformed; the region 'us-east-1' is wrong; expecting 'fr-par'"

Expected Results:  
Restic makes a backup to a bucket at Scaleway (Paris or Amsterdam, as configured by user).

https://github.com/restic/restic/pull/2350
https://github.com/restic/restic/pull/2484
Comment 1 Larry the Git Cow gentoo-dev 2020-01-04 17:48:14 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=866ec97c31a28ace6db6f4cd81e2e03cb6ff51bc

commit 866ec97c31a28ace6db6f4cd81e2e03cb6ff51bc
Author:     David Roman <davidroman96@gmail.com>
AuthorDate: 2019-12-25 00:10:36 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2020-01-04 17:46:52 +0000

    app-backup/restic: bump to 0.9.6
    
    Closes: https://bugs.gentoo.org/703472
    Package-Manager: Portage-2.3.82, Repoman-2.3.20
    Signed-off-by: David Roman <davidroman96@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/14119
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 app-backup/restic/Manifest            |  1 +
 app-backup/restic/restic-0.9.6.ebuild | 54 +++++++++++++++++++++++++++++++++++
 2 files changed, 55 insertions(+)