mirror of
git://slackware.nl/current.git
synced 2024-12-27 09:59:16 +01:00
194d2d2fc5
a/dracut-104-x86_64-1.txz: Upgraded. d/cmake-3.30.5-x86_64-1.txz: Upgraded. d/subversion-1.14.4-x86_64-1.txz: Upgraded. l/mozjs128-128.3.1esr-x86_64-1.txz: Upgraded. l/openexr-3.3.1-x86_64-1.txz: Upgraded. l/python-charset-normalizer-3.4.0-x86_64-1.txz: Upgraded. x/fcitx5-5.1.11-x86_64-1.txz: Upgraded. x/fcitx5-anthy-5.1.5-x86_64-1.txz: Upgraded. x/fcitx5-chinese-addons-5.1.7-x86_64-1.txz: Upgraded. x/fcitx5-hangul-5.1.5-x86_64-1.txz: Upgraded. x/fcitx5-kkc-5.1.5-x86_64-1.txz: Upgraded. x/fcitx5-m17n-5.1.2-x86_64-1.txz: Upgraded. x/fcitx5-qt-5.1.7-x86_64-1.txz: Upgraded. x/fcitx5-unikey-5.1.5-x86_64-1.txz: Upgraded. x/libime-1.1.9-x86_64-1.txz: Upgraded. xap/mozilla-firefox-128.3.1esr-x86_64-1.txz: Upgraded. This update contains a critical security fix: Use-after-free in Animation timeline. "An attacker was able to achieve code execution in the content process by exploiting a use-after-free in Animation timelines. We have had reports of this vulnerability being exploited in the wild." For more information, see: https://www.mozilla.org/en-US/firefox/128.3.1/releasenotes/ https://www.mozilla.org/security/advisories/mfsa2024-51/ https://www.cve.org/CVERecord?id=CVE-2024-9680 (* Security fix *) |
||
---|---|---|
.. | ||
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