mirror of
git://slackware.nl/current.git
synced 2024-12-26 09:58:59 +01:00
1eecf47a49
a/bash-5.2.037-x86_64-2.txz: Rebuilt. Set a default BASH_LOADABLES_PATH pointing to the bash loadables directory. Thanks to Lockywolf. a/haveged-1.9.19-x86_64-1.txz: Upgraded. a/kernel-firmware-20241004_919f79f-noarch-1.txz: Upgraded. a/kernel-generic-6.10.13-x86_64-1.txz: Upgraded. a/mkinitrd-1.4.11-x86_64-37.txz: Rebuilt. Upgraded to busybox-1.37.0. d/kernel-headers-6.10.13-x86-1.txz: Upgraded. k/kernel-source-6.10.13-noarch-1.txz: Upgraded. kde/krita-5.2.6-x86_64-1.txz: Upgraded. kde/kstars-3.7.3-x86_64-1.txz: Upgraded. kde/pulseaudio-qt-1.6.0-x86_64-1.txz: Upgraded. l/gtk4-4.16.3-x86_64-1.txz: Upgraded. l/libproxy-0.5.9-x86_64-1.txz: Upgraded. l/nodejs-20.18.0-x86_64-1.txz: Upgraded. n/dhcpcd-10.1.0-x86_64-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. testing/packages/kernel-generic-6.11.2-x86_64-1.txz: Upgraded. testing/packages/kernel-headers-6.11.2-x86-1.txz: Upgraded. testing/packages/kernel-source-6.11.2-noarch-1.txz: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt. |
||
---|---|---|
.. | ||
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, and ^ and $ mark the beginning and end of the pattern to match: fuzzy:~# grep ^bin/cp$ /var/lib/pkgtools/packages/* /var/lib/pkgtools/packages/coreutils-9.0-x86_64-3:bin/cp From this, you can see that 'cp' came from the coreutils-9.0-x86_64-3 package. The source will be found in a corresponding subdirectory. In this case, that would be ./a/coreutils/. All of these packages have scripts that extract, patch, and compile the source automatically. These are the 'SlackBuild' scripts. Have fun! --- Patrick J. Volkerding volkerdi@slackware.com