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 10-07-2021, 06:52 AM   #91
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,126

Rep: Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297

Since installing the above upgrades the user is no longer "authorized to control networking," via NetworkManager and cannot restart or shutdown the computer from the desktop. Logging off is all that is allowed.
I'm guessing it has something to do with polkit?
I'll tinker with it later as time allows.
 
Old 10-07-2021, 07:23 AM   #92
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,387

Original Poster
Rep: Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108
Quote:
Originally Posted by cwizardone View Post
Since installing the above upgrades the user is no longer "authorized to control networking," via NetworkManager and cannot restart or shutdown the computer from the desktop. Logging off is all that is allowed.
I'm guessing it has something to do with polkit?
I'll tinker with it later as time allows.
Here, my user is a member of netdev & power group
And I remember making a polkit rule for when I was on XFCE

/etc/polkit-1/rules.d/10-power.rules
Code:
/* -*- mode: js; js-indent-level: 4; indent-tabs-mode: nil -*- */

polkit.addRule(function(action, subject) {
        if (action.id == "org.freedesktop.login1.suspend" ||
        action.id == "org.freedesktop.login1.power-off" ||
        action.id == "org.freedesktop.login1.reboot")
        subject.isInGroup("power")) {
        return polkit.Result.YES;
        }
});
 
Old 10-07-2021, 07:29 AM   #93
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,126

Rep: Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297
Quote:
Originally Posted by marav View Post
Here, my user is a member of netdev & power group
....
Yes. The user has been in those groups for years, but just in case, I checked the group file and it hasn't changed.
The user also has limited "privileges" via the sudoers file, and that also hasn't changed in years.
 
Old 10-07-2021, 07:32 AM   #94
LuckyCyborg
Senior Member
 
Registered: Mar 2010
Posts: 3,530

Rep: Reputation: 3366Reputation: 3366Reputation: 3366Reputation: 3366Reputation: 3366Reputation: 3366Reputation: 3366Reputation: 3366Reputation: 3366Reputation: 3366Reputation: 3366
BTW, what happened with the /etc/pokit-1 config files?

In my box this directory is empty now. Only an also empty /etc/polkit-1/rules.d directory is there.

EDIT

Never-mind. Looks like everything is now on /usr/share/polkit-1 .

Last edited by LuckyCyborg; 10-07-2021 at 07:36 AM.
 
1 members found this post helpful.
Old 10-07-2021, 07:38 AM   #95
Chuck56
Member
 
Registered: Dec 2006
Location: Colorado, USA
Distribution: Slackware
Posts: 930

Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Quote:
Originally Posted by cwizardone View Post
Since installing the above upgrades the user is no longer "authorized to control networking," via NetworkManager and cannot restart or shutdown the computer from the desktop. Logging off is all that is allowed.
I'm guessing it has something to do with polkit?
I'll tinker with it later as time allows.
I use KDE5 desktop as a non-root user & when I checked the NM applet it asked for my kdewallet password before allowing me into the NM settings. Shutdown from KDE5 as a non-root user worked as expected.
 
1 members found this post helpful.
Old 10-07-2021, 07:56 AM   #96
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,387

Original Poster
Rep: Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108
Quote:
Originally Posted by LuckyCyborg View Post
BTW, what happened with the /etc/pokit-1 config files?

In my box this directory is empty now. Only an also empty /etc/polkit-1/rules.d directory is there.

EDIT

Never-mind. Looks like everything is now on /usr/share/polkit-1 .
and if you look into 10-*.rules & 20-*.rules, your user needs to be in netdev & power groups
 
Old 10-07-2021, 08:59 AM   #97
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,126

Rep: Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297
Quote:
Originally Posted by cwizardone View Post
Since installing the above upgrades the user is no longer "authorized to control networking," via NetworkManager and cannot restart or shutdown the computer from the desktop. Logging off is all that is allowed.
I'm guessing it has something to do with polkit?
I'll tinker with it later as time allows.
Reverted to polkit-0.119-x86_64, but no luck.
Reverted to polkit-0.118-x86_64 and, eureka, problem solved.
 
Old 10-07-2021, 09:11 AM   #98
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,387

Original Poster
Rep: Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108
Quote:
Originally Posted by cwizardone View Post
Reverted to polkit-0.119-x86_64, but no luck.
Reverted to polkit-0.118-x86_64 and, eureka, problem solved.
something interesting
Code:
l/polkit-0.119-x86_64-1.txz:  Upgraded.
  This update includes a mitigation for local privilege escalation using
  polkit_system_bus_name_get_creds_sync().
  For more information, see:
    https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3560
  (* Security fix *)
but, this update is dated 07/06/2021 ...

Last edited by marav; 10-07-2021 at 09:13 AM.
 
Old 10-07-2021, 11:03 AM   #99
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
Wed Oct 6 19:25:04 UTC 2021
a/hwdata-0.352-noarch-1.txz: Upgraded.
ap/nano-5.9-x86_64-1.txz: Upgraded.
d/mercurial-5.9.2-x86_64-1.txz: Upgraded.
l/libgnt-2.14.3-x86_64-1.txz: Upgraded.
l/librsvg-2.52.1-x86_64-1.txz: Upgraded.
l/mozjs78-78.15.0esr-x86_64-1.txz: Upgraded.
l/netpbm-10.96.01-x86_64-1.txz: Upgraded.
l/polkit-0.120-x86_64-1.txz: Upgraded.
 
Old 10-07-2021, 11:29 AM   #100
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,387

Original Poster
Rep: Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108
Quote:
Originally Posted by nobodino View Post
Wed Oct 6 19:25:04 UTC 2021
a/hwdata-0.352-noarch-1.txz: Upgraded.
ap/nano-5.9-x86_64-1.txz: Upgraded.
d/mercurial-5.9.2-x86_64-1.txz: Upgraded.
l/libgnt-2.14.3-x86_64-1.txz: Upgraded.
l/librsvg-2.52.1-x86_64-1.txz: Upgraded.
l/mozjs78-78.15.0esr-x86_64-1.txz: Upgraded.
l/netpbm-10.96.01-x86_64-1.txz: Upgraded.
l/polkit-0.120-x86_64-1.txz: Upgraded.
yes, I think that's what cwizardone was pointing too
but as it seems he have the same behavior with the .119, I was looking for a more significant change
 
Old 10-07-2021, 01:07 PM   #101
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,387

Original Poster
Rep: Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108
FYI, I've just updated my VM with a full & clean install of slackware64-current with XFCE (without any tuning)
nothing to report concerning NetworkManager or Power management
 
2 members found this post helpful.
Old 10-07-2021, 01:24 PM   #102
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 marav View Post
FYI, I've just updated my VM with a full & clean install of slackware64-current with XFCE (without any tuning)
nothing to report concerning NetworkManager or Power management
At the moment I'm running four Slackware64-current units. Three are using KDE-plasma and one unit uses XFCE. All units are running well.
 
Old 10-07-2021, 02:42 PM   #103
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,387

Original Poster
Rep: Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108
12 updates : 9 upgraded, 3 rebuilt
Code:
Thu Oct  7 19:12:20 UTC 2021
a/kernel-generic-5.14.10-x86_64-1.txz:  Upgraded.
a/kernel-huge-5.14.10-x86_64-1.txz:  Upgraded.
a/kernel-modules-5.14.10-x86_64-1.txz:  Upgraded.
d/kernel-headers-5.14.10-x86-1.txz:  Upgraded.
k/kernel-source-5.14.10-noarch-1.txz:  Upgraded.
kde/kio-5.86.0-x86_64-3.txz:  Rebuilt.
  Allow changing panel launcher icons. Thanks to RadicalDreamer and ctrlaltca.
n/epic5-2.1.6-x86_64-1.txz:  Upgraded.
n/gnupg2-2.2.32-x86_64-1.txz:  Upgraded.
xap/xpaint-3.1.4-x86_64-1.txz:  Upgraded.
isolinux/initrd.img:  Rebuilt.
kernels/*:  Upgraded.
usb-and-pxe-installers/usbboot.img:  Rebuilt.
 
2 members found this post helpful.
Old 10-08-2021, 01:27 AM   #104
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,387

Original Poster
Rep: Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108
1 update. Including a (* Security fix *)! : 1 upgraded
Code:
Fri Oct  8 03:23:28 UTC 2021
n/httpd-2.4.51-x86_64-1.txz:  Upgraded.
  SECURITY: CVE-2021-42013: Path Traversal and Remote Code
  Execution in Apache HTTP Server 2.4.49 and 2.4.50 (incomplete
  fix of CVE-2021-41773) (cve.mitre.org)
  It was found that the fix for CVE-2021-41773 in Apache HTTP
  Server 2.4.50 was insufficient.  An attacker could use a path
  traversal attack to map URLs to files outside the directories
  configured by Alias-like directives.
  If files outside of these directories are not protected by the
  usual default configuration "require all denied", these requests
  can succeed. If CGI scripts are also enabled for these aliased
  pathes, this could allow for remote code execution.
  This issue only affects Apache 2.4.49 and Apache 2.4.50 and not
  earlier versions.
  Credits: Reported by Juan Escobar from Dreamlab Technologies,
  Fernando MuA+-oz from NULL Life CTF Team, and Shungo Kumasaka
  For more information, see:
    https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42013
  (* Security fix *)
 
1 members found this post helpful.
Old 10-09-2021, 07:58 PM   #105
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,387

Original Poster
Rep: Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108
331 updates : 218 upgraded, 112 rebuilt, 1 removed
Code:
Sun Oct 10 00:11:13 UTC 2021
A new Python (and related rebuilds), the latest release of the KDE Gear
applications, and a new kernel. Enjoy! :-)
a/aaa_libraries-15.0-x86_64-10.txz:  Rebuilt.
  Upgraded: libcap.so.2.59, libglib-2.0.so.0.7000.0,
  libgmodule-2.0.so.0.7000.0, libgobject-2.0.so.0.7000.0,
  libgthread-2.0.so.0.7000.0, libpcre2-8.so.0.10.3.
  Removed: libboost*.so.1.76.0, libicu*.so.68.2
a/kernel-generic-5.14.11-x86_64-1.txz:  Upgraded.
a/kernel-huge-5.14.11-x86_64-1.txz:  Upgraded.
a/kernel-modules-5.14.11-x86_64-1.txz:  Upgraded.
a/libblockdev-2.26-x86_64-2.txz:  Rebuilt.
a/libbytesize-2.6-x86_64-2.txz:  Rebuilt.
a/libpwquality-1.4.4-x86_64-5.txz:  Rebuilt.
a/util-linux-2.37.2-x86_64-5.txz:  Rebuilt.
a/volume_key-0.3.12-x86_64-4.txz:  Rebuilt.
ap/hplip-3.20.5-x86_64-4.txz:  Rebuilt.
ap/linuxdoc-tools-0.9.82-x86_64-2.txz:  Rebuilt.
ap/rpm-4.16.1.3-x86_64-2.txz:  Rebuilt.
ap/undervolt-20201024_13fa33d-x86_64-4.txz:  Rebuilt.
ap/vim-8.2.3487-x86_64-1.txz:  Upgraded.
d/Cython-0.29.24-x86_64-2.txz:  Rebuilt.
d/automake-1.16.5-noarch-1.txz:  Upgraded.
  Needed to properly detect python-3.10. If you see anything detecting the
  Python version as 3.1, you'll need to run autoreconf -vif before ./configure.
d/distcc-3.4-x86_64-2.txz:  Rebuilt.
d/gdb-11.1-x86_64-3.txz:  Rebuilt.
d/gyp-20200512_caa60026-x86_64-5.txz:  Rebuilt.
d/kernel-headers-5.14.11-x86-1.txz:  Upgraded.
d/llvm-12.0.1-x86_64-2.txz:  Rebuilt.
d/mercurial-5.9.2-x86_64-2.txz:  Rebuilt.
d/meson-0.59.2-x86_64-2.txz:  Rebuilt.
d/python-pip-21.2.4-x86_64-2.txz:  Rebuilt.
d/python-setuptools-58.2.0-x86_64-2.txz:  Rebuilt.
d/python3-3.10.0-x86_64-1.txz:  Upgraded.
  Shared library .so-version bump.
d/scons-4.0.1-x86_64-5.txz:  Rebuilt.
k/kernel-source-5.14.11-noarch-1.txz:  Upgraded.
kde/akonadi-21.08.2-x86_64-1.txz:  Upgraded.
kde/akonadi-calendar-21.08.2-x86_64-1.txz:  Upgraded.
kde/akonadi-calendar-tools-21.08.2-x86_64-1.txz:  Upgraded.
kde/akonadi-contacts-21.08.2-x86_64-1.txz:  Upgraded.
kde/akonadi-import-wizard-21.08.2-x86_64-1.txz:  Upgraded.
kde/akonadi-mime-21.08.2-x86_64-1.txz:  Upgraded.
kde/akonadi-notes-21.08.2-x86_64-1.txz:  Upgraded.
kde/akonadi-search-21.08.2-x86_64-1.txz:  Upgraded.
kde/akonadiconsole-21.08.2-x86_64-1.txz:  Upgraded.
kde/akregator-21.08.2-x86_64-1.txz:  Upgraded.
kde/analitza-21.08.2-x86_64-1.txz:  Upgraded.
kde/ark-21.08.2-x86_64-1.txz:  Upgraded.
kde/artikulate-21.08.2-x86_64-1.txz:  Upgraded.
kde/audiocd-kio-21.08.2-x86_64-1.txz:  Upgraded.
kde/baloo-widgets-21.08.2-x86_64-1.txz:  Upgraded.
kde/blinken-21.08.2-x86_64-1.txz:  Upgraded.
kde/bomber-21.08.2-x86_64-1.txz:  Upgraded.
kde/bovo-21.08.2-x86_64-1.txz:  Upgraded.
kde/calendarsupport-21.08.2-x86_64-1.txz:  Upgraded.
kde/cantor-21.08.2-x86_64-1.txz:  Upgraded.
kde/cervisia-21.08.2-x86_64-1.txz:  Upgraded.
kde/dolphin-21.08.2-x86_64-1.txz:  Upgraded.
kde/dolphin-plugins-21.08.2-x86_64-1.txz:  Upgraded.
kde/dragon-21.08.2-x86_64-1.txz:  Upgraded.
kde/elisa-21.08.2-x86_64-1.txz:  Upgraded.
kde/eventviews-21.08.2-x86_64-1.txz:  Upgraded.
kde/extra-cmake-modules-5.86.0-x86_64-3.txz:  Rebuilt.
  Increment maximum python3 version.
kde/ffmpegthumbs-21.08.2-x86_64-1.txz:  Upgraded.
kde/filelight-21.08.2-x86_64-1.txz:  Upgraded.
kde/granatier-21.08.2-x86_64-1.txz:  Upgraded.
kde/grantlee-editor-21.08.2-x86_64-1.txz:  Upgraded.
kde/grantleetheme-21.08.2-x86_64-1.txz:  Upgraded.
kde/gwenview-21.08.2-x86_64-1.txz:  Upgraded.
kde/incidenceeditor-21.08.2-x86_64-1.txz:  Upgraded.
kde/itinerary-21.08.2-x86_64-1.txz:  Upgraded.
kde/juk-21.08.2-x86_64-1.txz:  Upgraded.
kde/k3b-21.08.2-x86_64-1.txz:  Upgraded.
kde/kaddressbook-21.08.2-x86_64-1.txz:  Upgraded.
kde/kalarm-21.08.2-x86_64-1.txz:  Upgraded.
kde/kalarmcal-21.08.2-x86_64-1.txz:  Upgraded.
kde/kalgebra-21.08.2-x86_64-1.txz:  Upgraded.
kde/kalzium-21.08.2-x86_64-1.txz:  Upgraded.
kde/kamera-21.08.2-x86_64-1.txz:  Upgraded.
kde/kamoso-21.08.2-x86_64-1.txz:  Upgraded.
kde/kanagram-21.08.2-x86_64-1.txz:  Upgraded.
kde/kapidox-5.86.0-x86_64-3.txz:  Rebuilt.
kde/kapman-21.08.2-x86_64-1.txz:  Upgraded.
kde/kapptemplate-21.08.2-x86_64-1.txz:  Upgraded.
kde/kate-21.08.2-x86_64-1.txz:  Upgraded.
kde/katomic-21.08.2-x86_64-1.txz:  Upgraded.
kde/kauth-5.86.0-x86_64-3.txz:  Rebuilt.
kde/kbackup-21.08.2-x86_64-1.txz:  Upgraded.
kde/kblackbox-21.08.2-x86_64-1.txz:  Upgraded.
kde/kblocks-21.08.2-x86_64-1.txz:  Upgraded.
kde/kbounce-21.08.2-x86_64-1.txz:  Upgraded.
kde/kbreakout-21.08.2-x86_64-1.txz:  Upgraded.
kde/kbruch-21.08.2-x86_64-1.txz:  Upgraded.
kde/kcachegrind-21.08.2-x86_64-1.txz:  Upgraded.
kde/kcalc-21.08.2-x86_64-1.txz:  Upgraded.
kde/kcalutils-21.08.2-x86_64-1.txz:  Upgraded.
kde/kcharselect-21.08.2-x86_64-1.txz:  Upgraded.
kde/kcodecs-5.86.0-x86_64-3.txz:  Rebuilt.
kde/kcolorchooser-21.08.2-x86_64-1.txz:  Upgraded.
kde/kcompletion-5.86.0-x86_64-3.txz:  Rebuilt.
kde/kconfig-5.86.0-x86_64-3.txz:  Rebuilt.
kde/kconfigwidgets-5.86.0-x86_64-3.txz:  Rebuilt.
kde/kcoreaddons-5.86.0-x86_64-3.txz:  Rebuilt.
kde/kcron-21.08.2-x86_64-1.txz:  Upgraded.
kde/kdbusaddons-5.86.0-x86_64-3.txz:  Rebuilt.
kde/kde-dev-scripts-21.08.2-x86_64-1.txz:  Upgraded.
kde/kde-dev-utils-21.08.2-x86_64-1.txz:  Upgraded.
kde/kdebugsettings-21.08.2-x86_64-1.txz:  Upgraded.
kde/kdeconnect-kde-21.08.2-x86_64-1.txz:  Upgraded.
kde/kdeedu-data-21.08.2-x86_64-1.txz:  Upgraded.
kde/kdegraphics-mobipocket-21.08.2-x86_64-1.txz:  Upgraded.
kde/kdegraphics-thumbnailers-21.08.2-x86_64-1.txz:  Upgraded.
kde/kdenetwork-filesharing-21.08.2-x86_64-1.txz:  Upgraded.
kde/kdenlive-21.08.2-x86_64-1.txz:  Upgraded.
kde/kdepim-addons-21.08.2-x86_64-1.txz:  Upgraded.
kde/kdepim-runtime-21.08.2-x86_64-1.txz:  Upgraded.
kde/kdesdk-kioslaves-21.08.2-x86_64-1.txz:  Upgraded.
kde/kdesdk-thumbnailers-21.08.2-x86_64-1.txz:  Upgraded.
kde/kdev-python-5.6.2-x86_64-3.txz:  Removed.
  Due to the removal of the old parser from Python 3.10, this is no longer
  compatible. We'll keep an eye on upstream to see if this changes, though.
kde/kdf-21.08.2-x86_64-1.txz:  Upgraded.
kde/kdialog-21.08.2-x86_64-1.txz:  Upgraded.
kde/kdiamond-21.08.2-x86_64-1.txz:  Upgraded.
kde/keditbookmarks-21.08.2-x86_64-1.txz:  Upgraded.
kde/kfind-21.08.2-x86_64-1.txz:  Upgraded.
kde/kfloppy-21.08.2-x86_64-1.txz:  Upgraded.
kde/kfourinline-21.08.2-x86_64-1.txz:  Upgraded.
kde/kgeography-21.08.2-x86_64-1.txz:  Upgraded.
kde/kget-21.08.2-x86_64-1.txz:  Upgraded.
kde/kgoldrunner-21.08.2-x86_64-1.txz:  Upgraded.
kde/kgpg-21.08.2-x86_64-1.txz:  Upgraded.
kde/kguiaddons-5.86.0-x86_64-3.txz:  Rebuilt.
kde/khangman-21.08.2-x86_64-1.txz:  Upgraded.
kde/khelpcenter-21.08.2-x86_64-1.txz:  Upgraded.
kde/ki18n-5.86.0-x86_64-3.txz:  Rebuilt.
kde/kidentitymanagement-21.08.2-x86_64-1.txz:  Upgraded.
kde/kig-21.08.2-x86_64-1.txz:  Upgraded.
kde/kigo-21.08.2-x86_64-1.txz:  Upgraded.
kde/killbots-21.08.2-x86_64-1.txz:  Upgraded.
kde/kimagemapeditor-21.08.2-x86_64-1.txz:  Upgraded.
kde/kimap-21.08.2-x86_64-1.txz:  Upgraded.
kde/kio-extras-21.08.2-x86_64-1.txz:  Upgraded.
kde/kio-gdrive-21.08.2-x86_64-1.txz:  Upgraded.
kde/kipi-plugins-21.08.2-x86_64-1.txz:  Upgraded.
kde/kirigami-gallery-21.08.2-x86_64-1.txz:  Upgraded.
kde/kiriki-21.08.2-x86_64-1.txz:  Upgraded.
kde/kitemmodels-5.86.0-x86_64-3.txz:  Rebuilt.
kde/kitemviews-5.86.0-x86_64-3.txz:  Rebuilt.
kde/kiten-21.08.2-x86_64-1.txz:  Upgraded.
kde/kitinerary-21.08.2-x86_64-1.txz:  Upgraded.
kde/kjobwidgets-5.86.0-x86_64-3.txz:  Rebuilt.
kde/kjumpingcube-21.08.2-x86_64-1.txz:  Upgraded.
kde/kldap-21.08.2-x86_64-1.txz:  Upgraded.
kde/kleopatra-21.08.2-x86_64-1.txz:  Upgraded.
kde/klickety-21.08.2-x86_64-1.txz:  Upgraded.
kde/klines-21.08.2-x86_64-1.txz:  Upgraded.
kde/kmag-21.08.2-x86_64-1.txz:  Upgraded.
kde/kmahjongg-21.08.2-x86_64-1.txz:  Upgraded.
kde/kmail-21.08.2-x86_64-1.txz:  Upgraded.
kde/kmail-account-wizard-21.08.2-x86_64-1.txz:  Upgraded.
kde/kmailtransport-21.08.2-x86_64-1.txz:  Upgraded.
kde/kmbox-21.08.2-x86_64-1.txz:  Upgraded.
kde/kmime-21.08.2-x86_64-1.txz:  Upgraded.
kde/kmines-21.08.2-x86_64-1.txz:  Upgraded.
kde/kmix-21.08.2-x86_64-1.txz:  Upgraded.
kde/kmousetool-21.08.2-x86_64-1.txz:  Upgraded.
kde/kmouth-21.08.2-x86_64-1.txz:  Upgraded.
kde/kmplot-21.08.2-x86_64-1.txz:  Upgraded.
kde/kmymoney-5.1.2-x86_64-3.txz:  Rebuilt.
kde/knavalbattle-21.08.2-x86_64-1.txz:  Upgraded.
kde/knetwalk-21.08.2-x86_64-1.txz:  Upgraded.
kde/knights-21.08.2-x86_64-1.txz:  Upgraded.
kde/knotes-21.08.2-x86_64-1.txz:  Upgraded.
kde/kolf-21.08.2-x86_64-1.txz:  Upgraded.
kde/kollision-21.08.2-x86_64-1.txz:  Upgraded.
kde/kolourpaint-21.08.2-x86_64-1.txz:  Upgraded.
kde/kompare-21.08.2-x86_64-1.txz:  Upgraded.
kde/konqueror-21.08.2-x86_64-1.txz:  Upgraded.
kde/konquest-21.08.2-x86_64-1.txz:  Upgraded.
kde/konsole-21.08.2-x86_64-1.txz:  Upgraded.
kde/kontact-21.08.2-x86_64-1.txz:  Upgraded.
kde/kontactinterface-21.08.2-x86_64-1.txz:  Upgraded.
kde/kontrast-21.08.2-x86_64-1.txz:  Upgraded.
kde/konversation-21.08.2-x86_64-1.txz:  Upgraded.
kde/kopeninghours-21.08.2-x86_64-1.txz:  Upgraded.
kde/kopete-21.08.2-x86_64-1.txz:  Upgraded.
kde/korganizer-21.08.2-x86_64-1.txz:  Upgraded.
kde/kosmindoormap-21.08.2-x86_64-1.txz:  Upgraded.
kde/kpat-21.08.2-x86_64-1.txz:  Upgraded.
kde/kpimtextedit-21.08.2-x86_64-1.txz:  Upgraded.
kde/kpkpass-21.08.2-x86_64-1.txz:  Upgraded.
kde/kpmcore-21.08.2-x86_64-1.txz:  Upgraded.
kde/kpublictransport-21.08.2-x86_64-1.txz:  Upgraded.
kde/kqtquickcharts-21.08.2-x86_64-1.txz:  Upgraded.
kde/krdc-21.08.2-x86_64-1.txz:  Upgraded.
kde/kreversi-21.08.2-x86_64-1.txz:  Upgraded.
kde/krfb-21.08.2-x86_64-1.txz:  Upgraded.
kde/krita-4.4.8-x86_64-5.txz:  Rebuilt.
kde/kross-interpreters-21.08.2-x86_64-1.txz:  Upgraded.
kde/kruler-21.08.2-x86_64-1.txz:  Upgraded.
kde/kshisen-21.08.2-x86_64-1.txz:  Upgraded.
kde/ksirk-21.08.2-x86_64-1.txz:  Upgraded.
kde/ksmtp-21.08.2-x86_64-1.txz:  Upgraded.
kde/ksnakeduel-21.08.2-x86_64-1.txz:  Upgraded.
kde/kspaceduel-21.08.2-x86_64-1.txz:  Upgraded.
kde/ksquares-21.08.2-x86_64-1.txz:  Upgraded.
kde/ksudoku-21.08.2-x86_64-1.txz:  Upgraded.
kde/ksystemlog-21.08.2-x86_64-1.txz:  Upgraded.
kde/kteatime-21.08.2-x86_64-1.txz:  Upgraded.
kde/ktimer-21.08.2-x86_64-1.txz:  Upgraded.
kde/ktnef-21.08.2-x86_64-1.txz:  Upgraded.
kde/ktorrent-21.08.2-x86_64-1.txz:  Upgraded.
kde/ktouch-21.08.2-x86_64-1.txz:  Upgraded.
kde/kturtle-21.08.2-x86_64-1.txz:  Upgraded.
kde/kubrick-21.08.2-x86_64-1.txz:  Upgraded.
kde/kwalletmanager-21.08.2-x86_64-1.txz:  Upgraded.
kde/kwave-21.08.2-x86_64-1.txz:  Upgraded.
kde/kwidgetsaddons-5.86.0-x86_64-3.txz:  Rebuilt.
kde/kwordquiz-21.08.2-x86_64-1.txz:  Upgraded.
kde/libgravatar-21.08.2-x86_64-1.txz:  Upgraded.
kde/libkcddb-21.08.2-x86_64-1.txz:  Upgraded.
kde/libkcompactdisc-21.08.2-x86_64-1.txz:  Upgraded.
kde/libkdcraw-21.08.2-x86_64-1.txz:  Upgraded.
kde/libkdegames-21.08.2-x86_64-1.txz:  Upgraded.
kde/libkdepim-21.08.2-x86_64-1.txz:  Upgraded.
kde/libkeduvocdocument-21.08.2-x86_64-1.txz:  Upgraded.
kde/libkexiv2-21.08.2-x86_64-1.txz:  Upgraded.
kde/libkgapi-21.08.2-x86_64-1.txz:  Upgraded.
kde/libkipi-21.08.2-x86_64-1.txz:  Upgraded.
kde/libkleo-21.08.2-x86_64-1.txz:  Upgraded.
kde/libkmahjongg-21.08.2-x86_64-1.txz:  Upgraded.
kde/libkomparediff2-21.08.2-x86_64-1.txz:  Upgraded.
kde/libksane-21.08.2-x86_64-1.txz:  Upgraded.
kde/libksieve-21.08.2-x86_64-1.txz:  Upgraded.
kde/libktorrent-21.08.2-x86_64-1.txz:  Upgraded.
kde/lokalize-21.08.2-x86_64-1.txz:  Upgraded.
kde/lskat-21.08.2-x86_64-1.txz:  Upgraded.
kde/mailcommon-21.08.2-x86_64-1.txz:  Upgraded.
kde/mailimporter-21.08.2-x86_64-1.txz:  Upgraded.
kde/marble-21.08.2-x86_64-1.txz:  Upgraded.
kde/markdownpart-21.08.2-x86_64-1.txz:  Upgraded.
kde/mbox-importer-21.08.2-x86_64-1.txz:  Upgraded.
kde/messagelib-21.08.2-x86_64-1.txz:  Upgraded.
kde/minuet-21.08.2-x86_64-1.txz:  Upgraded.
kde/okular-21.08.2-x86_64-1.txz:  Upgraded.
kde/palapeli-21.08.2-x86_64-1.txz:  Upgraded.
kde/parley-21.08.2-x86_64-1.txz:  Upgraded.
kde/partitionmanager-21.08.2-x86_64-1.txz:  Upgraded.
kde/picmi-21.08.2-x86_64-1.txz:  Upgraded.
kde/pim-data-exporter-21.08.2-x86_64-1.txz:  Upgraded.
kde/pim-sieve-editor-21.08.2-x86_64-1.txz:  Upgraded.
kde/pimcommon-21.08.2-x86_64-1.txz:  Upgraded.
kde/poxml-21.08.2-x86_64-1.txz:  Upgraded.
kde/print-manager-21.08.2-x86_64-1.txz:  Upgraded.
kde/rocs-21.08.2-x86_64-1.txz:  Upgraded.
kde/skanlite-21.08.2-x86_64-1.txz:  Upgraded.
kde/spectacle-21.08.2-x86_64-1.txz:  Upgraded.
kde/step-21.08.2-x86_64-1.txz:  Upgraded.
kde/svgpart-21.08.2-x86_64-1.txz:  Upgraded.
kde/sweeper-21.08.2-x86_64-1.txz:  Upgraded.
kde/umbrello-21.08.2-x86_64-1.txz:  Upgraded.
kde/yakuake-21.08.2-x86_64-1.txz:  Upgraded.
kde/zeroconf-ioslave-21.08.2-x86_64-1.txz:  Upgraded.
l/M2Crypto-0.38.0-x86_64-2.txz:  Rebuilt.
l/Mako-1.1.4-x86_64-4.txz:  Rebuilt.
l/PyQt5-5.15.2-x86_64-4.txz:  Rebuilt.
l/QScintilla-2.11.6-x86_64-4.txz:  Rebuilt.
l/brotli-1.0.9-x86_64-6.txz:  Rebuilt.
l/dbus-python-1.2.18-x86_64-2.txz:  Rebuilt.
l/gexiv2-0.14.0-x86_64-2.txz:  Rebuilt.
l/glade-3.38.2-x86_64-4.txz:  Rebuilt.
l/gobject-introspection-1.70.0-x86_64-2.txz:  Rebuilt.
l/lensfun-0.3.95-x86_64-4.txz:  Rebuilt.
l/libcaca-0.99.beta19-x86_64-10.txz:  Rebuilt.
l/libcap-ng-0.8.2-x86_64-4.txz:  Rebuilt.
l/libimobiledevice-20200615_4791a82-x86_64-5.txz:  Rebuilt.
l/libproxy-0.4.17-x86_64-4.txz:  Rebuilt.
l/libwebp-1.2.1-x86_64-2.txz:  Rebuilt.
l/libxml2-2.9.12-x86_64-2.txz:  Rebuilt.
l/newt-0.52.21-x86_64-6.txz:  Rebuilt.
l/openexr-2.5.7-x86_64-3.txz:  Rebuilt.
l/pycairo-1.20.1-x86_64-2.txz:  Rebuilt.
l/pycups-2.0.1-x86_64-5.txz:  Rebuilt.
l/pycurl-7.44.1-x86_64-2.txz:  Rebuilt.
l/pygobject3-3.42.0-x86_64-2.txz:  Rebuilt.
l/pyparsing-2.4.7-x86_64-5.txz:  Rebuilt.
l/python-appdirs-1.4.4-x86_64-5.txz:  Rebuilt.
l/python-certifi-2021.5.30-x86_64-2.txz:  Rebuilt.
l/python-cffi-1.14.6-x86_64-2.txz:  Rebuilt.
l/python-chardet-4.0.0-x86_64-4.txz:  Rebuilt.
l/python-charset-normalizer-2.0.6-x86_64-2.txz:  Rebuilt.
l/python-distro-1.5.0-x86_64-5.txz:  Rebuilt.
l/python-dnspython-2.1.0-x86_64-2.txz:  Rebuilt.
l/python-docutils-0.17.1-x86_64-2.txz:  Rebuilt.
l/python-future-0.18.2-x86_64-6.txz:  Rebuilt.
l/python-idna-3.2-x86_64-2.txz:  Rebuilt.
l/python-markdown-3.3.4-x86_64-2.txz:  Rebuilt.
l/python-notify2-0.3.1-x86_64-9.txz:  Rebuilt.
l/python-packaging-21.0-x86_64-2.txz:  Rebuilt.
l/python-pillow-8.3.2-x86_64-2.txz:  Rebuilt.
l/python-ply-3.11-x86_64-7.txz:  Rebuilt.
l/python-pycparser-2.20-x86_64-2.txz:  Rebuilt.
l/python-pygments-2.10.0-x86_64-2.txz:  Rebuilt.
l/python-pysol_cards-0.10.2-x86_64-2.txz:  Rebuilt.
l/python-random2-1.0.1-x86_64-4.txz:  Rebuilt.
l/python-requests-2.26.0-x86_64-2.txz:  Rebuilt.
l/python-sane-2.9.1-x86_64-4.txz:  Rebuilt.
l/python-six-1.16.0-x86_64-2.txz:  Rebuilt.
l/python-urllib3-1.26.7-x86_64-2.txz:  Rebuilt.
l/sip-4.19.25-x86_64-2.txz:  Rebuilt.
l/speech-dispatcher-0.10.2-x86_64-4.txz:  Rebuilt.
l/system-config-printer-1.5.15-x86_64-4.txz:  Rebuilt.
l/talloc-2.3.3-x86_64-2.txz:  Rebuilt.
l/tdb-1.4.5-x86_64-2.txz:  Rebuilt.
l/tevent-0.11.0-x86_64-2.txz:  Rebuilt.
n/bind-9.16.21-x86_64-5.txz:  Rebuilt.
n/epic5-2.1.6-x86_64-2.txz:  Rebuilt.
n/fetchmail-6.4.22-x86_64-2.txz:  Rebuilt.
n/getmail-6.18.4-x86_64-2.txz:  Rebuilt.
n/gpgme-1.16.0-x86_64-2.txz:  Rebuilt.
n/net-snmp-5.9.1-x86_64-2.txz:  Rebuilt.
n/nftables-1.0.0-x86_64-3.txz:  Rebuilt.
n/nss-pam-ldapd-0.9.11-x86_64-4.txz:  Rebuilt.
n/obexftp-0.24.2-x86_64-9.txz:  Rebuilt.
n/pssh-2.3.4-x86_64-5.txz:  Rebuilt.
n/samba-4.15.0-x86_64-2.txz:  Rebuilt.
x/ibus-1.5.25-x86_64-2.txz:  Rebuilt.
x/ibus-anthy-1.5.13-x86_64-2.txz:  Rebuilt.
x/ibus-hangul-1.5.4-x86_64-4.txz:  Rebuilt.
x/ibus-libpinyin-1.12.1-x86_64-2.txz:  Rebuilt.
x/ibus-table-1.14.1-x86_64-2.txz:  Rebuilt.
x/pyxdg-0.27-x86_64-5.txz:  Rebuilt.
x/xcb-proto-1.14.1-x86_64-5.txz:  Rebuilt.
xap/blueman-2.2.2-x86_64-2.txz:  Rebuilt.
xap/hexchat-2.16.0-x86_64-2.txz:  Rebuilt.
xap/vim-gvim-8.2.3487-x86_64-1.txz:  Upgraded.
extra/brltty/brltty-6.4-x86_64-2.txz:  Rebuilt.
isolinux/initrd.img:  Rebuilt.
kernels/*:  Upgraded.
usb-and-pxe-installers/usbboot.img:  Rebuilt.
 
  


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
[SOLVED] Latest Firefox (88.0.1) has trouble with -current changelog... andrew.46 Slackware 5 05-10-2021 04:59 AM
Wrong ChangeLog for Slackware Current? rsamurti Slackware 5 06-28-2020 01:46 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 01:50 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