config icon indicating copy to clipboard operation
config copied to clipboard

Wrong Version Number 21.11.4 for armbian-config package?

Open wodev opened this issue 3 years ago • 4 comments

It looks like you published the latest armbian-config package with the wrong version number 21.11.4 instead of 20.11.4.

# apt-get upgrade -s
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
  armbian-config
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Inst armbian-config [20.11.3] (21.11.4 Armbian:buster [all])
Conf armbian-config (21.11.4 Armbian:buster [all])
#

wodev avatar Dec 20 '20 16:12 wodev

Sh*, thanks.

igorpecovnik avatar Dec 20 '20 16:12 igorpecovnik

Removed, correct version is being synched up but we might need to implement a fix for people that upgraded somewhere.

igorpecovnik avatar Dec 20 '20 17:12 igorpecovnik

yes, if the package is already installed, they have to downgrade to the correct version otherwise new updates are blocked for the next year :-(

I think it can be solved with following steps:

  1. update the apt package index :
apt-get update
  1. Downgrade to correct version
apt-get install armbian-config=20.11.4
  1. Purge the 21.11.4 version from cache ( /var/cache/apt/archives )
apt-get -o APT::Clean-Installed=off autoclean

wodev avatar Dec 20 '20 19:12 wodev

new updates are blocked for the next year :-(

Yeah. We could deal with this via BSP package hack. But this is not a critical problem anymore. Just a problem.

igorpecovnik avatar Dec 20 '20 19:12 igorpecovnik