summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-02-15 19:48:10 +0000
committer Eric Hameleers <alien@slackware.com>2023-02-15 21:32:50 +0100
commit96a46e0fa18d13ba3e422f8431cb68d28ea9b706 (patch)
tree32d39f3c9a81acd8258dc927626400d80355391c
parent88d937fb4e8fcda2688596b4c6dc5b24d275eb8d (diff)
downloadcurrent-96a46e0fa18d13ba3e422f8431cb68d28ea9b706.tar.gz
current-96a46e0fa18d13ba3e422f8431cb68d28ea9b706.tar.xz
Wed Feb 15 19:48:10 UTC 202320230215194810
ap/sudo-1.9.13-x86_64-1.txz: Upgraded. d/git-2.39.2-x86_64-1.txz: Upgraded. This update fixes security issues: Using a specially-crafted repository, Git can be tricked into using its local clone optimization even when using a non-local transport. Though Git will abort local clones whose source $GIT_DIR/objects directory contains symbolic links (c.f., CVE-2022-39253), the objects directory itself may still be a symbolic link. These two may be combined to include arbitrary files based on known paths on the victim's filesystem within the malicious repository's working copy, allowing for data exfiltration in a similar manner as CVE-2022-39253. By feeding a crafted input to "git apply", a path outside the working tree can be overwritten as the user who is running "git apply". For more information, see: https://www.cve.org/CVERecord?id=CVE-2023-22490 https://www.cve.org/CVERecord?id=CVE-2023-23946 (* Security fix *) n/curl-7.88.0-x86_64-1.txz: Upgraded. This update fixes security issues: HTTP multi-header compression denial of service. HSTS amnesia with --parallel. HSTS ignored on multiple requests. For more information, see: https://curl.se/docs/CVE-2023-23916.html https://curl.se/docs/CVE-2023-23915.html https://curl.se/docs/CVE-2023-23914.html https://www.cve.org/CVERecord?id=CVE-2023-23916 https://www.cve.org/CVERecord?id=CVE-2023-23915 https://www.cve.org/CVERecord?id=CVE-2023-23914 (* Security fix *)
-rw-r--r--ChangeLog.rss46
-rw-r--r--ChangeLog.txt34
-rw-r--r--FILELIST.TXT74
3 files changed, 115 insertions, 39 deletions
diff --git a/ChangeLog.rss b/ChangeLog.rss
index 816ecb865..33ec120a7 100644
--- a/ChangeLog.rss
+++ b/ChangeLog.rss
@@ -11,10 +11,52 @@
<description>Tracking Slackware development in git.</description>
<language>en-us</language>
<id xmlns="http://www.w3.org/2005/Atom">urn:uuid:c964f45e-6732-11e8-bbe5-107b4450212f</id>
- <pubDate>Wed, 15 Feb 2023 03:05:40 GMT</pubDate>
- <lastBuildDate>Wed, 15 Feb 2023 05:50:09 GMT</lastBuildDate>
+ <pubDate>Wed, 15 Feb 2023 19:48:10 GMT</pubDate>
+ <lastBuildDate>Wed, 15 Feb 2023 20:32:46 GMT</lastBuildDate>
<generator>maintain_current_git.sh v 1.17</generator>
<item>
+ <title>Wed, 15 Feb 2023 19:48:10 GMT</title>
+ <pubDate>Wed, 15 Feb 2023 19:48:10 GMT</pubDate>
+ <link>https://git.slackware.nl/current/tag/?h=20230215194810</link>
+ <guid isPermaLink="false">20230215194810</guid>
+ <description>
+ <![CDATA[<pre>
+ap/sudo-1.9.13-x86_64-1.txz: Upgraded.
+d/git-2.39.2-x86_64-1.txz: Upgraded.
+ This update fixes security issues:
+ Using a specially-crafted repository, Git can be tricked into using
+ its local clone optimization even when using a non-local transport.
+ Though Git will abort local clones whose source $GIT_DIR/objects
+ directory contains symbolic links (c.f., CVE-2022-39253), the objects
+ directory itself may still be a symbolic link.
+ These two may be combined to include arbitrary files based on known
+ paths on the victim's filesystem within the malicious repository's
+ working copy, allowing for data exfiltration in a similar manner as
+ CVE-2022-39253.
+ By feeding a crafted input to "git apply", a path outside the
+ working tree can be overwritten as the user who is running "git
+ apply".
+ For more information, see:
+ https://www.cve.org/CVERecord?id=CVE-2023-22490
+ https://www.cve.org/CVERecord?id=CVE-2023-23946
+ (* Security fix *)
+n/curl-7.88.0-x86_64-1.txz: Upgraded.
+ This update fixes security issues:
+ HTTP multi-header compression denial of service.
+ HSTS amnesia with --parallel.
+ HSTS ignored on multiple requests.
+ For more information, see:
+ https://curl.se/docs/CVE-2023-23916.html
+ https://curl.se/docs/CVE-2023-23915.html
+ https://curl.se/docs/CVE-2023-23914.html
+ https://www.cve.org/CVERecord?id=CVE-2023-23916
+ https://www.cve.org/CVERecord?id=CVE-2023-23915
+ https://www.cve.org/CVERecord?id=CVE-2023-23914
+ (* Security fix *)
+ </pre>]]>
+ </description>
+ </item>
+ <item>
<title>Wed, 15 Feb 2023 03:05:40 GMT</title>
<pubDate>Wed, 15 Feb 2023 03:05:40 GMT</pubDate>
<link>https://git.slackware.nl/current/tag/?h=20230215030540</link>
diff --git a/ChangeLog.txt b/ChangeLog.txt
index 41a7de14c..ad8974b0f 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,3 +1,37 @@
+Wed Feb 15 19:48:10 UTC 2023
+ap/sudo-1.9.13-x86_64-1.txz: Upgraded.
+d/git-2.39.2-x86_64-1.txz: Upgraded.
+ This update fixes security issues:
+ Using a specially-crafted repository, Git can be tricked into using
+ its local clone optimization even when using a non-local transport.
+ Though Git will abort local clones whose source $GIT_DIR/objects
+ directory contains symbolic links (c.f., CVE-2022-39253), the objects
+ directory itself may still be a symbolic link.
+ These two may be combined to include arbitrary files based on known
+ paths on the victim's filesystem within the malicious repository's
+ working copy, allowing for data exfiltration in a similar manner as
+ CVE-2022-39253.
+ By feeding a crafted input to "git apply", a path outside the
+ working tree can be overwritten as the user who is running "git
+ apply".
+ For more information, see:
+ https://www.cve.org/CVERecord?id=CVE-2023-22490
+ https://www.cve.org/CVERecord?id=CVE-2023-23946
+ (* Security fix *)
+n/curl-7.88.0-x86_64-1.txz: Upgraded.
+ This update fixes security issues:
+ HTTP multi-header compression denial of service.
+ HSTS amnesia with --parallel.
+ HSTS ignored on multiple requests.
+ For more information, see:
+ https://curl.se/docs/CVE-2023-23916.html
+ https://curl.se/docs/CVE-2023-23915.html
+ https://curl.se/docs/CVE-2023-23914.html
+ https://www.cve.org/CVERecord?id=CVE-2023-23916
+ https://www.cve.org/CVERecord?id=CVE-2023-23915
+ https://www.cve.org/CVERecord?id=CVE-2023-23914
+ (* Security fix *)
++--------------------------+
Wed Feb 15 03:05:40 UTC 2023
a/kernel-firmware-20230214_a253a37-noarch-1.txz: Upgraded.
a/kernel-generic-6.1.12-x86_64-1.txz: Upgraded.
diff --git a/FILELIST.TXT b/FILELIST.TXT
index 367505ad3..a36994a46 100644
--- a/FILELIST.TXT
+++ b/FILELIST.TXT
@@ -1,20 +1,20 @@
-Wed Feb 15 03:13:41 UTC 2023
+Wed Feb 15 19:55:01 UTC 2023
Here is the file list for this directory. If you are using a
mirror site and find missing or extra files in the disk
subdirectories, please have the archive administrator refresh
the mirror.
-drwxr-xr-x 12 root root 4096 2023-02-15 03:05 .
+drwxr-xr-x 12 root root 4096 2023-02-15 19:48 .
-rw-r--r-- 1 root root 5767 2022-02-02 22:44 ./ANNOUNCE.15.0
-rw-r--r-- 1 root root 16617 2022-02-02 23:27 ./CHANGES_AND_HINTS.TXT
--rw-r--r-- 1 root root 1108420 2023-02-13 20:07 ./CHECKSUMS.md5
--rw-r--r-- 1 root root 163 2023-02-13 20:07 ./CHECKSUMS.md5.asc
+-rw-r--r-- 1 root root 1108587 2023-02-15 03:14 ./CHECKSUMS.md5
+-rw-r--r-- 1 root root 163 2023-02-15 03:14 ./CHECKSUMS.md5.asc
-rw-r--r-- 1 root root 17976 1994-06-10 02:28 ./COPYING
-rw-r--r-- 1 root root 35147 2007-06-30 04:21 ./COPYING3
-rw-r--r-- 1 root root 19573 2016-06-23 20:08 ./COPYRIGHT.TXT
-rw-r--r-- 1 root root 616 2006-10-02 04:37 ./CRYPTO_NOTICE.TXT
--rw-r--r-- 1 root root 508396 2023-02-15 03:05 ./ChangeLog.txt
+-rw-r--r-- 1 root root 509955 2023-02-15 19:48 ./ChangeLog.txt
drwxr-xr-x 3 root root 4096 2013-03-20 22:17 ./EFI
drwxr-xr-x 2 root root 4096 2023-02-15 03:04 ./EFI/BOOT
-rw-r--r-- 1 root root 1187840 2021-06-15 19:16 ./EFI/BOOT/bootx64.efi
@@ -25,9 +25,9 @@ drwxr-xr-x 2 root root 4096 2023-02-15 03:04 ./EFI/BOOT
-rwxr-xr-x 1 root root 2504 2019-07-05 18:54 ./EFI/BOOT/make-grub.sh
-rw-r--r-- 1 root root 10722 2013-09-21 19:02 ./EFI/BOOT/osdetect.cfg
-rw-r--r-- 1 root root 1273 2013-08-12 21:08 ./EFI/BOOT/tools.cfg
--rw-r--r-- 1 root root 1443368 2023-02-13 20:06 ./FILELIST.TXT
+-rw-r--r-- 1 root root 1443585 2023-02-15 03:13 ./FILELIST.TXT
-rw-r--r-- 1 root root 1572 2012-08-29 18:27 ./GPG-KEY
--rw-r--r-- 1 root root 862078 2023-02-15 03:13 ./PACKAGES.TXT
+-rw-r--r-- 1 root root 862076 2023-02-15 19:54 ./PACKAGES.TXT
-rw-r--r-- 1 root root 8034 2022-02-02 03:36 ./README.TXT
-rw-r--r-- 1 root root 3629 2023-02-15 02:54 ./README.initrd
-rw-r--r-- 1 root root 34162 2022-01-30 20:35 ./README_CRYPT.TXT
@@ -746,11 +746,11 @@ drwxr-xr-x 2 root root 4096 2022-02-03 07:02 ./patches
-rw-r--r-- 1 root root 575 2022-02-03 07:02 ./patches/FILE_LIST
-rw-r--r-- 1 root root 14 2022-02-03 07:02 ./patches/MANIFEST.bz2
-rw-r--r-- 1 root root 224 2022-02-03 07:02 ./patches/PACKAGES.TXT
-drwxr-xr-x 17 root root 4096 2023-02-15 03:13 ./slackware64
--rw-r--r-- 1 root root 336449 2023-02-15 03:13 ./slackware64/CHECKSUMS.md5
--rw-r--r-- 1 root root 163 2023-02-15 03:13 ./slackware64/CHECKSUMS.md5.asc
--rw-r--r-- 1 root root 417269 2023-02-15 03:12 ./slackware64/FILE_LIST
--rw-r--r-- 1 root root 4323512 2023-02-15 03:12 ./slackware64/MANIFEST.bz2
+drwxr-xr-x 17 root root 4096 2023-02-15 19:54 ./slackware64
+-rw-r--r-- 1 root root 336443 2023-02-15 19:54 ./slackware64/CHECKSUMS.md5
+-rw-r--r-- 1 root root 163 2023-02-15 19:54 ./slackware64/CHECKSUMS.md5.asc
+-rw-r--r-- 1 root root 417263 2023-02-15 19:53 ./slackware64/FILE_LIST
+-rw-r--r-- 1 root root 4338005 2023-02-15 19:54 ./slackware64/MANIFEST.bz2
lrwxrwxrwx 1 root root 15 2009-08-23 23:34 ./slackware64/PACKAGES.TXT -> ../PACKAGES.TXT
drwxr-xr-x 2 root root 32768 2023-02-15 03:11 ./slackware64/a
-rw-r--r-- 1 root root 327 2022-02-15 18:16 ./slackware64/a/aaa_base-15.1-x86_64-2.txt
@@ -1136,7 +1136,7 @@ drwxr-xr-x 2 root root 32768 2023-02-15 03:11 ./slackware64/a
-rw-r--r-- 1 root root 540 2021-02-13 11:22 ./slackware64/a/zoo-2.10_22-x86_64-4.txt
-rw-r--r-- 1 root root 56160 2021-02-13 11:22 ./slackware64/a/zoo-2.10_22-x86_64-4.txz
-rw-r--r-- 1 root root 163 2021-02-13 11:22 ./slackware64/a/zoo-2.10_22-x86_64-4.txz.asc
-drwxr-xr-x 2 root root 20480 2023-02-13 20:05 ./slackware64/ap
+drwxr-xr-x 2 root root 20480 2023-02-15 19:53 ./slackware64/ap
-rw-r--r-- 1 root root 291 2021-02-13 11:23 ./slackware64/ap/a2ps-4.14-x86_64-9.txt
-rw-r--r-- 1 root root 703580 2021-02-13 11:23 ./slackware64/ap/a2ps-4.14-x86_64-9.txz
-rw-r--r-- 1 root root 163 2021-02-13 11:23 ./slackware64/ap/a2ps-4.14-x86_64-9.txz.asc
@@ -1351,9 +1351,9 @@ drwxr-xr-x 2 root root 20480 2023-02-13 20:05 ./slackware64/ap
-rw-r--r-- 1 root root 584 2022-03-19 18:36 ./slackware64/ap/squashfs-tools-4.5.1-x86_64-1.txt
-rw-r--r-- 1 root root 182288 2022-03-19 18:36 ./slackware64/ap/squashfs-tools-4.5.1-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-03-19 18:36 ./slackware64/ap/squashfs-tools-4.5.1-x86_64-1.txz.asc
--rw-r--r-- 1 root root 442 2023-01-18 20:00 ./slackware64/ap/sudo-1.9.12p2-x86_64-1.txt
--rw-r--r-- 1 root root 1205916 2023-01-18 20:00 ./slackware64/ap/sudo-1.9.12p2-x86_64-1.txz
--rw-r--r-- 1 root root 163 2023-01-18 20:00 ./slackware64/ap/sudo-1.9.12p2-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 442 2023-02-15 19:26 ./slackware64/ap/sudo-1.9.13-x86_64-1.txt
+-rw-r--r-- 1 root root 1217364 2023-02-15 19:26 ./slackware64/ap/sudo-1.9.13-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2023-02-15 19:26 ./slackware64/ap/sudo-1.9.13-x86_64-1.txz.asc
-rw-r--r-- 1 root root 403 2023-01-30 18:03 ./slackware64/ap/sysstat-12.7.2-x86_64-1.txt
-rw-r--r-- 1 root root 367884 2023-01-30 18:03 ./slackware64/ap/sysstat-12.7.2-x86_64-1.txz
-rw-r--r-- 1 root root 163 2023-01-30 18:03 ./slackware64/ap/sysstat-12.7.2-x86_64-1.txz.asc
@@ -1391,7 +1391,7 @@ drwxr-xr-x 2 root root 20480 2023-02-13 20:05 ./slackware64/ap
-rw-r--r-- 1 root root 506 2022-05-15 17:09 ./slackware64/ap/zsh-5.9-x86_64-1.txt
-rw-r--r-- 1 root root 3156392 2022-05-15 17:09 ./slackware64/ap/zsh-5.9-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-05-15 17:09 ./slackware64/ap/zsh-5.9-x86_64-1.txz.asc
-drwxr-xr-x 2 root root 20480 2023-02-15 03:11 ./slackware64/d
+drwxr-xr-x 2 root root 20480 2023-02-15 19:53 ./slackware64/d
-rw-r--r-- 1 root root 360 2022-03-09 03:58 ./slackware64/d/Cython-0.29.28-x86_64-1.txt
-rw-r--r-- 1 root root 2393012 2022-03-09 03:58 ./slackware64/d/Cython-0.29.28-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-03-09 03:58 ./slackware64/d/Cython-0.29.28-x86_64-1.txz.asc
@@ -1473,9 +1473,9 @@ drwxr-xr-x 2 root root 20480 2023-02-15 03:11 ./slackware64/d
-rw-r--r-- 1 root root 628 2022-10-19 18:32 ./slackware64/d/gettext-tools-0.21.1-x86_64-2.txt
-rw-r--r-- 1 root root 2165252 2022-10-19 18:32 ./slackware64/d/gettext-tools-0.21.1-x86_64-2.txz
-rw-r--r-- 1 root root 163 2022-10-19 18:32 ./slackware64/d/gettext-tools-0.21.1-x86_64-2.txz.asc
--rw-r--r-- 1 root root 397 2023-01-17 20:42 ./slackware64/d/git-2.39.1-x86_64-1.txt
--rw-r--r-- 1 root root 7259628 2023-01-17 20:42 ./slackware64/d/git-2.39.1-x86_64-1.txz
--rw-r--r-- 1 root root 163 2023-01-17 20:42 ./slackware64/d/git-2.39.1-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 397 2023-02-15 19:19 ./slackware64/d/git-2.39.2-x86_64-1.txt
+-rw-r--r-- 1 root root 7261028 2023-02-15 19:19 ./slackware64/d/git-2.39.2-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2023-02-15 19:19 ./slackware64/d/git-2.39.2-x86_64-1.txz.asc
-rw-r--r-- 1 root root 589 2021-02-13 09:54 ./slackware64/d/gnucobol-3.1.2-x86_64-3.txt
-rw-r--r-- 1 root root 880720 2021-02-13 09:54 ./slackware64/d/gnucobol-3.1.2-x86_64-3.txz
-rw-r--r-- 1 root root 163 2021-02-13 09:54 ./slackware64/d/gnucobol-3.1.2-x86_64-3.txz.asc
@@ -3950,7 +3950,7 @@ drwxr-xr-x 2 root root 86016 2023-02-15 03:11 ./slackware64/l
-rw-r--r-- 1 root root 463 2023-02-10 19:33 ./slackware64/l/zstd-1.5.4-x86_64-1.txt
-rw-r--r-- 1 root root 462132 2023-02-10 19:33 ./slackware64/l/zstd-1.5.4-x86_64-1.txz
-rw-r--r-- 1 root root 163 2023-02-10 19:33 ./slackware64/l/zstd-1.5.4-x86_64-1.txz.asc
-drwxr-xr-x 2 root root 36864 2023-02-15 03:11 ./slackware64/n
+drwxr-xr-x 2 root root 36864 2023-02-15 19:53 ./slackware64/n
-rw-r--r-- 1 root root 357 2022-09-10 18:15 ./slackware64/n/ModemManager-1.18.12-x86_64-1.txt
-rw-r--r-- 1 root root 2148884 2022-09-10 18:15 ./slackware64/n/ModemManager-1.18.12-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-09-10 18:15 ./slackware64/n/ModemManager-1.18.12-x86_64-1.txz.asc
@@ -3999,9 +3999,9 @@ drwxr-xr-x 2 root root 36864 2023-02-15 03:11 ./slackware64/n
-rw-r--r-- 1 root root 409 2021-02-13 11:57 ./slackware64/n/crda-4.14-x86_64-3.txt
-rw-r--r-- 1 root root 69208 2021-02-13 11:57 ./slackware64/n/crda-4.14-x86_64-3.txz
-rw-r--r-- 1 root root 163 2021-02-13 11:57 ./slackware64/n/crda-4.14-x86_64-3.txz.asc
--rw-r--r-- 1 root root 552 2022-12-21 18:55 ./slackware64/n/curl-7.87.0-x86_64-1.txt
--rw-r--r-- 1 root root 1333108 2022-12-21 18:55 ./slackware64/n/curl-7.87.0-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-12-21 18:55 ./slackware64/n/curl-7.87.0-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 552 2023-02-15 19:12 ./slackware64/n/curl-7.88.0-x86_64-1.txt
+-rw-r--r-- 1 root root 1338468 2023-02-15 19:12 ./slackware64/n/curl-7.88.0-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2023-02-15 19:12 ./slackware64/n/curl-7.88.0-x86_64-1.txz.asc
-rw-r--r-- 1 root root 373 2022-03-06 20:01 ./slackware64/n/cyrus-sasl-2.1.28-x86_64-2.txt
-rw-r--r-- 1 root root 992604 2022-03-06 20:01 ./slackware64/n/cyrus-sasl-2.1.28-x86_64-2.txz
-rw-r--r-- 1 root root 163 2022-03-06 20:01 ./slackware64/n/cyrus-sasl-2.1.28-x86_64-2.txz.asc
@@ -5597,11 +5597,11 @@ drwxr-xr-x 2 root root 4096 2021-02-15 19:33 ./slackware64/y
-rw-r--r-- 1 root root 1486956 2021-02-13 13:56 ./slackware64/y/nethack-3.6.6-x86_64-3.txz
-rw-r--r-- 1 root root 163 2021-02-13 13:56 ./slackware64/y/nethack-3.6.6-x86_64-3.txz.asc
-rw-r--r-- 1 root root 26 2020-12-30 21:55 ./slackware64/y/tagfile
-drwxr-xr-x 18 root root 4096 2023-02-15 03:13 ./source
--rw-r--r-- 1 root root 594958 2023-02-15 03:13 ./source/CHECKSUMS.md5
--rw-r--r-- 1 root root 163 2023-02-15 03:13 ./source/CHECKSUMS.md5.asc
--rw-r--r-- 1 root root 827723 2023-02-15 03:13 ./source/FILE_LIST
--rw-r--r-- 1 root root 24405166 2023-02-15 03:13 ./source/MANIFEST.bz2
+drwxr-xr-x 18 root root 4096 2023-02-15 19:55 ./source
+-rw-r--r-- 1 root root 594956 2023-02-15 19:55 ./source/CHECKSUMS.md5
+-rw-r--r-- 1 root root 163 2023-02-15 19:55 ./source/CHECKSUMS.md5.asc
+-rw-r--r-- 1 root root 827721 2023-02-15 19:54 ./source/FILE_LIST
+-rw-r--r-- 1 root root 24404195 2023-02-15 19:54 ./source/MANIFEST.bz2
-rw-r--r-- 1 root root 828 2022-02-02 04:43 ./source/README.TXT
drwxr-xr-x 123 root root 4096 2023-01-19 20:13 ./source/a
-rw-r--r-- 1 root root 234 2022-10-16 18:39 ./source/a/FTBFSlog
@@ -7226,10 +7226,10 @@ drwxr-xr-x 2 root root 4096 2022-09-06 18:27 ./source/ap/squashfs-tools
-rw-r--r-- 1 root root 1078 2018-09-13 21:00 ./source/ap/squashfs-tools/slack-desc
-rw-r--r-- 1 root root 194798 2022-03-17 19:32 ./source/ap/squashfs-tools/squashfs-tools-4.5.1.tar.lz
-rwxr-xr-- 1 root root 4206 2022-09-06 18:27 ./source/ap/squashfs-tools/squashfs-tools.SlackBuild
-drwxr-xr-x 2 root root 4096 2023-01-18 20:00 ./source/ap/sudo
+drwxr-xr-x 2 root root 4096 2023-02-15 19:26 ./source/ap/sudo
-rw-r--r-- 1 root root 275 2004-09-19 00:25 ./source/ap/sudo/doinst.sh.gz
-rw-r--r-- 1 root root 894 2018-02-27 06:12 ./source/ap/sudo/slack-desc
--rw-r--r-- 1 root root 2671284 2023-01-18 14:20 ./source/ap/sudo/sudo-1.9.12p2.tar.xz
+-rw-r--r-- 1 root root 2781640 2023-02-14 16:57 ./source/ap/sudo/sudo-1.9.13.tar.xz
-rwxr-xr-x 1 root root 4572 2022-01-28 20:44 ./source/ap/sudo/sudo.SlackBuild
-rw-r--r-- 1 root root 25 2020-06-19 19:00 ./source/ap/sudo/sudo.url
drwxr-xr-x 2 root root 4096 2023-01-30 18:02 ./source/ap/sysstat
@@ -7450,9 +7450,9 @@ drwxr-xr-x 2 root root 4096 2023-01-17 21:56 ./source/d/gdb
-rwxr-xr-x 1 root root 4666 2023-01-17 21:57 ./source/d/gdb/gdb.SlackBuild
-rw-r--r-- 1 root root 1200 2018-02-27 06:48 ./source/d/gdb/slack-desc
lrwxrwxrwx 1 root root 12 2010-07-29 00:48 ./source/d/gettext-tools -> ../a/gettext
-drwxr-xr-x 2 root root 4096 2023-01-17 20:37 ./source/d/git
--rw-r--r-- 1 root root 566 2023-01-17 18:01 ./source/d/git/git-2.39.1.tar.sign
--rw-r--r-- 1 root root 7160744 2023-01-17 18:01 ./source/d/git/git-2.39.1.tar.xz
+drwxr-xr-x 2 root root 4096 2023-02-15 19:17 ./source/d/git
+-rw-r--r-- 1 root root 566 2023-02-14 17:55 ./source/d/git/git-2.39.2.tar.sign
+-rw-r--r-- 1 root root 7163224 2023-02-14 17:55 ./source/d/git/git-2.39.2.tar.xz
-rwxr-xr-x 1 root root 5481 2021-03-10 19:46 ./source/d/git/git.SlackBuild
-rw-r--r-- 1 root root 45 2015-09-01 20:04 ./source/d/git/git.url
-rw-r--r-- 1 root root 848 2018-02-27 06:13 ./source/d/git/slack-desc
@@ -12081,9 +12081,9 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/crda
-rw-r--r-- 1 root root 488 2019-06-03 21:45 ./source/n/crda/wireless-regdb-2019.06.03.tar.sign
-rw-r--r-- 1 root root 23176 2019-06-03 21:45 ./source/n/crda/wireless-regdb-2019.06.03.tar.xz
-rw-r--r-- 1 root root 55 2018-02-05 06:31 ./source/n/crda/wireless-regdb.url
-drwxr-xr-x 2 root root 4096 2022-12-21 18:54 ./source/n/curl
--rw-r--r-- 1 root root 2547932 2022-12-21 07:06 ./source/n/curl/curl-7.87.0.tar.xz
--rw-r--r-- 1 root root 488 2022-12-21 07:06 ./source/n/curl/curl-7.87.0.tar.xz.asc
+drwxr-xr-x 2 root root 4096 2023-02-15 19:11 ./source/n/curl
+-rw-r--r-- 1 root root 2571564 2023-02-15 07:21 ./source/n/curl/curl-7.88.0.tar.xz
+-rw-r--r-- 1 root root 488 2023-02-15 07:21 ./source/n/curl/curl-7.88.0.tar.xz.asc
-rwxr-xr-x 1 root root 4851 2022-09-01 01:44 ./source/n/curl/curl.SlackBuild
-rw-r--r-- 1 root root 30 2018-04-20 16:49 ./source/n/curl/curl.url
-rw-r--r-- 1 root root 1004 2019-02-06 21:57 ./source/n/curl/slack-desc