LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 11-21-2023, 06:44 PM   #151
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,388

Rep: Reputation: 4109Reputation: 4109Reputation: 4109Reputation: 4109Reputation: 4109Reputation: 4109Reputation: 4109Reputation: 4109Reputation: 4109Reputation: 4109Reputation: 4109

Quote:
Originally Posted by Olek View Post
Strange. My slackpkg does not detect kernel packages to update. It's upgraded only firmware package.
But i didn't blacklist kernel packages:
Code:
#grep kernel /etc/slackpkg/blacklist 
# Automated upgrade of kernel packages may not be wanted in some situations;
# kernel-headers should *not* be blacklisted:
#kernel-generic.*
#kernel-huge.*
#kernel-modules.*
#kernel-source
To be sure:
Code:
# grep -v ^# /etc/slackpkg/blacklist | sed '/^$/d'
Note:
kernel package is : linux-*
kernel-* is only for Slackware-current

Last edited by marav; 11-21-2023 at 06:46 PM.
 
Old 11-21-2023, 07:17 PM   #152
volkerdi
Slackware Maintainer
 
Registered: Dec 2002
Location: Minnesota
Distribution: Slackware! :-)
Posts: 2,524

Rep: Reputation: 8493Reputation: 8493Reputation: 8493Reputation: 8493Reputation: 8493Reputation: 8493Reputation: 8493Reputation: 8493Reputation: 8493Reputation: 8493Reputation: 8493
Hmmm... this could be because I didn't remove the previous kernels in /patches, figuring it would be safer to leave a fallback for a bit in case of regressions.
 
10 members found this post helpful.
Old 11-22-2023, 07:19 AM   #153
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,905

Rep: Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026
Quote:
Originally Posted by volkerdi View Post
Hmmm... this could be because I didn't remove the previous kernels in /patches, figuring it would be safer to leave a fallback for a bit in case of regressions.
Yes, this caught my slackscan/slackup scripts out too. I just needed to tweak the blacklist to get it to ignore the older packages.
 
Old 11-22-2023, 09:52 AM   #154
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Debian, Void, Slackware, VMs
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
I only detected the kernel firmware as well. I appreciate your caution, Mr. Volkerding. Thanks for the explanation.
 
Old 11-22-2023, 12:26 PM   #155
fourtysixandtwo
Member
 
Registered: Jun 2021
Location: Alberta
Distribution: Slackware...mostly
Posts: 321

Rep: Reputation: 215Reputation: 215Reputation: 215
Quote:
Originally Posted by volkerdi View Post
Hmmm... this could be because I didn't remove the previous kernels in /patches, figuring it would be safer to leave a fallback for a bit in case of regressions.
No luck with blacklisting 5.15.117 at all. I think it has to do with the order slackpkg builds its pkglist as moving the 5.15.117 entries below the 5.15.139 ones in /var/lib/slackpkg/pkglist (or just removing them), it finally shows up as an upgrade. I think this stems from the order of https://slackware.osuosl.org/slackwa...s/PACKAGES.TXT

Before:

Code:
# slackpkg search kernel

Looking for kernel in package list. Please wait... DONE

The list below shows all packages with name matching "kernel".

[inst] patches     : kernel-firmware-20231120_9552083-noarch-1
[inst] patches     : kernel-headers-5.15.117-x86-1
[inst] patches     : kernel-huge-5.15.117-x86_64-1
[inst] patches     : kernel-modules-5.15.117-x86_64-1
[inst] patches     : kernel-source-5.15.117-noarch-1
[mask] patches     : kernel-headers-5.15.139-x86-1
[mask] patches     : kernel-huge-5.15.139-x86_64-1
[mask] patches     : kernel-modules-5.15.139-x86_64-1
[mask] patches     : kernel-source-5.15.139-noarch-1
[mask] slackware64 : kernel-firmware-20220124_eb8ea1b-noarch-1
[mask] slackware64 : kernel-headers-5.15.19-x86-2
[mask] slackware64 : kernel-huge-5.15.19-x86_64-2
[mask] slackware64 : kernel-modules-5.15.19-x86_64-2
[mask] slackware64 : kernel-source-5.15.19-noarch-2
After changing the order:
Code:
# slackpkg search kernel

Looking for kernel in package list. Please wait... DONE

The list below shows all packages with name matching "kernel".

[upgr] patches     : kernel-generic-5.15.117-x86_64-1 --> kernel-generic-5.15.139-x86_64-1
[upgr] patches     : kernel-headers-5.15.117-x86-1 --> kernel-headers-5.15.139-x86-1
[upgr] patches     : kernel-huge-5.15.117-x86_64-1 --> kernel-huge-5.15.139-x86_64-1
[upgr] patches     : kernel-modules-5.15.117-x86_64-1 --> kernel-modules-5.15.139-x86_64-1
[upgr] patches     : kernel-source-5.15.117-noarch-1 --> kernel-source-5.15.139-noarch-1
[inst] patches     : kernel-firmware-20231120_9552083-noarch-1
[mask] slackware64 : kernel-firmware-20220124_eb8ea1b-noarch-1
[mask] slackware64 : kernel-generic-5.15.19-x86_64-2
[mask] slackware64 : kernel-headers-5.15.19-x86-2
[mask] slackware64 : kernel-huge-5.15.19-x86_64-2
[mask] slackware64 : kernel-modules-5.15.19-x86_64-2
[mask] slackware64 : kernel-source-5.15.19-noarch-2
 
1 members found this post helpful.
Old 11-22-2023, 02:45 PM   #156
drumz
Member
 
Registered: Apr 2005
Location: Oklahoma, USA
Distribution: Slackware
Posts: 906

Rep: Reputation: 697Reputation: 697Reputation: 697Reputation: 697Reputation: 697Reputation: 697
1 updates (x86_64). Including a (* Security fix *)! : 1 Upgraded
Code:
Wed Nov 22 19:26:09 UTC 2023
patches/packages/mozilla-thunderbird-115.5.0-x86_64-1_slack15.0.txz:  Upgraded.
  This release contains security fixes and improvements.
  For more information, see:
    https://www.mozilla.org/en-US/thunderbird/115.5.0/releasenotes/
    https://www.mozilla.org/en-US/security/advisories/mfsa2023-52/
    https://www.cve.org/CVERecord?id=CVE-2023-6204
    https://www.cve.org/CVERecord?id=CVE-2023-6205
    https://www.cve.org/CVERecord?id=CVE-2023-6206
    https://www.cve.org/CVERecord?id=CVE-2023-6207
    https://www.cve.org/CVERecord?id=CVE-2023-6208
    https://www.cve.org/CVERecord?id=CVE-2023-6209
    https://www.cve.org/CVERecord?id=CVE-2023-6212
  (* Security fix *)
Provided by http://matoda.pw/report/slack-15.0-x86_64.txt

Edit: Also note it's not in the Changelog, but the old kernels got moved to patches/packages/old-linux-5.15.117: https://mirrors.slackware.com/slackw...inux-5.15.117/, presumably to help slackpkg users (see above posts).

Last edited by drumz; 11-22-2023 at 02:48 PM. Reason: Additional information added.
 
5 members found this post helpful.
Old 11-22-2023, 04:02 PM   #157
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Debian, Void, Slackware, VMs
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Thumbs up

Quote:
Originally Posted by drumz View Post
Also note it's not in the Changelog, but the old kernels got moved to patches/packages/old-linux-5.15.117: https://mirrors.slackware.com/slackw...inux-5.15.117/, presumably to help slackpkg users (see above posts).
Thanks, Mr. Volkerding. Upgraded to the new kernel without incident.
 
1 members found this post helpful.
Old 11-22-2023, 05:13 PM   #158
metaed
Member
 
Registered: Apr 2022
Location: US
Distribution: Slackware64 15.0
Posts: 367

Rep: Reputation: 171Reputation: 171
Quote:
Originally Posted by drumz View Post
the old kernels got moved to patches/packages/old-linux-5.15.117 presumably to help slackpkg users
It was super effective.
 
1 members found this post helpful.
Old 11-22-2023, 11:56 PM   #159
slvr32
Member
 
Registered: Feb 2021
Posts: 33

Rep: Reputation: Disabled
Quote:
Originally Posted by drumz View Post
Edit: Also note it's not in the Changelog, but the old kernels got moved to patches/packages/old-linux-5.15.117: https://mirrors.slackware.com/slackw...inux-5.15.117/, presumably to help slackpkg users (see above posts).
I don't happen to use slackpkg, but I do use a few homegrown scripts to manage upgrades on my systems, and I don't recall if I've seen this convention in previously releases, but it would probably be worth documenting this convention somewhere, or at least mention it in the Changelog.

Funny thing, I noticed the old-linux-5.15.117 directory in an rsync log a day or two after a previous rsync that had the newer kernel.

If this particular location is convenient for slackpkg users, then I guess that's helpful, but pasture seems like the expected home for old packages that might still be important for rollbacks.
 
Old 11-23-2023, 01:07 AM   #160
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,905

Rep: Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026
'slackscan' users will need to adjust there blacklists again for this new location. I'll work on a permanent fix and report back in my 'slackscan' thread.
 
Old 11-23-2023, 05:03 AM   #161
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,299
Blog Entries: 61

Rep: Reputation: Disabled
Everything working OK on my desktop (Dell Precision T3600):
Code:
brian@slackdesk:~$ neofetch
                  :::::::                      brian@slackdesk.brisown.org 
            :::::::::::::::::::                --------------------------- 
         :::::::::::::::::::::::::             OS: Slackware 15.0 x86_64 x86_64 
       ::::::::cllcccccllllllll::::::          Host: Dell Inc. 0PTTT9 
    :::::::::lc               dc:::::::        Kernel: 5.15.139 
   ::::::::cl   clllccllll    oc:::::::::      Uptime: 10 mins 
  :::::::::o   lc::::::::co   oc::::::::::     Packages: 1663 (pkgtool) 
 ::::::::::o    cccclc:::::clcc::::::::::::    Shell: bash 5.1.16 
 :::::::::::lc        cclccclc:::::::::::::    Resolution: 1920x1080 
::::::::::::::lcclcc          lc::::::::::::   DE: Plasma 5.23.5 
::::::::::cclcc:::::lccclc     oc:::::::::::   WM: KWin 
::::::::::o    l::::::::::l    lc:::::::::::   Theme: Breeze Light [Plasma], Breeze [GTK2/3] 
 :::::cll:o     clcllcccll     o:::::::::::    Icons: [Plasma], breeze-dark [GTK2/3] 
 :::::occ:o                  clc:::::::::::    Terminal: konsole 
  ::::ocl:ccslclccclclccclclc:::::::::::::     Terminal Font: Hack 12 
   :::oclcccccccccccccllllllllllllll:::::      CPU: Intel Xeon E5-1650 0 (12) @ 3.800GHz 
    ::lcc1lcccccccccccccccccccccccco::::       GPU: NVIDIA GeForce GTX 1050 Ti 
      ::::::::::::::::::::::::::::::::         GPU Driver: NVIDIA 545.29.06 
        ::::::::::::::::::::::::::::           Memory: 1961MiB / 15960MiB 
           ::::::::::::::::::::::
                ::::::::::::

Last edited by brianL; 11-23-2023 at 05:07 AM.
 
Old 11-25-2023, 02:54 AM   #162
gegechris99
Senior Member
 
Registered: Oct 2005
Location: France
Distribution: Slackware 15.0 64bit
Posts: 1,161

Original Poster
Blog Entries: 5

Rep: Reputation: 392Reputation: 392Reputation: 392Reputation: 392
2 updates (x86_64). Including a (* Security fix *)! : 2 Upgraded
Code:
Fri Nov 24 20:52:02 UTC 2023
patches/packages/vim-9.0.2127-x86_64-1_slack15.0.txz:  Upgraded.
  Fixed security issues.
  Thanks to marav for the heads-up.
  For more information, see:
    https://www.cve.org/CVERecord?id=CVE-2023-48231
    https://www.cve.org/CVERecord?id=CVE-2023-48232
    https://www.cve.org/CVERecord?id=CVE-2023-48233
    https://www.cve.org/CVERecord?id=CVE-2023-48234
    https://www.cve.org/CVERecord?id=CVE-2023-48235
    https://www.cve.org/CVERecord?id=CVE-2023-48236
    https://www.cve.org/CVERecord?id=CVE-2023-48237
  (* Security fix *)
patches/packages/vim-gvim-9.0.2127-x86_64-1_slack15.0.txz:  Upgraded.
Provided by http://matoda.pw/report/slack-15.0-x86_64.txt
 
Old 11-28-2023, 10:17 PM   #163
metaed
Member
 
Registered: Apr 2022
Location: US
Distribution: Slackware64 15.0
Posts: 367

Rep: Reputation: 171Reputation: 171
1 updates (x86_64) : 1 Upgraded
Code:
Tue Nov 28 22:13:48 UTC 2023
patches/packages/mozilla-thunderbird-115.5.1-x86_64-1_slack15.0.txz:  Upgraded.
  This is a bugfix release.
  For more information, see:
    https://www.mozilla.org/en-US/thunderbird/115.5.1/releasenotes/
Provided by http://matoda.pw/report/slack-15.0-x86_64.txt
 
Old 11-30-2023, 04:32 PM   #164
gegechris99
Senior Member
 
Registered: Oct 2005
Location: France
Distribution: Slackware 15.0 64bit
Posts: 1,161

Original Poster
Blog Entries: 5

Rep: Reputation: 392Reputation: 392Reputation: 392Reputation: 392
1 updates (x86_64). Including a (* Security fix *)! : 1 Upgraded
Code:
Thu Nov 30 21:21:55 UTC 2023
patches/packages/samba-4.18.9-x86_64-1_slack15.0.txz:  Upgraded.
  This is a security release in order to address the following defect:
  An information leak vulnerability was discovered in Samba's LDAP server.
  Due to missing access control checks, an authenticated but unprivileged
  attacker could discover the names and preserved attributes of deleted objects
  in the LDAP store. Upgrading to this package will not prevent this
  information leak - if you are using Samba as an Active Directory Domain
  Controller, you will need to follow the instructions in the samba.org link
  given below.
  For more information, see:
    https://www.samba.org/samba/security/CVE-2018-14628.html
    https://www.cve.org/CVERecord?id=CVE-2018-14628
  (* Security fix *)
Provided by http://matoda.pw/report/slack-15.0-x86_64.txt
 
1 members found this post helpful.
Old 12-06-2023, 02:57 PM   #165
drumz
Member
 
Registered: Apr 2005
Location: Oklahoma, USA
Distribution: Slackware
Posts: 906

Rep: Reputation: 697Reputation: 697Reputation: 697Reputation: 697Reputation: 697Reputation: 697
1 updates (x86_64) : 1 Upgraded
Code:
Wed Dec  6 20:29:23 UTC 2023
patches/packages/rdfind-1.6.0-x86_64-1_slack15.0.txz:  Upgraded.
  Redundant data finder utility, needed to build the kernel-firmware package.
Provided by http://matoda.pw/report/slack-15.0-x86_64.txt

Update: on Dec 8th at about 19:30 UTC "Upgraded" was changed to "Added" in ChangeLog.txt. See https://www.linuxquestions.org/quest...ml#post6469151

Last edited by drumz; 12-08-2023 at 07:29 AM. Reason: Added info
 
3 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Latest changelog for slackware-current marav Slackware 1546 05-09-2024 02:41 PM
[SOLVED] Latest Firefox (88.0.1) has trouble with -current changelog... andrew.46 Slackware 5 05-10-2021 04:59 AM
Latest Xorg changelog effect brodo Slackware 12 09-22-2008 01:17 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 05:05 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration