Re: What Needs to be Done here?

2020-05-27 Thread Martin McCormick
Andrei POPESCU  writes:
> apt(-get) is informing you that a configured repository has changed one
> of its values (in this case the 'Version', but could be any other
> field). This is to provide a safeguard against repositories changing
> values behind your back, possibly with security consequences.
> 
> Just imagine a malicious (or just incompetent) third-party repository
> suddenly claiming to be "buster-security" on a system configured to
> install security updates automatically.

It makes perfect sense to me.  Thanks to all who responded and
the fix worked as previously stated.

Martin McCormick



Re: What Needs to be Done here?

2020-05-27 Thread Andrei POPESCU
On Ma, 26 mai 20, 16:11:06, Martin McCormick wrote:
> $sudo apt-get update

[...]

> N: Repository 'http://ftp.us.debian.org/debian buster InRelease' changed its 
> 'Ve
> rsion' value from '10.0' to '10.4'

apt(-get) is informing you that a configured repository has changed one 
of its values (in this case the 'Version', but could be any other 
field). This is to provide a safeguard against repositories changing 
values behind your back, possibly with security consequences.

Just imagine a malicious (or just incompetent) third-party repository 
suddenly claiming to be "buster-security" on a system configured to 
install security updates automatically.

Kind regards,
Andrei
-- 
http://wiki.debian.org/FAQsFromDebianUser


signature.asc
Description: PGP signature


Re: What Needs to be Done here?

2020-05-26 Thread Greg Wooledge
On Wed, May 27, 2020 at 12:22:11AM +0300, Reco wrote:
>   Hi.
> 
> On Tue, May 26, 2020 at 04:11:06PM -0500, Martin McCormick wrote:
> > N: Repository 'http://ftp.us.debian.org/debian buster InRelease' changed 
> > its 'Ve
> > rsion' value from '10.0' to '10.4'
> 
> Nothing special has to be done here. Proceed with "apt-get upgrade".

You'll want "apt-get dist-upgrade" or "apt upgrade" or
"apt-get --with-new-pkgs upgrade", to pick up the new dependency
packages (there've been a few kernel ABI bumps, at least).



Re: What Needs to be Done here?

2020-05-26 Thread Reco
Hi.

On Tue, May 26, 2020 at 04:11:06PM -0500, Martin McCormick wrote:
> N: Repository 'http://ftp.us.debian.org/debian buster InRelease' changed its 
> 'Ve
> rsion' value from '10.0' to '10.4'

Nothing special has to be done here. Proceed with "apt-get upgrade".

Upgrading from Debian 9 to Debian 10 and seeing this required user to
run "apt update", not "apt-get update". But they've fixed it since then.

Reco