mirror of
git://slackware.nl/current.git
synced 2024-12-27 09:59:16 +01:00
7bcbee5dbe
a/grub-2.12-x86_64-15.txz: Rebuilt. In /etc/default/grub, eliminate the GRUB_DISABLE_KERNEL_SYMLINKS="true" option, replacing it with GRUB_DISPLAY_KERNEL_FILETYPES=both. This may be set to "symlinks" (only show kernel symlinks in the menu), "files" (only show kernel files in the menu), or "both" to show both. Thanks to 0XBF. In /etc/default/grub, add a new option GRUB_INITRD_FALLBACK_NAME=initrd.gz. This defines the name of an initrd that will match to any kernel if a better match wasn't found first. This option will be commented out by default. When the defaults in /etc/default/grub are left alone, the behavior of the 10_linux script is identical to the unmodified one. ap/vim-9.1.0645-x86_64-1.txz: Upgraded. l/protobuf-27.3-x86_64-1.txz: Upgraded. n/curl-8.9.1-x86_64-1.txz: Upgraded. This update fixes a security issue: ASN.1 date parser overread. For more information, see: https://curl.se/docs/CVE-2024-7264.html https://www.cve.org/CVERecord?id=CVE-2024-7264 (* Security fix *) x/mesa-24.1.5-x86_64-1.txz: Upgraded. xap/vim-gvim-9.1.0645-x86_64-1.txz: Upgraded. xfce/thunar-4.18.11-x86_64-1.txz: Upgraded. extra/tigervnc/tigervnc-1.14.0-x86_64-2.txz: Rebuilt. Use the old build script, which worked with a couple of added slashes. Xvnc restored, and /usr/local directories gone. |
||
---|---|---|
.. | ||
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