Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
09-14-2021, 01:11 PM
|
#46
|
LQ Guru
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,535
|
Quote:
Originally Posted by lagavulin16
Can wget1 and wget2 coexist without collisions? Maybe we need to manually uninstall the first version?
|
yes, there are no overlaps: check the content of the two packages with less
Code:
less /var/log/packages/wget-*
less /var/log/packages/wget2-*
Quote:
Originally Posted by lagavulin16
What's the point of having installed both versions?
|
they are different in functionalities and wget2 ships also libraries that other applications may link to.
|
|
4 members found this post helpful.
|
09-14-2021, 01:31 PM
|
#47
|
Slackware Maintainer
Registered: Dec 2002
Location: Minnesota
Distribution: Slackware! :-)
Posts: 3,141
|
Quote:
Originally Posted by lagavulin16
Can wget1 and wget2 coexist without collisions? Maybe we need to manually uninstall the first version? What's the point of having installed both versions?
|
Yes, they can co-exist. Since some of the options are different, we're keeping wget1 (for as long as it's maintained, probably) to avoid breaking any existing scripts.
EDIT: Also ponce beat me to it 
|
|
4 members found this post helpful.
|
09-16-2021, 02:09 AM
|
#48
|
LQ Sage
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,984
Original Poster
|
22 updates. Including a (* Security fix *)! : 17 upgraded, 5 rebuilt
Code:
Thu Sep 16 02:52:54 UTC 2021
a/etc-15.0-x86_64-17.txz: Rebuilt.
Added named:named (53:53) user and group.
a/kernel-firmware-20210915_198ac65-noarch-1.txz: Upgraded.
a/kernel-generic-5.14.4-x86_64-1.txz: Upgraded.
a/kernel-huge-5.14.4-x86_64-1.txz: Upgraded.
a/kernel-modules-5.14.4-x86_64-1.txz: Upgraded.
ap/sudo-1.9.8-x86_64-1.txz: Upgraded.
d/kernel-headers-5.14.4-x86-1.txz: Upgraded.
k/kernel-source-5.14.4-noarch-1.txz: Upgraded.
kde/breeze-icons-5.85.0-noarch-2.txz: Rebuilt.
Patched with upstream commit to allow using this icon theme with Xfce.
l/fluidsynth-2.2.3-x86_64-1.txz: Upgraded.
l/python-charset-normalizer-2.0.5-x86_64-1.txz: Upgraded.
l/qca-2.3.4-x86_64-1.txz: Upgraded.
n/NetworkManager-1.32.10-x86_64-3.txz: Rebuilt.
Switch to dhcp=internal to avoid problems swimming upstream.
For those looking for a fix to continue using dhcpcd, a PRIVSEP build
variable was added to the SlackBuild, and you may produce a fully
NetworkManager compatible dhcpcd package with this command:
PRIVSEP=no ./dhcpcd.SlackBuild
Privilege separation remains the dhcpcd package default as we don't want
to weaken security for those using rc.inet1 along with dhcpcd.
Some additional comments about this were added to 00-dhcp-client.conf
mentioning this and the workaround of killing dhcpcd manually when
resuming with the stock dhcpcd package.
n/bind-9.16.21-x86_64-1.txz: Upgraded.
Fixed call to rndc-confgen in the install script.
Make /etc/rndc.key owned by named:named.
Run named as named:named by default (configurable in /etc/default/named).
rc.bind: chown /run/named and /var/named to configured user:group.
Thanks to Ressy for prompting this cleanup. :)
n/curl-7.79.0-x86_64-1.txz: Upgraded.
This update fixes security issues:
clear the leftovers pointer when sending succeeds.
do not ignore --ssl-reqd.
reject STARTTLS server response pipelining.
For more information, see:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22945
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22946
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22947
(* Security fix *)
n/links-2.24-x86_64-1.txz: Upgraded.
n/wireguard-tools-1.0.20210914-x86_64-1.txz: Upgraded.
x/libinput-1.19.0-x86_64-1.txz: Upgraded.
xap/gimp-2.10.28-x86_64-1.txz: Upgraded.
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
|
|
|
09-16-2021, 10:32 AM
|
#49
|
Member
Registered: Aug 2014
Posts: 187
Rep: 
|
Quote:
Originally Posted by marav
22 updates. Including a (* Security fix *)! : 17 upgraded, 5 rebuilt
Code:
n/bind-9.16.21-x86_64-1.txz: Upgraded.
Fixed call to rndc-confgen in the install script.
Make /etc/rndc.key owned by named:named.
Run named as named:named by default (configurable in /etc/default/named).
rc.bind: chown /run/named and /var/named to configured user:group.
Thanks to Ressy for prompting this cleanup. :)
|
Just a heads up for anyone who might be running named with custom options in /etc/default/named, dont forget to combine them with the new "-u $BIND_USER" option. If you have logging diverted elsewhere (i.e. NAMED_OPTIONS="-u $BIND_USER -L /var/log/bind"), dont forget to change ownership of the log file to named:named (or whatever your named user is).
|
|
1 members found this post helpful.
|
09-16-2021, 11:05 AM
|
#50
|
Member
Registered: Mar 2016
Distribution: Slackware
Posts: 157
|
Quote:
Originally Posted by lagavulin16
Can wget1 and wget2 coexist without collisions? Maybe we need to manually uninstall the first version? What's the point of having installed both versions?
|
I found this comment from a maintainer:
Quote:
Originally Posted by darnir @ reddit
Wget2 is meant to be an almost drop-in replacement for Wget. I say almost, because we did make a few conscious decisions to break backwards compatibility. This means if your scripts parse Wget's output, they will break. But apart from that and the currently missing features, it is a full drop in replacement with a lot more functionality.
Wget2 also provides machine readable output for scripts so they don't need to parse STDOUT
|
|
|
3 members found this post helpful.
|
09-16-2021, 01:47 PM
|
#51
|
LQ Sage
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,984
Original Poster
|
8 updates : 6 upgraded, 2 rebuilt
Code:
Thu Sep 16 18:33:01 UTC 2021
a/kernel-generic-5.14.5-x86_64-1.txz: Upgraded.
a/kernel-huge-5.14.5-x86_64-1.txz: Upgraded.
a/kernel-modules-5.14.5-x86_64-1.txz: Upgraded.
d/kernel-headers-5.14.5-x86-1.txz: Upgraded.
k/kernel-source-5.14.5-noarch-1.txz: Upgraded.
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
|
|
|
09-17-2021, 01:50 AM
|
#52
|
LQ Sage
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,984
Original Poster
|
11 updates. Including a (* Security fix *)! : 9 upgraded, 2 rebuilt
|
|
|
09-17-2021, 12:41 PM
|
#53
|
LQ Sage
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,984
Original Poster
|
4 updates : 2 upgraded, 2 rebuilt
Code:
Fri Sep 17 17:22:57 UTC 2021
kde/plasma-workspace-5.22.5-x86_64-2.txz: Rebuilt.
Patched to fix USB storage devices detected only once per session.
Thanks to ctrlaltca.
n/NetworkManager-1.32.10-x86_64-4.txz: Rebuilt.
Patched to shut down dhcpcd gracefully, and restored dhcpcd as the default
client when using NetworkManager on Slackware. In this case I'll swim
upstream if it means better security. Who knows what your DHCP server might
attempt when it comes to public WiFi? :-)
Thanks to Roy Marples and marav.
n/gnupg2-2.2.31-x86_64-1.txz: Upgraded.
xap/pidgin-2.14.7-x86_64-1.txz: Upgraded.
|
|
|
09-17-2021, 01:07 PM
|
#54
|
Senior Member
Registered: Jan 2018
Posts: 1,315
|
Quote:
In this case I'll swim upstream if it means better security. Who knows what your DHCP server might attempt when it comes to public WiFi? :-)
|
Good question! Thanks, Mr. Volkerding! 
Last edited by ZhaoLin1457; 09-17-2021 at 01:10 PM.
|
|
|
09-18-2021, 07:38 PM
|
#55
|
LQ Sage
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,984
Original Poster
|
13 updates : 9 upgraded, 4 rebuilt
Code:
Sun Sep 19 00:13:58 UTC 2021
a/kernel-generic-5.14.6-x86_64-1.txz: Upgraded.
a/kernel-huge-5.14.6-x86_64-1.txz: Upgraded.
a/kernel-modules-5.14.6-x86_64-1.txz: Upgraded.
ap/mpg123-1.29.0-x86_64-2.txz: Rebuilt.
Add ../lib64/mpg123 to the module search path. Thanks to Pithium.
d/kernel-headers-5.14.6-x86-1.txz: Upgraded.
k/kernel-source-5.14.6-noarch-1.txz: Upgraded.
PINCTRL_CANNONLAKE n -> m
Thanks to bassmadrigal.
kde/kstars-3.5.5-x86_64-1.txz: Upgraded.
l/libcap-2.58-x86_64-1.txz: Upgraded.
n/bind-9.16.21-x86_64-2.txz: Rebuilt.
rc.bind: make sure /etc/rndc.key has correct ownership. Thanks to marav.
xfce/thunar-4.16.10-x86_64-1.txz: Upgraded.
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
|
|
|
09-19-2021, 02:09 PM
|
#56
|
LQ Sage
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,984
Original Poster
|
6 updates : 5 upgraded, 1 rebuilt
Code:
Sun Sep 19 18:57:24 UTC 2021
a/kernel-firmware-20210919_d526e04-noarch-1.txz: Upgraded.
l/gd-2.3.3-x86_64-2.txz: Rebuilt.
Applied upstream patch to restore macros used while building PHP.
Thanks to nobodino.
l/gjs-1.68.4-x86_64-1.txz: Upgraded.
l/imagemagick-7.1.0_8-x86_64-1.txz: Upgraded.
l/python-charset-normalizer-2.0.6-x86_64-1.txz: Upgraded.
xfce/xfce4-whiskermenu-plugin-2.6.0-x86_64-1.txz: Upgraded.
|
|
|
09-20-2021, 02:05 PM
|
#57
|
LQ Sage
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,984
Original Poster
|
9 updates : 9 upgraded
Code:
Mon Sep 20 18:49:19 UTC 2021
a/acpid-2.0.33-x86_64-1.txz: Upgraded.
n/nghttp2-1.45.0-x86_64-1.txz: Upgraded.
n/samba-4.15.0-x86_64-1.txz: Upgraded.
x/libXi-1.8-x86_64-1.txz: Upgraded.
x/libva-2.13.0-x86_64-1.txz: Upgraded.
Build with enable_va_messaging=false to avoid console spam. Thanks to GazL.
x/wayland-protocols-1.23-noarch-1.txz: Upgraded.
x/xf86-input-libinput-1.2.0-x86_64-1.txz: Upgraded.
x/xorgproto-2021.5-x86_64-1.txz: Upgraded.
xap/pan-0.147-x86_64-1.txz: Upgraded.
|
|
1 members found this post helpful.
|
09-20-2021, 03:11 PM
|
#58
|
LQ Veteran
Registered: Feb 2007
Distribution: Slackware64-current with KDE4Town.
Posts: 9,713
|
Quote:
xf86-input-libinput-1.2.0-x86_64-1.txz
|
FWIW, The above "upgrade" killed both the keyboard and mouse (trackpad) in X in KDE and Xfce. Once replaced with an older version, everything went back to "normal."
Last edited by cwizardone; 09-20-2021 at 03:13 PM.
|
|
|
09-20-2021, 03:12 PM
|
#59
|
LQ Veteran
Registered: Feb 2007
Distribution: Slackware64-current with KDE4Town.
Posts: 9,713
|
Oops. Duplicate. Admin. please delete.
Last edited by cwizardone; 09-20-2021 at 03:14 PM.
|
|
|
09-20-2021, 03:33 PM
|
#60
|
LQ Sage
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,984
Original Poster
|
Quote:
Originally Posted by cwizardone
FWIW, The above "upgrade" killed both the keyboard and mouse (trackpad) in X in KDE and Xfce. Once replaced with an older version, everything went back to "normal."
|
No trouble here
Code:
[ 12.727] (II) LoadModule: "libinput"
[ 12.728] (II) Loading /usr/lib64/xorg/modules/input/libinput_drv.so
[ 12.730] (II) Module libinput: vendor="X.Org Foundation"
[ 12.730] compiled for 1.20.13, module version = 1.2.0
[ 12.730] Module class: X.Org XInput Driver
[ 12.730] ABI class: X.Org XInput driver, version 24.1
Code:
[ 13.048] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 13.048] (**) AT Translated Set 2 keyboard: always reports core events
[ 13.048] (**) Option "Device" "/dev/input/event0"
[ 13.048] (**) Option "_source" "server/udev"
[ 13.049] (II) event0 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
in /var/log/Xorg.0.log
Last edited by marav; 09-20-2021 at 03:41 PM.
|
|
|
All times are GMT -5. The time now is 05:41 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|