Upgrade nala to 0.15.4 in mx testrepo [was Package request: Upgrade nala to version 0.15.1]

Message
Author
Dearth
Posts: 195
Joined: Sun Oct 09, 2022 8:57 am

Re: Package request: Upgrade nala to version 0.15.1

#11 Post by Dearth »

As for now, nala 0.15.2 works fine for me, bugs encountered.

User avatar
Stevo
Developer
Posts: 14878
Joined: Fri Dec 15, 2006 7:07 pm

Re: Package request: Upgrade nala to version 0.15.1

#12 Post by Stevo »

Dearth wrote: Sun May 26, 2024 11:32 am As for now, nala 0.15.2 works fine for me, bugs encountered.
Could you go into more detail about these bugs you encountered?
MXPI = MX Package Installer
QSI = Quick System Info from menu
The MX Test repository is mostly backports; not the same as Debian testing

Dearth
Posts: 195
Joined: Sun Oct 09, 2022 8:57 am

Re: Package request: Upgrade nala to version 0.15.1

#13 Post by Dearth »

Stevo wrote: Mon May 27, 2024 11:26 am
Dearth wrote: Sun May 26, 2024 11:32 am As for now, nala 0.15.2 works fine for me, bugs encountered.
Could you go into more detail about these bugs you encountered?
I'm sorry, that was an unlucky typo on my side. I meant: "No bugs encountered."

User avatar
DukeComposed
Posts: 1506
Joined: Thu Mar 16, 2023 1:57 pm

Re: Package request: Upgrade nala to version 0.15.1

#14 Post by DukeComposed »

Dearth wrote: Tue May 28, 2024 1:03 am I'm sorry, that was an unlucky typo on my side. I meant: "No bugs encountered."
Is everyone happy not?

Kulmbacher
Posts: 491
Joined: Fri Apr 27, 2018 2:47 pm

Re: Package request: Upgrade nala to version 0.15.1 [now 0.15.2 in mx testrepo]

#15 Post by Kulmbacher »

0.15.2 on MX-23.3_ahs_x64 works perfect,
without typos ;-)

User avatar
fehlix
Developer
Posts: 12916
Joined: Wed Apr 11, 2018 5:09 pm

Upgrade nala to version 0.15.4

#16 Post by fehlix »

We have a newer nala to version 0.15.4 within the MX testrepo for some days now.
Please get it and provide feedback, so we can move it to main, if nothing shows up
Thanks.

For references:
There are quite a number of significant fixes (and changes) since version 0.14, here the changelog since 0.14

Code: Select all

nala (0.15.4-0.1mx23) mx; urgency=medium

  * Rebuild for MX Linux.
  * Change from native to 3.0 (quilt) format package.
  * Explicitly depend on python3-socksio.
  * Don't autoremove packages by default.

 -- Steven Pusser <stevep@mxlinux.org>  Wed, 25 Sep 2024 23:02:47 -0700

nala (0.15.4) unstable; urgency=medium

  [ Bug Fixes ]
  * Fix crash caused by unexpected fields in mirror file

  [ Changes ]
  * Update Turkish translations
  * Add downloading from URL in man pages

 -- Blake Lee <blake@volian.org>  Sun, 01 Sep 2024 23:32:18 +0000

nala (0.15.3) unstable; urgency=medium

  [ Bug Fixes ]
  * Fix clean potentially wiping /

  [ Changes ]
  * Add French translations

 -- Blake Lee <blake@volian.org>  Mon, 03 Jun 2024 05:27:38 +0000

nala (0.15.2) unstable; urgency=medium

  [ Bug Fixes ]
  * Fix wrong formatting in pt_BR translation
  * Fix index error when diff same version
  * Fix Nala writing history despite dpkg failing

 -- Blake Lee <blake@volian.org>  Fri, 10 May 2024 03:14:22 +0000

nala (0.15.1) unstable; urgency=medium

  [ Changes ]
  * Update Swedish translations

  [ Bug Fixes ]
  * Fix shell completion failing due to help pages

 -- Blake Lee <blake@volian.org>  Mon, 29 Jan 2024 10:13:54 -0600

nala (0.15.0) unstable; urgency=medium

  [ Changes ]
  * Update translations
  * Improve version diff coloring
  * Add `--color / --no-color` switch

  [ Bug Fixes ]
  * Fix local install chooses wrong deps sometimes
  * Fix no dpkg title when using upgrade alias
  * Fix nala sometimes installs wrong dependencies
  * Fix nala not updating package lists with upgrade aliases
  * Fix apt config containing duplicate hooks
  * Fix aliases `--help` not showing manpage
  * Fix downloads failing if `/var/cache/apt/archives` doesn't exist
  * Fix fetch asking on `--auto` to write file
  * Fix wrong key in some translations
  * Fix help without sub command not showing man page
  * Fix nala waiting for input and not showing prompts
  * Fix `nala history` hanging on permission error (closes: #1041826, #1041821)

 -- Blake Lee <blake@volian.org>  Tue, 23 Jan 2024 23:37:08 -0600

nala (0.14.0) unstable; urgency=medium

  [ Changes ]
  * Add `dist-upgrade` and `full-upgrade` alias
  * Add config option to change default mode

  [ Bug Fixes ]
  * Fix crash when listchanges frontend is set to text
  * Fix fetch not adding non-free-firmware
  * Fix hang during download when using mirror+file URI

 -- Blake Lee <blake@volian.org>  Mon, 09 Oct 2023 21:05:26 -0500

User avatar
siamhie
Global Moderator
Posts: 3790
Joined: Fri Aug 20, 2021 5:45 pm

Re: Upgrade nala to 0.15.4 in mx testrepo [was Package request: Upgrade nala to version 0.15.1]

#17 Post by siamhie »

No problems with 0.15.4 but I have a question about the conf file.

Since this option updates the package list automatically when the upgrade command is run

Code: Select all

# Set to false to disable auto updating the package list
# when running the upgrade command
auto_update = true
If we set this option to true, will that be the same as typing upgrade --full?

Code: Select all

# Set to true to make full-upgrade the default
full_upgrade = false
This is my Fluxbox . There are many others like it, but this one is mine. My Fluxbox is my best friend. It is my life.
I must master it as I must master my life. Without me, my Fluxbox is useless. Without my Fluxbox, I am useless.

User avatar
fehlix
Developer
Posts: 12916
Joined: Wed Apr 11, 2018 5:09 pm

Re: Upgrade nala to 0.15.4 in mx testrepo [was Package request: Upgrade nala to version 0.15.1]

#18 Post by fehlix »

siamhie wrote: Sun Oct 06, 2024 11:11 am No problems with 0.15.4 but I have a question about the conf file.

Since this option updates the package list automatically when the upgrade command is run

Code: Select all

# Set to false to disable auto updating the package list
# when running the upgrade command
auto_update = true
If we set this option to true, will that be the same as typing upgrade --full?

Code: Select all

# Set to true to make full-upgrade the default
full_upgrade = false
On CLi, yes.
With MX-Updater: No

User avatar
siamhie
Global Moderator
Posts: 3790
Joined: Fri Aug 20, 2021 5:45 pm

Re: Upgrade nala to 0.15.4 in mx testrepo [was Package request: Upgrade nala to version 0.15.1]

#19 Post by siamhie »

fehlix wrote: Sun Oct 06, 2024 11:20 am
siamhie wrote: Sun Oct 06, 2024 11:11 am If we set this option to true, will that be the same as typing upgrade --full?

Code: Select all

# Set to true to make full-upgrade the default
full_upgrade = false
On CLi, yes.
With MX-Updater: No

OK, thanks. I do use nala in the terminal on my fluxbox install and MX-Updater on my XFCE VM.
This is my Fluxbox . There are many others like it, but this one is mine. My Fluxbox is my best friend. It is my life.
I must master it as I must master my life. Without me, my Fluxbox is useless. Without my Fluxbox, I am useless.

User avatar
asqwerth
Developer
Posts: 8038
Joined: Sun May 27, 2007 5:37 am

Re: Upgrade nala to 0.15.4 in mx testrepo [was Package request: Upgrade nala to version 0.15.1]

#20 Post by asqwerth »

fehlix wrote: Sun Oct 06, 2024 11:20 am On CLi, yes.
With MX-Updater: No
@fehlix , is that because MX-Updater's full upgrade or non-full upgrade choices are set out in the $HOME/.config//MX-Linux/apt-notifier.conf file as well as in MX-Updater's GUI preferences?

If my config file is:

Code: Select all

# Use alternative apt/apt-get command line package manager
use_nala = true
and my upgrade preference is:
ksnip_20241007-111836.png
will that automatically make any MX-Updater upgrade via nala a full upgrade?
You do not have the required permissions to view the files attached to this post.
Desktop: Intel i5-4460, 16GB RAM, Intel integrated graphics
Clevo N130WU-based Ultrabook: Intel i7-8550U (Kaby Lake R), 16GB RAM, Intel integrated graphics (UEFI)
ASUS X42D laptop: AMD Phenom II, 6GB RAM, Mobility Radeon HD 5400

Post Reply

Return to “Package Requests - MX-23”