mirror of
git://slackware.nl/current.git
synced 2024-12-25 09:58:55 +01:00
440fde6336
a/kernel-firmware-20241203_06aea4d-noarch-1.txz: Upgraded. a/kernel-generic-6.12.2-x86_64-1.txz: Upgraded. a/shadow-4.16.0-x86_64-2.txz: Rebuilt. d/cmake-3.31.2-x86_64-1.txz: Upgraded. d/gdb-15.2-x86_64-3.txz: Rebuilt. Removed files duplicated from binutils. Thanks to TommyC7 and gmgf. d/kernel-headers-6.12.2-x86-1.txz: Upgraded. k/kernel-source-6.12.2-noarch-1.txz: Upgraded. l/libppd-2.1.0-x86_64-2.txz: Rebuilt. Build without --enable-ppdc-utils. Thanks to TommyC7. l/protobuf-29.1-x86_64-1.txz: Upgraded. l/python-six-1.17.0-x86_64-1.txz: Upgraded. l/sip-6.9.0-x86_64-1.txz: Upgraded. n/postfix-3.9.1-x86_64-1.txz: Upgraded. tcl/tcl-8.6.15-x86_64-2.txz: Rebuilt. Rename sqlite3_analyzer to sqlite3_analyzer_tcl to avoid clobbering the ELF binary in the sqlite package. Likewise, rename the Thread.3 man page to Thread_tcl.3 so that we don't overwrite the one in the perl package. Thanks to TommyC7. x/fslsfonts-1.0.7-x86_64-1.txz: Upgraded. x/libdrm-2.4.124-x86_64-1.txz: Upgraded. x/libwacom-2.14.0-x86_64-1.txz: Upgraded. x/mesa-24.3.1-x86_64-1.txz: Upgraded. x/oclock-1.0.6-x86_64-1.txz: Upgraded. x/transset-1.0.4-x86_64-1.txz: Upgraded. x/xkbevd-1.1.6-x86_64-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: 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