LinuxQuestions.org
Help answer threads with 0 replies.
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 02-08-2023, 04:38 PM   #1726
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,157

Rep: Reputation: 7325Reputation: 7325Reputation: 7325Reputation: 7325Reputation: 7325Reputation: 7325Reputation: 7325Reputation: 7325Reputation: 7325Reputation: 7325Reputation: 7325

Quote:
Mesa 22.3.5 Release Notes / 2023-02-08
https://docs.mesa3d.org/relnotes/22.3.5.html
 
2 members found this post helpful.
Old 02-08-2023, 08:36 PM   #1727
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,422

Rep: Reputation: 4160Reputation: 4160Reputation: 4160Reputation: 4160Reputation: 4160Reputation: 4160Reputation: 4160Reputation: 4160Reputation: 4160Reputation: 4160Reputation: 4160
inxi

It might be useful, to avoid user mistake (as root)
and because I think the package must stay in the version provided by Slackware
to disable the auto-update feature (some others do the same, e.g fedora)

This can be done with the addition of the following patch in the SlackBuild
Code:
sed -i 's/my $b_update = 1;/my $b_update = 0;/' inxi
which gives the following message
Code:
# inxi -U
Error 20: Option: U has been disabled by the inxi distribution maintainer.
 
5 members found this post helpful.
Old 02-09-2023, 11:26 AM   #1728
nobodino
Senior Member
 
Registered: Jul 2010
Location: Near Bordeaux in France
Distribution: slackware, slackware from scratch, LFS, slackware [arm], linux Mint...
Posts: 1,564

Rep: Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892
Freetype-2.13 has been released today.
 
1 members found this post helpful.
Old 02-10-2023, 12:09 PM   #1729
niksoggia
LQ Newbie
 
Registered: Apr 2015
Location: Italy
Distribution: Slackware
Posts: 23

Rep: Reputation: Disabled
a couple of cve's in imagemagick

-current is ok, but 15.0 still has a vulnerable ImageMagick:

CVE-2022-44267: ImageMagick 7.1.0-49 is vulnerable to Denial of Service. When it parses a PNG image (e.g., for resize), the convert process could be left waiting for stdin input.
CVE-2022-44268: ImageMagick 7.1.0-49 is vulnerable to Information Disclosure. When it parses a PNG image (e.g., for resize), the resulting image could have embedded the content of an arbitrary remote file (if the ImageMagick binary has permissions to read it).

https://www.metabaseq.com/imagemagick-zero-days/
 
Old 02-10-2023, 01:45 PM   #1730
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,422

Rep: Reputation: 4160Reputation: 4160Reputation: 4160Reputation: 4160Reputation: 4160Reputation: 4160Reputation: 4160Reputation: 4160Reputation: 4160Reputation: 4160Reputation: 4160
NetworkManager 1.42.0

Noteworthy change:
Code:
Added support for source load balancing for Ethernet Bonds.
https://gitlab.freedesktop.org/Netwo...1.42.0/NEWS#L9
 
1 members found this post helpful.
Old 02-10-2023, 01:46 PM   #1731
glennmcc
Member
 
Registered: Jan 2021
Location: North Jackson, Ohio (USA)
Distribution: slackware64-15.0, slackware64-current, slackware-14.0
Posts: 568

Rep: Reputation: 322Reputation: 322Reputation: 322Reputation: 322
Does that vulnerability exist in versions previous to 7.1.0-49 ?

Slackware-15.0 has....

+--------------------------+
Sun Jan 30 20:48:46 UTC 2022
l/imagemagick-7.1.0_22-x86_64-1.txz: Upgraded.
________________________________________________
 
Old 02-11-2023, 05:38 AM   #1732
jandoomster
LQ Newbie
 
Registered: Apr 2017
Posts: 3

Rep: Reputation: Disabled
Hi all. This is not software related but, in my opinion, probably including an exam with multiple answers on own knowledge about slackware could be a good compendium to traditional documentation.
Especially for the newbies that for obvious reasons cannot understand that the outdated-looking Slackware documentation is still valid in most, most cases.
 
Old 02-11-2023, 02:10 PM   #1733
glennmcc
Member
 
Registered: Jan 2021
Location: North Jackson, Ohio (USA)
Distribution: slackware64-15.0, slackware64-current, slackware-14.0
Posts: 568

Rep: Reputation: 322Reputation: 322Reputation: 322Reputation: 322
There a TON of Linux quizzes online.

https://www.proprofs.com/quiz-school/topic/linux

IMO, we don't need one specific to Slackware.
 
Old 02-11-2023, 03:55 PM   #1734
glennmcc
Member
 
Registered: Jan 2021
Location: North Jackson, Ohio (USA)
Distribution: slackware64-15.0, slackware64-current, slackware-14.0
Posts: 568

Rep: Reputation: 322Reputation: 322Reputation: 322Reputation: 322
Uh oh... today's upgrade of libvpx 'broke' mplayer and ffmpeg
and who knows what else that might be looking for libvpx.so.7

mplayer: error while loading shared libraries: libvpx.so.7: cannot open shared object file: No such file or directory

ffmpeg: error while loading shared libraries: libvpx.so.7: cannot open shared object file: No such file or directory

Last edited by glennmcc; 02-11-2023 at 04:05 PM.
 
Old 02-11-2023, 04:20 PM   #1735
Petri Kaukasoina
Senior Member
 
Registered: Mar 2007
Posts: 1,887

Rep: Reputation: 1539Reputation: 1539Reputation: 1539Reputation: 1539Reputation: 1539Reputation: 1539Reputation: 1539Reputation: 1539Reputation: 1539Reputation: 1539Reputation: 1539
Quote:
Originally Posted by glennmcc View Post
Uh oh... today's upgrade of libvpx 'broke' mplayer and ffmpeg
and who knows what else that might be looking for libvpx.so.7
I checked with this script: https://www.linuxquestions.org/quest...0/#post6410612
It found these packages linked to libvpx.so.7:
Code:
ffmpeg
gst-plugins-good
qt5
xine-lib
(mplayer is not one of them)
 
3 members found this post helpful.
Old 02-11-2023, 04:30 PM   #1736
glennmcc
Member
 
Registered: Jan 2021
Location: North Jackson, Ohio (USA)
Distribution: slackware64-15.0, slackware64-current, slackware-14.0
Posts: 568

Rep: Reputation: 322Reputation: 322Reputation: 322Reputation: 322
root@glennmcc-i7:~# ldd `which mplayer`
<snip>
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f57af783000)
libssh.so.4 => /usr/lib64/libssh.so.4 (0x00007f57af6f6000)
libvpx.so.7 => /usr/lib64/libvpx.so.7 (0x00007f57af408000)
libwebpmux.so.3 => /usr/lib64/libwebpmux.so.3 (0x00007f57af3fc000)
libwebp.so.7 => /usr/lib64/libwebp.so.7 (0x00007f57af38e000)
 
Old 02-11-2023, 04:45 PM   #1737
Petri Kaukasoina
Senior Member
 
Registered: Mar 2007
Posts: 1,887

Rep: Reputation: 1539Reputation: 1539Reputation: 1539Reputation: 1539Reputation: 1539Reputation: 1539Reputation: 1539Reputation: 1539Reputation: 1539Reputation: 1539Reputation: 1539
Quote:
Originally Posted by glennmcc View Post
root@glennmcc-i7:~# ldd `which mplayer`
<snip>
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f57af783000)
libssh.so.4 => /usr/lib64/libssh.so.4 (0x00007f57af6f6000)
libvpx.so.7 => /usr/lib64/libvpx.so.7 (0x00007f57af408000)
libwebpmux.so.3 => /usr/lib64/libwebpmux.so.3 (0x00007f57af3fc000)
libwebp.so.7 => /usr/lib64/libwebp.so.7 (0x00007f57af38e000)
Nope. Try this:
Code:
$ objdump -x /usr/bin/mplayer | grep NEEDED
<snip>
  NEEDED               libavcodec.so.59
(no libvpx here!)
<snip>
$ objdump -x /usr/lib64/libavcodec.so.59|grep NEEDED|grep libvpx
  NEEDED               libvpx.so.7
libvpx.so.7 is not NEEDED by mplayer, but it uses libavcodec.so.59 (part of ffmpeg). libvpx.so.7 is NEEDED by libavcodec.so.59, instead.

(ldd is useless finding library dependencies.)

So this means that after rebuilding ffmpeg, gst-plugins-good, qt5, xine-lib, everything should work with respect to libvpx.

Last edited by Petri Kaukasoina; 02-11-2023 at 04:50 PM.
 
Old 02-11-2023, 04:48 PM   #1738
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,422

Rep: Reputation: 4160Reputation: 4160Reputation: 4160Reputation: 4160Reputation: 4160Reputation: 4160Reputation: 4160Reputation: 4160Reputation: 4160Reputation: 4160Reputation: 4160
Here, libvpx.so.8 (libvpx 1.13.0) breaks all of these programs that needs libvpx.so.7 (some of them are 3rd party)
Code:
→ /usr/bin/akonadi_archivemail_agent
→ /usr/bin/akonadi_ews_resource
→ /usr/bin/akonadi_followupreminder_agent
→ /usr/bin/akonadi_mailfilter_agent
→ /usr/bin/akonadi_mailmerge_agent
→ /usr/bin/akonadi_sendlater_agent
→ /usr/bin/akonadi_tomboynotes_resource
→ /usr/bin/akonadi_unifiedmailbox_agent
→ /usr/bin/akonadiconsole
→ /usr/bin/akonadiimportwizard
→ /usr/bin/akregator
→ /usr/bin/akregatorstorageexporter
→ /usr/bin/cantor
→ /usr/bin/contactprintthemeeditor
→ /usr/bin/digikam
→ /usr/bin/falkon
→ /usr/bin/ffmpeg
→ /usr/bin/ffmpegthumbnailer
→ /usr/bin/ffplay
→ /usr/bin/ffprobe
→ /usr/bin/freerdp-proxy
→ /usr/bin/freerdp-shadow-cli
→ /usr/bin/geeqie
→ /usr/bin/haruna
→ /usr/bin/headerthemeeditor
→ /usr/bin/kalgebra
→ /usr/bin/kdevelop
→ /usr/bin/kimagemapeditor
→ /usr/bin/kmail
→ /usr/bin/kmymoney
→ /usr/bin/konqueror
→ /usr/bin/kontact
→ /usr/bin/marble
→ /usr/bin/marble-qt
→ /usr/bin/mboximporter
→ /usr/bin/mencoder
→ /usr/bin/mplayer
→ /usr/bin/mpv
→ /usr/bin/onlinequoteseditor5
→ /usr/bin/opencv_interactive-calibration
→ /usr/bin/opencv_visualisation
→ /usr/bin/parley
→ /usr/bin/pimdataexporter
→ /usr/bin/pimdataexporterconsole
→ /usr/bin/plplay
→ /usr/bin/showfoto
→ /usr/bin/sieveeditor
→ /usr/bin/simplescreenrecorder
→ /usr/bin/systemmonitor
→ /usr/bin/umbrello5
→ /usr/bin/wlfreerdp
→ /usr/bin/xfreerdp
I try with what Petri Kaukasoina pointed out

Last edited by marav; 02-11-2023 at 04:58 PM.
 
Old 02-11-2023, 05:00 PM   #1739
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,422

Rep: Reputation: 4160Reputation: 4160Reputation: 4160Reputation: 4160Reputation: 4160Reputation: 4160Reputation: 4160Reputation: 4160Reputation: 4160Reputation: 4160Reputation: 4160
Excepts all the KDE stuff, which probably needs qt5 to be recompiled
All works fine with

ffmpeg
gst-plugins-good
xine-lib

recompiled against libvpx 1.13.0
 
Old 02-11-2023, 05:04 PM   #1740
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,422

Rep: Reputation: 4160Reputation: 4160Reputation: 4160Reputation: 4160Reputation: 4160Reputation: 4160Reputation: 4160Reputation: 4160Reputation: 4160Reputation: 4160Reputation: 4160
Indeed, This has already happened in the past
Code:
Tue Oct 26 22:01:32 UTC 2021
l/ffmpeg-4.4.1-x86_64-2.txz:  Rebuilt.
  Recompiled against libvpx-1.11.0.
l/gst-plugins-good-1.18.5-x86_64-2.txz:  Rebuilt.
  Recompiled against libvpx-1.11.0.
l/libvpx-1.11.0-x86_64-1.txz:  Upgraded.
  Shared library .so-version bump.
l/qt5-5.15.3_20211024_2aa0de43-x86_64-1.txz:  Upgraded.
  Upgraded to latest git (might as well) and compiled against libvpx-1.11.0.
xap/xine-lib-1.2.11-x86_64-7.txz:  Rebuilt.
  Recompiled against libvpx-1.11.0.
 
  


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
Apache 2.4 requests to non-SSL site with "Upgrade-Insecure-Requests: 1" and no trailing / get redirected to default site owendelong Linux - Server 2 06-22-2021 02:08 PM
[SOLVED] Requests for -current (20151216) rworkman Slackware 3441 12-28-2017 03:50 PM

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

All times are GMT -5. The time now is 04:15 PM.

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