mirror of
git://slackware.nl/current.git
synced 2025-01-31 19:57:23 +01:00
cdda6f1a7d
a/sysvinit-scripts-15.0-noarch-4.txz: Rebuilt. rc.S: Change /var/run to be a symlink to /run rather than bind mounted. This works around an issue with solid-5.84.0. While there is a patch available for solid, it's probably best to handle the legacy /var/run location in the same way that most other distributions do. Unfortunately, this change needs to be made at boot time before /var/run would be mounted, so a reboot will be required. Make sure that the new /etc/rc.d/rc.S.new is moved to /etc/rc.d/rc.S before rebooting. Thanks to ZhaoLin1457. ap/sudo-1.9.7p2-x86_64-1.txz: Upgraded. d/cmake-3.21.1-x86_64-1.txz: Upgraded. kde/bluedevil-5.22.4-x86_64-1.txz: Upgraded. kde/breeze-5.22.4-x86_64-1.txz: Upgraded. kde/breeze-grub-5.22.4-x86_64-1.txz: Upgraded. kde/breeze-gtk-5.22.4-x86_64-1.txz: Upgraded. kde/drkonqi-5.22.4-x86_64-1.txz: Upgraded. kde/kactivitymanagerd-5.22.4-x86_64-1.txz: Upgraded. kde/kde-cli-tools-5.22.4-x86_64-1.txz: Upgraded. kde/kde-gtk-config-5.22.4-x86_64-1.txz: Upgraded. kde/kdecoration-5.22.4-x86_64-1.txz: Upgraded. kde/kdeplasma-addons-5.22.4-x86_64-1.txz: Upgraded. kde/kgamma5-5.22.4-x86_64-1.txz: Upgraded. kde/khotkeys-5.22.4-x86_64-1.txz: Upgraded. kde/kinfocenter-5.22.4-x86_64-1.txz: Upgraded. kde/kmenuedit-5.22.4-x86_64-1.txz: Upgraded. kde/kscreen-5.22.4-x86_64-1.txz: Upgraded. kde/kscreenlocker-5.22.4-x86_64-1.txz: Upgraded. kde/ksshaskpass-5.22.4-x86_64-1.txz: Upgraded. kde/ksystemstats-5.22.4-x86_64-1.txz: Upgraded. kde/kwallet-pam-5.22.4-x86_64-1.txz: Upgraded. kde/kwayland-integration-5.22.4-x86_64-1.txz: Upgraded. kde/kwayland-server-5.22.4-x86_64-1.txz: Upgraded. kde/kwin-5.22.4-x86_64-1.txz: Upgraded. kde/kwrited-5.22.4-x86_64-1.txz: Upgraded. kde/layer-shell-qt-5.22.4-x86_64-1.txz: Upgraded. kde/libkscreen-5.22.4-x86_64-1.txz: Upgraded. kde/libksysguard-5.22.4-x86_64-1.txz: Upgraded. kde/milou-5.22.4-x86_64-1.txz: Upgraded. kde/oxygen-5.22.4-x86_64-1.txz: Upgraded. kde/plasma-browser-integration-5.22.4-x86_64-1.txz: Upgraded. kde/plasma-desktop-5.22.4-x86_64-1.txz: Upgraded. kde/plasma-disks-5.22.4-x86_64-1.txz: Upgraded. kde/plasma-firewall-5.22.4-x86_64-1.txz: Upgraded. kde/plasma-integration-5.22.4-x86_64-1.txz: Upgraded. kde/plasma-nm-5.22.4-x86_64-1.txz: Upgraded. kde/plasma-pa-5.22.4-x86_64-1.txz: Upgraded. kde/plasma-sdk-5.22.4-x86_64-1.txz: Upgraded. kde/plasma-systemmonitor-5.22.4-x86_64-1.txz: Upgraded. kde/plasma-vault-5.22.4-x86_64-1.txz: Upgraded. kde/plasma-workspace-5.22.4-x86_64-1.txz: Upgraded. kde/plasma-workspace-wallpapers-5.22.4-x86_64-1.txz: Upgraded. kde/polkit-kde-agent-1-5.22.4-x86_64-1.txz: Upgraded. kde/powerdevil-5.22.4-x86_64-1.txz: Upgraded. kde/qqc2-breeze-style-5.22.4-x86_64-1.txz: Upgraded. kde/sddm-kcm-5.22.4-x86_64-1.txz: Upgraded. kde/systemsettings-5.22.4-x86_64-1.txz: Upgraded. kde/xdg-desktop-portal-kde-5.22.4-x86_64-1.txz: Upgraded. |
||
---|---|---|
.. | ||
a | ||
ap | ||
d | ||
e | ||
f | ||
installer | ||
k | ||
kde | ||
l | ||
n | ||
t | ||
tcl | ||
x | ||
xap | ||
xfce | ||
y | ||
buildlist-from-changelog.sh | ||
make_world.sh | ||
README.TXT |
This is the source used for Slackware. To look for a particular bit of source (let's say for 'cp'), first you would look for the full path: fuzzy:~# which cp /bin/cp Then, you grep for the package it came from. Note that the leading '/' is removed: fuzzy:~# grep bin/cp /var/log/packages/* /var/log/packages/cpio-2.4.2.91-i386-1:bin/cpio /var/log/packages/fileutils-4.1-i386-2:bin/cp /var/log/packages/gcc-2.95.3-i386-2:usr/bin/cpp /var/log/packages/gnome-applets-1.4.0.5-i386-1:usr/bin/cpumemusage_applet From this, you can see that 'cp' came from the fileutils-4.1-i386-2 package. The source will be found in a corresponding subdirectory. In this case, that would be ./a/bin. Don't be fooled into thinking that the _bin.tar.gz in this directory is the package with the source code -- anything starting with '_' is just a framework package full of empty files with the correct permissions and ownerships for the completed package to use. Many of these packages now have scripts that untar, patch, and compile the source automatically. These are the 'SlackBuild' scripts. Moving back to the example above, you can figure out which package the bin/cp source came from by examining the SlackBuild script. Have fun! --- Patrick J. Volkerding volkerdi@slackware.com