mirror of
git://slackware.nl/current.git
synced 2025-01-17 18:12:36 +01:00
Thu Nov 7 21:46:13 UTC 2024
a/libblockdev-3.2.1-x86_64-1.txz: Upgraded. a/mkinitrd-1.4.11-x86_64-45.txz: Rebuilt. /etc/default/geninitrd: Add AUTOGENERATE_INITRD variable for disabling automatically generating the initrd when the kernel package is upgraded. The hook to trigger this will be in the next kernel-generic package. setup.01.mkinitrd: skip generating an initrd if we're called from the kernel doinst.sh and AUTOGENERATE_INITRD=false. geninitrd: Look for an override script called /usr/local/sbin/geninitrd, not /usr/local/bin/geninitrd-custom. Thanks to GazL. ap/mariadb-11.4.4-x86_64-2.txz: Rebuilt. rc.mysqld: use mariadbd-safe, not mysqld_safe. Thanks to teoberi. d/cmake-3.31.0-x86_64-1.txz: Upgraded. l/expat-2.6.4-x86_64-1.txz: Upgraded. This update fixes bugs and a security issue: Fix crash within function XML_ResumeParser from a NULL pointer dereference by disallowing function XML_StopParser to (stop or) suspend an unstarted parser. A new error code XML_ERROR_NOT_STARTED was introduced to properly communicate this situation. For more information, see: https://www.cve.org/CVERecord?id=CVE-2024-50602 (* Security fix *) n/gpgme-1.24.0-x86_64-1.txz: Upgraded. Added libqgpgmeqt6. xap/ffmpegthumbnailer-2.2.3-x86_64-1.txz: Upgraded. xap/mozilla-thunderbird-128.4.2esr-x86_64-1.txz: Upgraded. This is a bugfix release. For more information, see: https://www.mozilla.org/en-US/thunderbird/128.4.2esr/releasenotes/
This commit is contained in:
parent
ef37aabeeb
commit
e1cb531b52
20 changed files with 236 additions and 455 deletions
|
@ -11,9 +11,47 @@
|
|||
<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, 6 Nov 2024 20:54:05 GMT</pubDate>
|
||||
<lastBuildDate>Wed, 6 Nov 2024 21:47:23 GMT</lastBuildDate>
|
||||
<pubDate>Thu, 7 Nov 2024 21:46:13 GMT</pubDate>
|
||||
<lastBuildDate>Thu, 7 Nov 2024 22:42:30 GMT</lastBuildDate>
|
||||
<generator>maintain_current_git.sh v 1.17</generator>
|
||||
<item>
|
||||
<title>Thu, 7 Nov 2024 21:46:13 GMT</title>
|
||||
<pubDate>Thu, 7 Nov 2024 21:46:13 GMT</pubDate>
|
||||
<link>https://git.slackware.nl/current/tag/?h=20241107214613</link>
|
||||
<guid isPermaLink="false">20241107214613</guid>
|
||||
<description>
|
||||
<![CDATA[<pre>
|
||||
a/libblockdev-3.2.1-x86_64-1.txz: Upgraded.
|
||||
a/mkinitrd-1.4.11-x86_64-45.txz: Rebuilt.
|
||||
/etc/default/geninitrd: Add AUTOGENERATE_INITRD variable for disabling
|
||||
automatically generating the initrd when the kernel package is upgraded.
|
||||
The hook to trigger this will be in the next kernel-generic package.
|
||||
setup.01.mkinitrd: skip generating an initrd if we're called from the
|
||||
kernel doinst.sh and AUTOGENERATE_INITRD=false.
|
||||
geninitrd: Look for an override script called /usr/local/sbin/geninitrd,
|
||||
not /usr/local/bin/geninitrd-custom. Thanks to GazL.
|
||||
ap/mariadb-11.4.4-x86_64-2.txz: Rebuilt.
|
||||
rc.mysqld: use mariadbd-safe, not mysqld_safe. Thanks to teoberi.
|
||||
d/cmake-3.31.0-x86_64-1.txz: Upgraded.
|
||||
l/expat-2.6.4-x86_64-1.txz: Upgraded.
|
||||
This update fixes bugs and a security issue:
|
||||
Fix crash within function XML_ResumeParser from a NULL pointer dereference
|
||||
by disallowing function XML_StopParser to (stop or) suspend an unstarted
|
||||
parser. A new error code XML_ERROR_NOT_STARTED was introduced to properly
|
||||
communicate this situation.
|
||||
For more information, see:
|
||||
https://www.cve.org/CVERecord?id=CVE-2024-50602
|
||||
(* Security fix *)
|
||||
n/gpgme-1.24.0-x86_64-1.txz: Upgraded.
|
||||
Added libqgpgmeqt6.
|
||||
xap/ffmpegthumbnailer-2.2.3-x86_64-1.txz: Upgraded.
|
||||
xap/mozilla-thunderbird-128.4.2esr-x86_64-1.txz: Upgraded.
|
||||
This is a bugfix release.
|
||||
For more information, see:
|
||||
https://www.mozilla.org/en-US/thunderbird/128.4.2esr/releasenotes/
|
||||
</pre>]]>
|
||||
</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Wed, 6 Nov 2024 20:54:05 GMT</title>
|
||||
<pubDate>Wed, 6 Nov 2024 20:54:05 GMT</pubDate>
|
||||
|
|
|
@ -1,3 +1,33 @@
|
|||
Thu Nov 7 21:46:13 UTC 2024
|
||||
a/libblockdev-3.2.1-x86_64-1.txz: Upgraded.
|
||||
a/mkinitrd-1.4.11-x86_64-45.txz: Rebuilt.
|
||||
/etc/default/geninitrd: Add AUTOGENERATE_INITRD variable for disabling
|
||||
automatically generating the initrd when the kernel package is upgraded.
|
||||
The hook to trigger this will be in the next kernel-generic package.
|
||||
setup.01.mkinitrd: skip generating an initrd if we're called from the
|
||||
kernel doinst.sh and AUTOGENERATE_INITRD=false.
|
||||
geninitrd: Look for an override script called /usr/local/sbin/geninitrd,
|
||||
not /usr/local/bin/geninitrd-custom. Thanks to GazL.
|
||||
ap/mariadb-11.4.4-x86_64-2.txz: Rebuilt.
|
||||
rc.mysqld: use mariadbd-safe, not mysqld_safe. Thanks to teoberi.
|
||||
d/cmake-3.31.0-x86_64-1.txz: Upgraded.
|
||||
l/expat-2.6.4-x86_64-1.txz: Upgraded.
|
||||
This update fixes bugs and a security issue:
|
||||
Fix crash within function XML_ResumeParser from a NULL pointer dereference
|
||||
by disallowing function XML_StopParser to (stop or) suspend an unstarted
|
||||
parser. A new error code XML_ERROR_NOT_STARTED was introduced to properly
|
||||
communicate this situation.
|
||||
For more information, see:
|
||||
https://www.cve.org/CVERecord?id=CVE-2024-50602
|
||||
(* Security fix *)
|
||||
n/gpgme-1.24.0-x86_64-1.txz: Upgraded.
|
||||
Added libqgpgmeqt6.
|
||||
xap/ffmpegthumbnailer-2.2.3-x86_64-1.txz: Upgraded.
|
||||
xap/mozilla-thunderbird-128.4.2esr-x86_64-1.txz: Upgraded.
|
||||
This is a bugfix release.
|
||||
For more information, see:
|
||||
https://www.mozilla.org/en-US/thunderbird/128.4.2esr/releasenotes/
|
||||
+--------------------------+
|
||||
Wed Nov 6 20:54:05 UTC 2024
|
||||
a/mkinitrd-1.4.11-x86_64-44.txz: Rebuilt.
|
||||
geninitrd: run /usr/local/bin/geninitrd-custom instead, if it exists.
|
||||
|
|
156
FILELIST.TXT
156
FILELIST.TXT
|
@ -1,20 +1,20 @@
|
|||
Wed Nov 6 20:59:11 UTC 2024
|
||||
Thu Nov 7 21:51:40 UTC 2024
|
||||
|
||||
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 2024-11-06 20:54 .
|
||||
drwxr-xr-x 12 root root 4096 2024-11-07 21:46 .
|
||||
-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 1159102 2024-11-05 19:28 ./CHECKSUMS.md5
|
||||
-rw-r--r-- 1 root root 195 2024-11-05 19:28 ./CHECKSUMS.md5.asc
|
||||
-rw-r--r-- 1 root root 1159094 2024-11-06 20:59 ./CHECKSUMS.md5
|
||||
-rw-r--r-- 1 root root 195 2024-11-06 20:59 ./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 1224640 2024-11-06 20:54 ./ChangeLog.txt
|
||||
-rw-r--r-- 1 root root 1226156 2024-11-07 21:46 ./ChangeLog.txt
|
||||
drwxr-xr-x 3 root root 4096 2013-03-20 22:17 ./EFI
|
||||
drwxr-xr-x 2 root root 4096 2024-11-01 21:12 ./EFI/BOOT
|
||||
-rw-r--r-- 1 root root 1200128 2024-09-12 20:40 ./EFI/BOOT/bootx64.efi
|
||||
|
@ -25,9 +25,9 @@ drwxr-xr-x 2 root root 4096 2024-11-01 21:12 ./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 1516841 2024-11-05 19:27 ./FILELIST.TXT
|
||||
-rw-r--r-- 1 root root 1516833 2024-11-06 20:59 ./FILELIST.TXT
|
||||
-rw-r--r-- 1 root root 1572 2012-08-29 18:27 ./GPG-KEY
|
||||
-rw-r--r-- 1 root root 913806 2024-11-06 20:58 ./PACKAGES.TXT
|
||||
-rw-r--r-- 1 root root 913807 2024-11-07 21:51 ./PACKAGES.TXT
|
||||
-rw-r--r-- 1 root root 8034 2022-02-02 03:36 ./README.TXT
|
||||
-rw-r--r-- 1 root root 3571 2024-11-01 20:56 ./README.initrd
|
||||
-rw-r--r-- 1 root root 34114 2023-12-11 20:35 ./README_CRYPT.TXT
|
||||
|
@ -662,13 +662,13 @@ 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 2024-11-06 20:58 ./slackware64
|
||||
-rw-r--r-- 1 root root 356686 2024-11-06 20:58 ./slackware64/CHECKSUMS.md5
|
||||
-rw-r--r-- 1 root root 195 2024-11-06 20:58 ./slackware64/CHECKSUMS.md5.asc
|
||||
-rw-r--r-- 1 root root 441709 2024-11-06 20:57 ./slackware64/FILE_LIST
|
||||
-rw-r--r-- 1 root root 4810928 2024-11-06 20:58 ./slackware64/MANIFEST.bz2
|
||||
drwxr-xr-x 17 root root 4096 2024-11-07 21:51 ./slackware64
|
||||
-rw-r--r-- 1 root root 356686 2024-11-07 21:51 ./slackware64/CHECKSUMS.md5
|
||||
-rw-r--r-- 1 root root 195 2024-11-07 21:51 ./slackware64/CHECKSUMS.md5.asc
|
||||
-rw-r--r-- 1 root root 441709 2024-11-07 21:50 ./slackware64/FILE_LIST
|
||||
-rw-r--r-- 1 root root 4818098 2024-11-07 21:50 ./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 2024-11-06 20:57 ./slackware64/a
|
||||
drwxr-xr-x 2 root root 32768 2024-11-07 21:50 ./slackware64/a
|
||||
-rw-r--r-- 1 root root 327 2022-02-15 18:16 ./slackware64/a/aaa_base-15.1-x86_64-2.txt
|
||||
-rw-r--r-- 1 root root 10720 2022-02-15 18:16 ./slackware64/a/aaa_base-15.1-x86_64-2.txz
|
||||
-rw-r--r-- 1 root root 163 2022-02-15 18:16 ./slackware64/a/aaa_base-15.1-x86_64-2.txz.asc
|
||||
|
@ -854,9 +854,9 @@ drwxr-xr-x 2 root root 32768 2024-11-06 20:57 ./slackware64/a
|
|||
-rw-r--r-- 1 root root 393 2023-05-16 02:51 ./slackware64/a/lhasa-0.4.0-x86_64-1.txt
|
||||
-rw-r--r-- 1 root root 39704 2023-05-16 02:51 ./slackware64/a/lhasa-0.4.0-x86_64-1.txz
|
||||
-rw-r--r-- 1 root root 163 2023-05-16 02:51 ./slackware64/a/lhasa-0.4.0-x86_64-1.txz.asc
|
||||
-rw-r--r-- 1 root root 307 2024-09-12 18:35 ./slackware64/a/libblockdev-3.2.0-x86_64-1.txt
|
||||
-rw-r--r-- 1 root root 493120 2024-09-12 18:35 ./slackware64/a/libblockdev-3.2.0-x86_64-1.txz
|
||||
-rw-r--r-- 1 root root 195 2024-09-12 18:35 ./slackware64/a/libblockdev-3.2.0-x86_64-1.txz.asc
|
||||
-rw-r--r-- 1 root root 307 2024-11-07 19:03 ./slackware64/a/libblockdev-3.2.1-x86_64-1.txt
|
||||
-rw-r--r-- 1 root root 493832 2024-11-07 19:03 ./slackware64/a/libblockdev-3.2.1-x86_64-1.txz
|
||||
-rw-r--r-- 1 root root 195 2024-11-07 19:03 ./slackware64/a/libblockdev-3.2.1-x86_64-1.txz.asc
|
||||
-rw-r--r-- 1 root root 342 2024-08-20 16:53 ./slackware64/a/libbytesize-2.11-x86_64-1.txt
|
||||
-rw-r--r-- 1 root root 44884 2024-08-20 16:53 ./slackware64/a/libbytesize-2.11-x86_64-1.txz
|
||||
-rw-r--r-- 1 root root 195 2024-08-20 16:53 ./slackware64/a/libbytesize-2.11-x86_64-1.txz.asc
|
||||
|
@ -898,9 +898,9 @@ drwxr-xr-x 2 root root 32768 2024-11-06 20:57 ./slackware64/a
|
|||
-rw-r--r-- 1 root root 378 2023-09-23 18:06 ./slackware64/a/minicom-2.9-x86_64-1.txt
|
||||
-rw-r--r-- 1 root root 336888 2023-09-23 18:06 ./slackware64/a/minicom-2.9-x86_64-1.txz
|
||||
-rw-r--r-- 1 root root 163 2023-09-23 18:06 ./slackware64/a/minicom-2.9-x86_64-1.txz.asc
|
||||
-rw-r--r-- 1 root root 527 2024-11-06 20:09 ./slackware64/a/mkinitrd-1.4.11-x86_64-44.txt
|
||||
-rw-r--r-- 1 root root 635732 2024-11-06 20:09 ./slackware64/a/mkinitrd-1.4.11-x86_64-44.txz
|
||||
-rw-r--r-- 1 root root 195 2024-11-06 20:09 ./slackware64/a/mkinitrd-1.4.11-x86_64-44.txz.asc
|
||||
-rw-r--r-- 1 root root 527 2024-11-07 20:13 ./slackware64/a/mkinitrd-1.4.11-x86_64-45.txt
|
||||
-rw-r--r-- 1 root root 635688 2024-11-07 20:13 ./slackware64/a/mkinitrd-1.4.11-x86_64-45.txz
|
||||
-rw-r--r-- 1 root root 195 2024-11-07 20:13 ./slackware64/a/mkinitrd-1.4.11-x86_64-45.txz.asc
|
||||
-rw-r--r-- 1 root root 668 2021-02-13 11:11 ./slackware64/a/mlocate-0.26-x86_64-4.txt
|
||||
-rw-r--r-- 1 root root 106260 2021-02-13 11:11 ./slackware64/a/mlocate-0.26-x86_64-4.txz
|
||||
-rw-r--r-- 1 root root 163 2021-02-13 11:11 ./slackware64/a/mlocate-0.26-x86_64-4.txz.asc
|
||||
|
@ -1055,7 +1055,7 @@ drwxr-xr-x 2 root root 32768 2024-11-06 20:57 ./slackware64/a
|
|||
-rw-r--r-- 1 root root 540 2024-01-15 21:54 ./slackware64/a/zoo-2.10_28-x86_64-1.txt
|
||||
-rw-r--r-- 1 root root 55448 2024-01-15 21:54 ./slackware64/a/zoo-2.10_28-x86_64-1.txz
|
||||
-rw-r--r-- 1 root root 163 2024-01-15 21:54 ./slackware64/a/zoo-2.10_28-x86_64-1.txz.asc
|
||||
drwxr-xr-x 2 root root 20480 2024-11-06 20:57 ./slackware64/ap
|
||||
drwxr-xr-x 2 root root 20480 2024-11-07 21:50 ./slackware64/ap
|
||||
-rw-r--r-- 1 root root 291 2024-03-14 19:01 ./slackware64/ap/a2ps-4.15.6-x86_64-1.txt
|
||||
-rw-r--r-- 1 root root 675492 2024-03-14 19:01 ./slackware64/ap/a2ps-4.15.6-x86_64-1.txz
|
||||
-rw-r--r-- 1 root root 195 2024-03-14 19:01 ./slackware64/ap/a2ps-4.15.6-x86_64-1.txz.asc
|
||||
|
@ -1198,9 +1198,9 @@ drwxr-xr-x 2 root root 20480 2024-11-06 20:57 ./slackware64/ap
|
|||
-rw-r--r-- 1 root root 489 2024-06-18 00:51 ./slackware64/ap/man-pages-6.9.1-noarch-1.txt
|
||||
-rw-r--r-- 1 root root 3236332 2024-06-18 00:51 ./slackware64/ap/man-pages-6.9.1-noarch-1.txz
|
||||
-rw-r--r-- 1 root root 195 2024-06-18 00:51 ./slackware64/ap/man-pages-6.9.1-noarch-1.txz.asc
|
||||
-rw-r--r-- 1 root root 369 2024-11-06 19:40 ./slackware64/ap/mariadb-11.4.4-x86_64-1.txt
|
||||
-rw-r--r-- 1 root root 33184764 2024-11-06 19:40 ./slackware64/ap/mariadb-11.4.4-x86_64-1.txz
|
||||
-rw-r--r-- 1 root root 195 2024-11-06 19:40 ./slackware64/ap/mariadb-11.4.4-x86_64-1.txz.asc
|
||||
-rw-r--r-- 1 root root 369 2024-11-07 19:55 ./slackware64/ap/mariadb-11.4.4-x86_64-2.txt
|
||||
-rw-r--r-- 1 root root 33126760 2024-11-07 19:55 ./slackware64/ap/mariadb-11.4.4-x86_64-2.txz
|
||||
-rw-r--r-- 1 root root 195 2024-11-07 19:55 ./slackware64/ap/mariadb-11.4.4-x86_64-2.txz.asc
|
||||
-rw-r--r-- 1 root root 489 2024-08-23 23:35 ./slackware64/ap/mc-4.8.32-x86_64-1.txt
|
||||
-rw-r--r-- 1 root root 1787176 2024-08-23 23:35 ./slackware64/ap/mc-4.8.32-x86_64-1.txz
|
||||
-rw-r--r-- 1 root root 195 2024-08-23 23:35 ./slackware64/ap/mc-4.8.32-x86_64-1.txz.asc
|
||||
|
@ -1325,7 +1325,7 @@ drwxr-xr-x 2 root root 20480 2024-11-06 20:57 ./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 2024-11-05 19:26 ./slackware64/d
|
||||
drwxr-xr-x 2 root root 20480 2024-11-07 21:50 ./slackware64/d
|
||||
-rw-r--r-- 1 root root 360 2024-08-05 18:02 ./slackware64/d/Cython-3.0.11-x86_64-1.txt
|
||||
-rw-r--r-- 1 root root 4374784 2024-08-05 18:02 ./slackware64/d/Cython-3.0.11-x86_64-1.txz
|
||||
-rw-r--r-- 1 root root 195 2024-08-05 18:02 ./slackware64/d/Cython-3.0.11-x86_64-1.txz.asc
|
||||
|
@ -1362,9 +1362,9 @@ drwxr-xr-x 2 root root 20480 2024-11-05 19:26 ./slackware64/d
|
|||
-rw-r--r-- 1 root root 663 2024-05-04 01:49 ./slackware64/d/clisp-2.50_20230718_669249717-x86_64-2.txt
|
||||
-rw-r--r-- 1 root root 3135972 2024-05-04 01:49 ./slackware64/d/clisp-2.50_20230718_669249717-x86_64-2.txz
|
||||
-rw-r--r-- 1 root root 195 2024-05-04 01:49 ./slackware64/d/clisp-2.50_20230718_669249717-x86_64-2.txz.asc
|
||||
-rw-r--r-- 1 root root 379 2024-10-09 17:15 ./slackware64/d/cmake-3.30.5-x86_64-1.txt
|
||||
-rw-r--r-- 1 root root 10500684 2024-10-09 17:15 ./slackware64/d/cmake-3.30.5-x86_64-1.txz
|
||||
-rw-r--r-- 1 root root 195 2024-10-09 17:15 ./slackware64/d/cmake-3.30.5-x86_64-1.txz.asc
|
||||
-rw-r--r-- 1 root root 379 2024-11-07 17:44 ./slackware64/d/cmake-3.31.0-x86_64-1.txt
|
||||
-rw-r--r-- 1 root root 10846916 2024-11-07 17:44 ./slackware64/d/cmake-3.31.0-x86_64-1.txz
|
||||
-rw-r--r-- 1 root root 195 2024-11-07 17:44 ./slackware64/d/cmake-3.31.0-x86_64-1.txz.asc
|
||||
-rw-r--r-- 1 root root 332 2024-05-04 01:49 ./slackware64/d/cscope-15.9-x86_64-4.txt
|
||||
-rw-r--r-- 1 root root 143444 2024-05-04 01:49 ./slackware64/d/cscope-15.9-x86_64-4.txz
|
||||
-rw-r--r-- 1 root root 195 2024-05-04 01:49 ./slackware64/d/cscope-15.9-x86_64-4.txz.asc
|
||||
|
@ -2780,7 +2780,7 @@ drwxr-xr-x 2 root root 86016 2024-11-04 00:23 ./slackware64/kde
|
|||
-rw-r--r-- 1 root root 517 2024-02-15 21:47 ./slackware64/kde/zanshin-23.08.5-x86_64-1.txt
|
||||
-rw-r--r-- 1 root root 686104 2024-02-15 21:47 ./slackware64/kde/zanshin-23.08.5-x86_64-1.txz
|
||||
-rw-r--r-- 1 root root 163 2024-02-15 21:47 ./slackware64/kde/zanshin-23.08.5-x86_64-1.txz.asc
|
||||
drwxr-xr-x 2 root root 102400 2024-11-05 19:26 ./slackware64/l
|
||||
drwxr-xr-x 2 root root 102400 2024-11-07 21:50 ./slackware64/l
|
||||
-rw-r--r-- 1 root root 329 2022-03-06 20:00 ./slackware64/l/GConf-3.2.6-x86_64-8.txt
|
||||
-rw-r--r-- 1 root root 928144 2022-03-06 20:00 ./slackware64/l/GConf-3.2.6-x86_64-8.txz
|
||||
-rw-r--r-- 1 root root 163 2022-03-06 20:00 ./slackware64/l/GConf-3.2.6-x86_64-8.txz.asc
|
||||
|
@ -2979,9 +2979,9 @@ drwxr-xr-x 2 root root 102400 2024-11-05 19:26 ./slackware64/l
|
|||
-rw-r--r-- 1 root root 257 2024-07-08 17:27 ./slackware64/l/exiv2-0.28.3-x86_64-1.txt
|
||||
-rw-r--r-- 1 root root 2982084 2024-07-08 17:27 ./slackware64/l/exiv2-0.28.3-x86_64-1.txz
|
||||
-rw-r--r-- 1 root root 195 2024-07-08 17:27 ./slackware64/l/exiv2-0.28.3-x86_64-1.txz.asc
|
||||
-rw-r--r-- 1 root root 301 2024-09-04 18:04 ./slackware64/l/expat-2.6.3-x86_64-1.txt
|
||||
-rw-r--r-- 1 root root 132484 2024-09-04 18:04 ./slackware64/l/expat-2.6.3-x86_64-1.txz
|
||||
-rw-r--r-- 1 root root 195 2024-09-04 18:04 ./slackware64/l/expat-2.6.3-x86_64-1.txz.asc
|
||||
-rw-r--r-- 1 root root 301 2024-11-07 18:31 ./slackware64/l/expat-2.6.4-x86_64-1.txt
|
||||
-rw-r--r-- 1 root root 133152 2024-11-07 18:31 ./slackware64/l/expat-2.6.4-x86_64-1.txz
|
||||
-rw-r--r-- 1 root root 195 2024-11-07 18:31 ./slackware64/l/expat-2.6.4-x86_64-1.txz.asc
|
||||
-rw-r--r-- 1 root root 315 2021-02-13 06:27 ./slackware64/l/farstream-0.2.9-x86_64-3.txt
|
||||
-rw-r--r-- 1 root root 268080 2021-02-13 06:27 ./slackware64/l/farstream-0.2.9-x86_64-3.txz
|
||||
-rw-r--r-- 1 root root 163 2021-02-13 06:27 ./slackware64/l/farstream-0.2.9-x86_64-3.txz.asc
|
||||
|
@ -4112,7 +4112,7 @@ drwxr-xr-x 2 root root 102400 2024-11-05 19:26 ./slackware64/l
|
|||
-rw-r--r-- 1 root root 403 2023-12-11 22:02 ./slackware64/l/zxing-cpp-2.2.1-x86_64-1.txt
|
||||
-rw-r--r-- 1 root root 773596 2023-12-11 22:02 ./slackware64/l/zxing-cpp-2.2.1-x86_64-1.txz
|
||||
-rw-r--r-- 1 root root 163 2023-12-11 22:02 ./slackware64/l/zxing-cpp-2.2.1-x86_64-1.txz.asc
|
||||
drwxr-xr-x 2 root root 36864 2024-11-06 20:57 ./slackware64/n
|
||||
drwxr-xr-x 2 root root 36864 2024-11-07 21:50 ./slackware64/n
|
||||
-rw-r--r-- 1 root root 357 2024-08-21 17:23 ./slackware64/n/ModemManager-1.22.0-x86_64-1.txt
|
||||
-rw-r--r-- 1 root root 1520380 2024-08-21 17:23 ./slackware64/n/ModemManager-1.22.0-x86_64-1.txz
|
||||
-rw-r--r-- 1 root root 195 2024-08-21 17:23 ./slackware64/n/ModemManager-1.22.0-x86_64-1.txz.asc
|
||||
|
@ -4212,9 +4212,9 @@ drwxr-xr-x 2 root root 36864 2024-11-06 20:57 ./slackware64/n
|
|||
-rw-r--r-- 1 root root 286 2021-02-13 12:04 ./slackware64/n/gpa-0.10.0-x86_64-3.txt
|
||||
-rw-r--r-- 1 root root 304520 2021-02-13 12:04 ./slackware64/n/gpa-0.10.0-x86_64-3.txz
|
||||
-rw-r--r-- 1 root root 163 2021-02-13 12:04 ./slackware64/n/gpa-0.10.0-x86_64-3.txz.asc
|
||||
-rw-r--r-- 1 root root 537 2024-03-29 04:59 ./slackware64/n/gpgme-1.23.2-x86_64-3.txt
|
||||
-rw-r--r-- 1 root root 1018812 2024-03-29 04:59 ./slackware64/n/gpgme-1.23.2-x86_64-3.txz
|
||||
-rw-r--r-- 1 root root 195 2024-03-29 04:59 ./slackware64/n/gpgme-1.23.2-x86_64-3.txz.asc
|
||||
-rw-r--r-- 1 root root 537 2024-11-07 19:00 ./slackware64/n/gpgme-1.24.0-x86_64-1.txt
|
||||
-rw-r--r-- 1 root root 1332596 2024-11-07 19:00 ./slackware64/n/gpgme-1.24.0-x86_64-1.txz
|
||||
-rw-r--r-- 1 root root 195 2024-11-07 19:00 ./slackware64/n/gpgme-1.24.0-x86_64-1.txz.asc
|
||||
-rw-r--r-- 1 root root 434 2024-07-24 22:49 ./slackware64/n/htdig-3.2.0b6-x86_64-10.txt
|
||||
-rw-r--r-- 1 root root 964180 2024-07-24 22:49 ./slackware64/n/htdig-3.2.0b6-x86_64-10.txz
|
||||
-rw-r--r-- 1 root root 195 2024-07-24 22:49 ./slackware64/n/htdig-3.2.0b6-x86_64-10.txz.asc
|
||||
|
@ -5528,7 +5528,7 @@ drwxr-xr-x 2 root root 65536 2024-11-06 20:57 ./slackware64/x
|
|||
-rw-r--r-- 1 root root 213 2024-10-13 18:29 ./slackware64/x/xwud-1.0.7-x86_64-1.txt
|
||||
-rw-r--r-- 1 root root 26124 2024-10-13 18:29 ./slackware64/x/xwud-1.0.7-x86_64-1.txz
|
||||
-rw-r--r-- 1 root root 195 2024-10-13 18:29 ./slackware64/x/xwud-1.0.7-x86_64-1.txz.asc
|
||||
drwxr-xr-x 2 root root 16384 2024-11-05 19:26 ./slackware64/xap
|
||||
drwxr-xr-x 2 root root 16384 2024-11-07 21:50 ./slackware64/xap
|
||||
-rw-r--r-- 1 root root 625 2024-08-12 23:22 ./slackware64/xap/MPlayer-20240812-x86_64-1.txt
|
||||
-rw-r--r-- 1 root root 2722348 2024-08-12 23:22 ./slackware64/xap/MPlayer-20240812-x86_64-1.txz
|
||||
-rw-r--r-- 1 root root 195 2024-08-12 23:22 ./slackware64/xap/MPlayer-20240812-x86_64-1.txz.asc
|
||||
|
@ -5556,9 +5556,9 @@ drwxr-xr-x 2 root root 16384 2024-11-05 19:26 ./slackware64/xap
|
|||
-rw-r--r-- 1 root root 650 2021-02-13 13:30 ./slackware64/xap/electricsheep-20090306-x86_64-7.txt
|
||||
-rw-r--r-- 1 root root 2679880 2021-02-13 13:30 ./slackware64/xap/electricsheep-20090306-x86_64-7.txz
|
||||
-rw-r--r-- 1 root root 163 2021-02-13 13:30 ./slackware64/xap/electricsheep-20090306-x86_64-7.txz.asc
|
||||
-rw-r--r-- 1 root root 582 2024-08-12 23:25 ./slackware64/xap/ffmpegthumbnailer-2.2.2-x86_64-6.txt
|
||||
-rw-r--r-- 1 root root 91496 2024-08-12 23:25 ./slackware64/xap/ffmpegthumbnailer-2.2.2-x86_64-6.txz
|
||||
-rw-r--r-- 1 root root 195 2024-08-12 23:25 ./slackware64/xap/ffmpegthumbnailer-2.2.2-x86_64-6.txz.asc
|
||||
-rw-r--r-- 1 root root 582 2024-11-07 19:53 ./slackware64/xap/ffmpegthumbnailer-2.2.3-x86_64-1.txt
|
||||
-rw-r--r-- 1 root root 92172 2024-11-07 19:53 ./slackware64/xap/ffmpegthumbnailer-2.2.3-x86_64-1.txz
|
||||
-rw-r--r-- 1 root root 195 2024-11-07 19:53 ./slackware64/xap/ffmpegthumbnailer-2.2.3-x86_64-1.txz.asc
|
||||
-rw-r--r-- 1 root root 229 2022-01-17 21:13 ./slackware64/xap/fluxbox-1.3.7-x86_64-6.txt
|
||||
-rw-r--r-- 1 root root 746904 2022-01-17 21:13 ./slackware64/xap/fluxbox-1.3.7-x86_64-6.txz
|
||||
-rw-r--r-- 1 root root 163 2022-01-17 21:13 ./slackware64/xap/fluxbox-1.3.7-x86_64-6.txz.asc
|
||||
|
@ -5608,9 +5608,9 @@ drwxr-xr-x 2 root root 16384 2024-11-05 19:26 ./slackware64/xap
|
|||
-rw-r--r-- 1 root root 570 2024-10-29 18:23 ./slackware64/xap/mozilla-firefox-128.4.0esr-x86_64-1.txt
|
||||
-rw-r--r-- 1 root root 62189824 2024-10-29 18:23 ./slackware64/xap/mozilla-firefox-128.4.0esr-x86_64-1.txz
|
||||
-rw-r--r-- 1 root root 195 2024-10-29 18:23 ./slackware64/xap/mozilla-firefox-128.4.0esr-x86_64-1.txz.asc
|
||||
-rw-r--r-- 1 root root 663 2024-11-05 01:52 ./slackware64/xap/mozilla-thunderbird-128.4.1esr-x86_64-1.txt
|
||||
-rw-r--r-- 1 root root 64853556 2024-11-05 01:52 ./slackware64/xap/mozilla-thunderbird-128.4.1esr-x86_64-1.txz
|
||||
-rw-r--r-- 1 root root 195 2024-11-05 01:52 ./slackware64/xap/mozilla-thunderbird-128.4.1esr-x86_64-1.txz.asc
|
||||
-rw-r--r-- 1 root root 663 2024-11-07 19:49 ./slackware64/xap/mozilla-thunderbird-128.4.2esr-x86_64-1.txt
|
||||
-rw-r--r-- 1 root root 64850700 2024-11-07 19:49 ./slackware64/xap/mozilla-thunderbird-128.4.2esr-x86_64-1.txz
|
||||
-rw-r--r-- 1 root root 195 2024-11-07 19:49 ./slackware64/xap/mozilla-thunderbird-128.4.2esr-x86_64-1.txz.asc
|
||||
-rw-r--r-- 1 root root 470 2024-09-24 02:45 ./slackware64/xap/mpv-0.39.0-x86_64-1.txt
|
||||
-rw-r--r-- 1 root root 1409904 2024-09-24 02:45 ./slackware64/xap/mpv-0.39.0-x86_64-1.txz
|
||||
-rw-r--r-- 1 root root 195 2024-09-24 02:45 ./slackware64/xap/mpv-0.39.0-x86_64-1.txz.asc
|
||||
|
@ -5798,13 +5798,13 @@ drwxr-xr-x 2 root root 4096 2024-05-05 18:37 ./slackware64/y
|
|||
-rw-r--r-- 1 root root 1488844 2024-05-05 17:22 ./slackware64/y/nethack-3.6.7-x86_64-2.txz
|
||||
-rw-r--r-- 1 root root 195 2024-05-05 17:22 ./slackware64/y/nethack-3.6.7-x86_64-2.txz.asc
|
||||
-rw-r--r-- 1 root root 26 2020-12-30 21:55 ./slackware64/y/tagfile
|
||||
drwxr-xr-x 18 root root 4096 2024-11-06 20:59 ./source
|
||||
-rw-r--r-- 1 root root 625988 2024-11-06 20:59 ./source/CHECKSUMS.md5
|
||||
-rw-r--r-- 1 root root 195 2024-11-06 20:59 ./source/CHECKSUMS.md5.asc
|
||||
-rw-r--r-- 1 root root 872313 2024-11-06 20:58 ./source/FILE_LIST
|
||||
-rw-r--r-- 1 root root 30585853 2024-11-06 20:58 ./source/MANIFEST.bz2
|
||||
drwxr-xr-x 18 root root 4096 2024-11-07 21:51 ./source
|
||||
-rw-r--r-- 1 root root 625987 2024-11-07 21:51 ./source/CHECKSUMS.md5
|
||||
-rw-r--r-- 1 root root 195 2024-11-07 21:51 ./source/CHECKSUMS.md5.asc
|
||||
-rw-r--r-- 1 root root 872312 2024-11-07 21:51 ./source/FILE_LIST
|
||||
-rw-r--r-- 1 root root 30599619 2024-11-07 21:51 ./source/MANIFEST.bz2
|
||||
-rw-r--r-- 1 root root 828 2022-02-02 04:43 ./source/README.TXT
|
||||
drwxr-xr-x 125 root root 4096 2024-10-28 00:04 ./source/a
|
||||
drwxr-xr-x 125 root root 4096 2024-11-07 20:00 ./source/a
|
||||
-rw-r--r-- 1 root root 339 2023-09-28 19:06 ./source/a/FTBFSlog
|
||||
drwxr-xr-x 2 root root 4096 2022-02-15 18:15 ./source/a/aaa_base
|
||||
-rw-r--r-- 1 root root 11041 2022-02-15 04:49 ./source/a/aaa_base/_aaa_base.tar.gz
|
||||
|
@ -6396,9 +6396,9 @@ drwxr-xr-x 2 root root 4096 2023-05-16 02:51 ./source/a/lhasa
|
|||
-rw-r--r-- 1 root root 2550882 2023-05-14 14:49 ./source/a/lhasa/lhasa-0.4.0.tar.lz
|
||||
-rwxr-xr-x 1 root root 4006 2023-05-16 02:51 ./source/a/lhasa/lhasa.SlackBuild
|
||||
-rw-r--r-- 1 root root 846 2023-05-16 02:51 ./source/a/lhasa/slack-desc
|
||||
drwxr-xr-x 2 root root 4096 2024-09-12 18:35 ./source/a/libblockdev
|
||||
drwxr-xr-x 2 root root 4096 2024-11-07 19:02 ./source/a/libblockdev
|
||||
-rw-r--r-- 1 root root 297 2024-04-11 18:36 ./source/a/libblockdev/doinst.sh.gz
|
||||
-rw-r--r-- 1 root root 376554 2024-09-10 12:57 ./source/a/libblockdev/libblockdev-3.2.0.tar.lz
|
||||
-rw-r--r-- 1 root root 377921 2024-11-07 13:34 ./source/a/libblockdev/libblockdev-3.2.1.tar.lz
|
||||
-rwxr-xr-x 1 root root 4841 2024-09-12 18:35 ./source/a/libblockdev/libblockdev.SlackBuild
|
||||
-rw-r--r-- 1 root root 43 2020-10-28 19:18 ./source/a/libblockdev/libblockdev.url
|
||||
-rw-r--r-- 1 root root 799 2017-06-16 16:20 ./source/a/libblockdev/slack-desc
|
||||
|
@ -6514,20 +6514,20 @@ drwxr-xr-x 2 root root 4096 2024-11-01 16:58 ./source/a/mkinitrd
|
|||
-rw-r--r-- 1 root root 121 2024-09-26 21:31 ./source/a/mkinitrd/busybox-1.37.0.tar.bz2.sig
|
||||
-rw-r--r-- 1 root root 30200 2024-10-05 20:43 ./source/a/mkinitrd/busybox-dot-config
|
||||
-rw-r--r-- 1 root root 373 2024-07-24 19:01 ./source/a/mkinitrd/doinst.sh
|
||||
-rw-r--r-- 1 root root 2659 2024-11-06 20:00 ./source/a/mkinitrd/geninitrd
|
||||
-rw-r--r-- 1 root root 1025 2024-11-02 20:42 ./source/a/mkinitrd/geninitrd.default
|
||||
-rw-r--r-- 1 root root 2641 2024-11-07 20:13 ./source/a/mkinitrd/geninitrd
|
||||
-rw-r--r-- 1 root root 1196 2024-11-06 23:18 ./source/a/mkinitrd/geninitrd.default
|
||||
-rw-r--r-- 1 root root 12735 2022-04-26 19:12 ./source/a/mkinitrd/init
|
||||
-rw-r--r-- 1 root root 29903 2009-12-18 05:10 ./source/a/mkinitrd/keymaps.tar.gz
|
||||
-rw-r--r-- 1 root root 28806 2022-04-26 19:13 ./source/a/mkinitrd/mkinitrd
|
||||
-rw-r--r-- 1 root root 9549 2022-04-26 19:12 ./source/a/mkinitrd/mkinitrd.8
|
||||
-rwxr-xr-x 1 root root 8205 2024-11-06 19:55 ./source/a/mkinitrd/mkinitrd.SlackBuild
|
||||
-rwxr-xr-x 1 root root 8205 2024-11-07 20:00 ./source/a/mkinitrd/mkinitrd.SlackBuild
|
||||
-rw-r--r-- 1 root root 7449 2022-04-26 19:12 ./source/a/mkinitrd/mkinitrd.conf.5
|
||||
-rw-r--r-- 1 root root 529 2017-06-29 16:52 ./source/a/mkinitrd/mkinitrd.conf.sample
|
||||
-rw-r--r-- 1 root root 535 2020-04-26 23:53 ./source/a/mkinitrd/mkinitrd.tempfile.to.mktemp.patch.gz
|
||||
-rw-r--r-- 1 root root 5693 2019-03-03 21:16 ./source/a/mkinitrd/mkinitrd_command_generator.8
|
||||
-rw-r--r-- 1 root root 29073 2021-03-28 18:22 ./source/a/mkinitrd/mkinitrd_command_generator.sh
|
||||
-rw-r--r-- 1 root root 2525 2024-10-27 21:31 ./source/a/mkinitrd/remove-orphaned-initrds
|
||||
-rw-r--r-- 1 root root 4521 2024-11-06 20:09 ./source/a/mkinitrd/setup.01.mkinitrd
|
||||
-rw-r--r-- 1 root root 4638 2024-11-06 23:21 ./source/a/mkinitrd/setup.01.mkinitrd
|
||||
-rw-r--r-- 1 root root 983 2018-02-27 06:13 ./source/a/mkinitrd/slack-desc
|
||||
drwxr-xr-x 2 root root 4096 2022-09-06 18:27 ./source/a/mlocate
|
||||
-rw-r--r-- 1 root root 388 2017-03-16 18:04 ./source/a/mlocate/doinst.sh.gz
|
||||
|
@ -7297,12 +7297,12 @@ drwxr-xr-x 2 root root 4096 2024-06-18 00:51 ./source/ap/man-pages
|
|||
-rwxr-xr-x 1 root root 4615 2024-05-20 17:43 ./source/ap/man-pages/man-pages.SlackBuild
|
||||
-rw-r--r-- 1 root root 48 2018-05-01 15:30 ./source/ap/man-pages/man-pages.url
|
||||
-rw-r--r-- 1 root root 946 2018-02-27 06:13 ./source/ap/man-pages/slack-desc
|
||||
drwxr-xr-x 2 root root 4096 2024-11-06 19:31 ./source/ap/mariadb
|
||||
drwxr-xr-x 2 root root 4096 2024-11-07 19:47 ./source/ap/mariadb
|
||||
-rw-r--r-- 1 root root 492 2024-05-02 22:59 ./source/ap/mariadb/doinst.sh.gz
|
||||
-rw-r--r-- 1 root root 58749380 2024-10-30 14:38 ./source/ap/mariadb/mariadb-11.4.4.tar.lz
|
||||
-rwxr-xr-x 1 root root 7877 2024-11-06 19:34 ./source/ap/mariadb/mariadb.SlackBuild
|
||||
-rwxr-xr-x 1 root root 7870 2024-11-07 19:48 ./source/ap/mariadb/mariadb.SlackBuild
|
||||
-rw-r--r-- 1 root root 34 2015-05-07 18:51 ./source/ap/mariadb/mirror.url
|
||||
-rw-r--r-- 1 root root 1208 2021-04-23 17:54 ./source/ap/mariadb/rc.mysqld.gz
|
||||
-rw-r--r-- 1 root root 2521 2024-11-07 19:48 ./source/ap/mariadb/rc.mysqld
|
||||
-rw-r--r-- 1 root root 824 2018-02-27 06:12 ./source/ap/mariadb/slack-desc
|
||||
drwxr-xr-x 3 root root 4096 2024-08-23 23:33 ./source/ap/mc
|
||||
-rw-r--r-- 1 root root 825 2024-05-08 17:42 ./source/ap/mc/bogus.cflags.diff
|
||||
|
@ -7701,10 +7701,10 @@ drwxr-xr-x 2 root root 4096 2024-05-10 22:01 ./source/d/clisp
|
|||
-rw-r--r-- 1 root root 666366 2021-06-13 15:38 ./source/d/clisp/libffcall-2.4.tar.lz
|
||||
-rw-r--r-- 1 root root 1116 2018-02-27 06:13 ./source/d/clisp/slack-desc
|
||||
-rwxr-xr-x 1 root root 1890 2020-07-09 18:37 ./source/d/clisp/source.download
|
||||
drwxr-xr-x 2 root root 4096 2024-10-09 17:10 ./source/d/cmake
|
||||
-rw-r--r-- 1 root root 7699175 2024-10-08 15:12 ./source/d/cmake/cmake-3.30.5.tar.lz
|
||||
-rwxr-xr-x 1 root root 4138 2024-08-04 23:53 ./source/d/cmake/cmake.SlackBuild
|
||||
-rw-r--r-- 1 root root 121 2024-10-09 17:09 ./source/d/cmake/cmake.url
|
||||
drwxr-xr-x 2 root root 4096 2024-11-07 17:41 ./source/d/cmake
|
||||
-rw-r--r-- 1 root root 7832934 2024-11-06 19:03 ./source/d/cmake/cmake-3.31.0.tar.lz
|
||||
-rwxr-xr-x 1 root root 4187 2024-11-07 17:41 ./source/d/cmake/cmake.SlackBuild
|
||||
-rw-r--r-- 1 root root 121 2024-11-07 17:40 ./source/d/cmake/cmake.url
|
||||
-rw-r--r-- 1 root root 832 2018-11-29 19:16 ./source/d/cmake/slack-desc
|
||||
drwxr-xr-x 2 root root 4096 2024-05-04 00:01 ./source/d/cscope
|
||||
-rw-r--r-- 1 root root 406801 2018-07-24 18:39 ./source/d/cscope/cscope-15.9.tar.lz
|
||||
|
@ -10459,11 +10459,11 @@ drwxr-xr-x 2 root root 4096 2024-10-10 17:40 ./source/l/exiv2
|
|||
-rw-r--r-- 1 root root 31 2023-05-22 16:34 ./source/l/exiv2/exiv2.url
|
||||
-rwxr-xr-x 1 root root 1825 2023-11-06 18:23 ./source/l/exiv2/paredown.sh
|
||||
-rw-r--r-- 1 root root 710 2019-11-10 03:11 ./source/l/exiv2/slack-desc
|
||||
drwxr-xr-x 2 root root 4096 2024-09-04 18:04 ./source/l/expat
|
||||
-rw-r--r-- 1 root root 484072 2024-09-04 10:46 ./source/l/expat/expat-2.6.3.tar.lz
|
||||
-rw-r--r-- 1 root root 833 2024-09-04 10:46 ./source/l/expat/expat-2.6.3.tar.lz.asc
|
||||
drwxr-xr-x 2 root root 4096 2024-11-07 18:31 ./source/l/expat
|
||||
-rw-r--r-- 1 root root 485155 2024-11-07 01:43 ./source/l/expat/expat-2.6.4.tar.lz
|
||||
-rw-r--r-- 1 root root 833 2024-11-07 01:43 ./source/l/expat/expat-2.6.4.tar.lz.asc
|
||||
-rwxr-xr-x 1 root root 3321 2024-09-04 18:04 ./source/l/expat/expat.SlackBuild
|
||||
-rw-r--r-- 1 root root 168 2024-09-04 18:04 ./source/l/expat/expat.url
|
||||
-rw-r--r-- 1 root root 168 2024-11-07 18:31 ./source/l/expat/expat.url
|
||||
-rw-r--r-- 1 root root 754 2018-08-16 17:16 ./source/l/expat/slack-desc
|
||||
drwxr-xr-x 2 root root 4096 2022-09-06 18:27 ./source/l/farstream
|
||||
-rw-r--r-- 1 root root 652 2020-03-12 13:53 ./source/l/farstream/farstream-0.2.8-configure-add-check-for-glib-mkenums.patch.gz
|
||||
|
@ -12832,9 +12832,10 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/gpa
|
|||
-rw-r--r-- 1 root root 623700 2018-10-17 06:25 ./source/n/gpa/gpa-0.10.0.tar.lz
|
||||
-rwxr-xr-x 1 root root 4112 2021-02-13 05:32 ./source/n/gpa/gpa.SlackBuild
|
||||
-rw-r--r-- 1 root root 737 2018-02-27 06:13 ./source/n/gpa/slack-desc
|
||||
drwxr-xr-x 2 root root 4096 2024-03-29 03:06 ./source/n/gpgme
|
||||
-rw-r--r-- 1 root root 1352424 2023-11-28 15:49 ./source/n/gpgme/gpgme-1.23.2.tar.lz
|
||||
-rwxr-xr-x 1 root root 4060 2024-03-29 03:06 ./source/n/gpgme/gpgme.SlackBuild
|
||||
drwxr-xr-x 2 root root 4096 2024-11-07 18:59 ./source/n/gpgme
|
||||
-rw-r--r-- 1 root root 1388779 2024-11-06 10:52 ./source/n/gpgme/gpgme-1.24.0.tar.lz
|
||||
-rwxr-xr-x 1 root root 4318 2024-11-07 18:59 ./source/n/gpgme/gpgme.SlackBuild
|
||||
-rw-r--r-- 1 root root 2297 2024-11-07 18:57 ./source/n/gpgme/gpgme.no.py2.7.hack.diff
|
||||
-rw-r--r-- 1 root root 35 2023-03-22 19:13 ./source/n/gpgme/gpgme.url
|
||||
-rw-r--r-- 1 root root 990 2018-02-27 06:13 ./source/n/gpgme/slack-desc
|
||||
drwxr-xr-x 2 root root 4096 2024-07-24 22:39 ./source/n/htdig
|
||||
|
@ -13405,7 +13406,7 @@ drwxr-xr-x 2 root root 4096 2024-10-23 19:02 ./source/n/openssl
|
|||
-rw-r--r-- 1 root root 501 2012-07-12 16:21 ./source/n/openssl/doinst.sh-openssl.gz
|
||||
-rw-r--r-- 1 root root 18320899 2024-10-22 12:38 ./source/n/openssl/openssl-3.4.0.tar.gz
|
||||
-rw-r--r-- 1 root root 833 2024-10-22 12:38 ./source/n/openssl/openssl-3.4.0.tar.gz.asc
|
||||
-rwxr-xr-x 1 root root 7558 2024-10-23 19:03 ./source/n/openssl/openssl.SlackBuild
|
||||
-rwxr-xr-x 1 root root 7547 2024-11-07 19:49 ./source/n/openssl/openssl.SlackBuild
|
||||
-rw-r--r-- 1 root root 132 2024-10-23 18:59 ./source/n/openssl/openssl.url
|
||||
-rw-r--r-- 1 root root 1014 2018-02-27 06:13 ./source/n/openssl/slack-desc.openssl
|
||||
-rw-r--r-- 1 root root 1085 2018-02-27 06:13 ./source/n/openssl/slack-desc.openssl-solibs
|
||||
|
@ -15283,7 +15284,7 @@ drwxr-xr-x 2 root root 4096 2024-03-03 19:29 ./source/x/x11/src/font
|
|||
-rw-r--r-- 1 root root 95284 2023-02-28 00:13 ./source/x/x11/src/font/font-dec-misc-1.0.4.tar.xz
|
||||
-rw-r--r-- 1 root root 378468 2023-02-28 00:23 ./source/x/x11/src/font/font-ibm-type1-1.0.4.tar.xz
|
||||
-rw-r--r-- 1 root root 712068 2023-02-28 00:27 ./source/x/x11/src/font/font-isas-misc-1.0.4.tar.xz
|
||||
-rw-r--r-- 1 root root 514704 2023-02-28 00:32 ./source/x/x11/src/font/font-jis-misc-1.0.4.tar.xz
|
||||
-rw-r--r-- 1 root root 514704 2023-02-28 00:32 ./source/x/x11/src/font/font-jis-misc-1.0.4.tar.xz
|
||||
-rw-r--r-- 1 root root 94544 2023-02-28 00:36 ./source/x/x11/src/font/font-micro-misc-1.0.4.tar.xz
|
||||
-rw-r--r-- 1 root root 124252 2023-02-28 00:39 ./source/x/x11/src/font/font-misc-cyrillic-1.0.4.tar.xz
|
||||
-rw-r--r-- 1 root root 222624 2023-02-28 00:43 ./source/x/x11/src/font/font-misc-ethiopic-1.0.5.tar.xz
|
||||
|
@ -15481,11 +15482,10 @@ drwxr-xr-x 2 root root 4096 2024-05-10 22:21 ./source/xap/electricsheep
|
|||
-rw-r--r-- 1 root root 524 2009-01-07 21:38 ./source/xap/electricsheep/electricsheep_gnome-open.patch
|
||||
-rw-r--r-- 1 root root 2395 2015-03-29 20:59 ./source/xap/electricsheep/flam3-3.0.1-libpng15.patch
|
||||
-rw-r--r-- 1 root root 1111 2018-02-27 06:13 ./source/xap/electricsheep/slack-desc
|
||||
drwxr-xr-x 2 root root 4096 2024-08-12 20:35 ./source/xap/ffmpegthumbnailer
|
||||
-rw-r--r-- 1 root root 2981 2022-10-03 18:59 ./source/xap/ffmpegthumbnailer/198.patch.gz
|
||||
-rw-r--r-- 1 root root 438 2022-10-03 19:01 ./source/xap/ffmpegthumbnailer/efb5b618.patch.gz
|
||||
-rw-r--r-- 1 root root 673219 2019-10-03 19:52 ./source/xap/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.tar.lz
|
||||
-rwxr-xr-x 1 root root 4277 2024-08-12 20:36 ./source/xap/ffmpegthumbnailer/ffmpegthumbnailer.SlackBuild
|
||||
drwxr-xr-x 2 root root 4096 2024-11-07 19:52 ./source/xap/ffmpegthumbnailer
|
||||
-rw-r--r-- 1 root root 674153 2024-09-13 20:22 ./source/xap/ffmpegthumbnailer/ffmpegthumbnailer-2.2.3.tar.lz
|
||||
-rwxr-xr-x 1 root root 4134 2024-11-07 19:52 ./source/xap/ffmpegthumbnailer/ffmpegthumbnailer.SlackBuild
|
||||
-rw-r--r-- 1 root root 45 2024-11-07 19:51 ./source/xap/ffmpegthumbnailer/ffmpegthumbnailer.url
|
||||
-rw-r--r-- 1 root root 1080 2016-11-14 10:05 ./source/xap/ffmpegthumbnailer/slack-desc
|
||||
drwxr-xr-x 2 root root 4096 2022-01-17 21:09 ./source/xap/fluxbox
|
||||
-rw-r--r-- 1 root root 1578 2022-01-17 21:09 ./source/xap/fluxbox/dcdde4d32c93d01df205bc06d7dfcbd356be031f.patch.gz
|
||||
|
@ -15604,7 +15604,7 @@ drwxr-xr-x 2 root root 4096 2016-07-03 18:05 ./source/xap/mozilla-firefox/
|
|||
-rw-r--r-- 1 root root 680 2009-07-01 13:28 ./source/xap/mozilla-firefox/mozilla-firefox-mimeTypes-fix.diff.gz
|
||||
-rwxr-xr-x 1 root root 15810 2024-08-05 20:08 ./source/xap/mozilla-firefox/mozilla-firefox.SlackBuild
|
||||
-rw-r--r-- 1 root root 1033 2024-02-23 03:12 ./source/xap/mozilla-firefox/slack-desc
|
||||
drwxr-xr-x 4 root root 4096 2024-11-05 01:15 ./source/xap/mozilla-thunderbird
|
||||
drwxr-xr-x 4 root root 4096 2024-11-07 19:12 ./source/xap/mozilla-thunderbird
|
||||
-rw-r--r-- 1 root root 266 2022-08-06 19:40 ./source/xap/mozilla-thunderbird/arc4random_buf.glibc-2.36.diff.gz
|
||||
drwxr-xr-x 2 root root 4096 2016-07-03 18:05 ./source/xap/mozilla-thunderbird/autoconf
|
||||
-rw-r--r-- 2 root root 5869 2016-07-03 18:04 ./source/xap/mozilla-thunderbird/autoconf/autoconf-2.13-consolidated_fixes-1.patch.gz
|
||||
|
@ -15620,8 +15620,8 @@ drwxr-xr-x 2 root root 4096 2016-07-03 18:05 ./source/xap/mozilla-thunderb
|
|||
-rwxr-xr-x 1 root root 12998 2024-08-06 23:50 ./source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild
|
||||
-rw-r--r-- 1 root root 1130 2018-02-27 06:47 ./source/xap/mozilla-thunderbird/slack-desc
|
||||
-rw-r--r-- 1 root root 330 2019-08-27 16:35 ./source/xap/mozilla-thunderbird/tb.ui.scrollToClick.diff.gz
|
||||
-rw-r--r-- 1 root root 676242536 2024-11-04 18:27 ./source/xap/mozilla-thunderbird/thunderbird-128.4.1esr.source.tar.xz
|
||||
-rw-r--r-- 1 root root 833 2024-11-04 18:27 ./source/xap/mozilla-thunderbird/thunderbird-128.4.1esr.source.tar.xz.asc
|
||||
-rw-r--r-- 1 root root 676111384 2024-11-06 16:36 ./source/xap/mozilla-thunderbird/thunderbird-128.4.2esr.source.tar.xz
|
||||
-rw-r--r-- 1 root root 833 2024-11-06 16:36 ./source/xap/mozilla-thunderbird/thunderbird-128.4.2esr.source.tar.xz.asc
|
||||
-rw-r--r-- 1 root root 3378 2005-03-08 05:13 ./source/xap/mozilla-thunderbird/thunderbird.desktop
|
||||
drwxr-xr-x 2 root root 4096 2024-09-24 02:37 ./source/xap/mpv
|
||||
-rw-r--r-- 1 root root 731 2024-05-30 21:48 ./source/xap/mpv/doinst.sh
|
||||
|
|
|
@ -555,7 +555,6 @@ gzip ./source/xfce/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.2.4-gtk3_th
|
|||
gzip ./source/xfce/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.2.4-gtk3_theme.patch
|
||||
gzip ./source/xfce/xfce4-settings/xfce4-settings.theme.diff
|
||||
gzip ./source/xfce/xfce4-settings/xfce4-settings.xft.defaults.diff
|
||||
gzip ./source/ap/mariadb/rc.mysqld
|
||||
gzip ./source/ap/mariadb/doinst.sh
|
||||
gzip ./source/ap/dash/doinst.sh
|
||||
gzip ./source/ap/hplip/0023-Fix-handling-of-unicode-filenames-in-sixext.py.patch
|
||||
|
@ -943,8 +942,6 @@ gzip ./source/xap/gnuchess/eboard.png16.diff
|
|||
gzip ./source/xap/gnuchess/eboard.ldl.diff
|
||||
gzip ./source/xap/gnuchess/doinst.sh
|
||||
gzip ./source/xap/gnuchess/xboard.conf.diff
|
||||
gzip ./source/xap/ffmpegthumbnailer/198.patch
|
||||
gzip ./source/xap/ffmpegthumbnailer/efb5b618.patch
|
||||
gzip ./source/xap/easytag/easytag.revert.ogg.handle.patch
|
||||
gzip ./source/xap/easytag/easytag.no.freedb.musicbrainz.org.diff
|
||||
gzip ./source/xap/easytag/doinst.sh
|
||||
|
|
|
@ -44,10 +44,10 @@
|
|||
cd $(dirname $0)/../..
|
||||
|
||||
# In case you cannot make this script do exactly what you require, you're
|
||||
# welcome to create /usr/local/bin/geninitrd-custom and it will be run
|
||||
# instead of the usual setup script:
|
||||
if [ -x /usr/local/bin/geninitrd-custom ]; then
|
||||
chroot . /usr/local/bin/geninitrd-custom $*
|
||||
# welcome to create /usr/local/sbin/geninitrd and it will be run instead of
|
||||
# the usual setup script:
|
||||
if [ -x /usr/local/sbin/geninitrd ]; then
|
||||
chroot . /usr/local/sbin/geninitrd $*
|
||||
else # we will run the default handler from the setup scripts:
|
||||
chroot . /var/lib/pkgtools/setup/setup.01.mkinitrd $*
|
||||
fi
|
||||
|
|
|
@ -23,3 +23,7 @@ GENERATOR=mkinitrd
|
|||
|
||||
# If we are using dracut, we'll use these options:
|
||||
DRACUT_OPTS="--force --hostonly"
|
||||
|
||||
# We'll call geninitrd from the kernel install script to automatically
|
||||
# generate an initrd. If you don't want this, uncomment the next line:
|
||||
#AUTOGENERATE_INITRD=false
|
||||
|
|
|
@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
PKGNAM=mkinitrd
|
||||
VERSION=${VERSION:-1.4.11}
|
||||
BB=1.37.0
|
||||
BUILD=${BUILD:-44}
|
||||
BUILD=${BUILD:-45}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
|
|
@ -13,6 +13,11 @@ if [ -r etc/default/geninitrd ]; then
|
|||
. etc/default/geninitrd
|
||||
fi
|
||||
|
||||
# If this is disabled, exit:
|
||||
if [ "$KERNEL_DOINST" = "true" -a "$AUTOGENERATE_INITRD" = "false" ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# This was the old name for $KERNEL, so allow it still:
|
||||
KERNEL=$KERNEL_SYMLINK
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PKGNAM=mariadb
|
||||
VERSION=${VERSION:-$(echo ${PKGNAM}-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
|
||||
# To reduce the package size, the embedded server may be omitted. Currently
|
||||
# only amarok uses this. To build without embedded support, set this to NO.
|
||||
|
@ -200,8 +200,8 @@ chmod 0755 $PKG/var/run/mysql
|
|||
# Add init script:
|
||||
mkdir -p $PKG/etc/rc.d
|
||||
# This is installed chmod 644 so that the server does not run by default.
|
||||
zcat $CWD/rc.mysqld.gz > $PKG/etc/rc.d/rc.mysqld.new
|
||||
touch -r $CWD/rc.mysqld.gz $PKG/etc/rc.d/rc.mysqld.new
|
||||
cat $CWD/rc.mysqld > $PKG/etc/rc.d/rc.mysqld.new
|
||||
touch -r $CWD/rc.mysqld $PKG/etc/rc.d/rc.mysqld.new
|
||||
rm -rf $PKG/etc/init.d $PKG/usr/libexec/rcmysql
|
||||
|
||||
# Install mysqlaccess.conf
|
||||
|
|
|
@ -33,7 +33,7 @@ SKIP="--skip-networking"
|
|||
|
||||
# Start mysqld:
|
||||
mysqld_start() {
|
||||
if [ -x /usr/bin/mysqld_safe ]; then
|
||||
if [ -x /usr/bin/mariadbd-safe ]; then
|
||||
# If there is an old PID file (no mysqld running), clean it up:
|
||||
if [ -r /var/run/mysql/mysql.pid ]; then
|
||||
if ! ps axc | grep mysqld 1> /dev/null 2> /dev/null ; then
|
||||
|
@ -42,7 +42,7 @@ mysqld_start() {
|
|||
fi
|
||||
fi
|
||||
|
||||
/usr/bin/mysqld_safe --datadir=/var/lib/mysql --pid-file=/var/run/mysql/mysql.pid $SKIP &
|
||||
/usr/bin/mariadbd-safe --datadir=/var/lib/mysql --pid-file=/var/run/mysql/mysql.pid $SKIP &
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
|
@ -62,7 +62,8 @@ mkdir -p $TMP $PKG
|
|||
|
||||
cd $TMP
|
||||
rm -rf $PKGNAM-$VERSION
|
||||
tar xvf $CWD/$PKGNAM-$VERSION.tar.?z || exit 1
|
||||
echo "Extracting $CWD/$PKGNAM-$VERSION.tar.?z..."
|
||||
tar xf $CWD/$PKGNAM-$VERSION.tar.?z || exit 1
|
||||
cd $PKGNAM-$VERSION || exit 1
|
||||
|
||||
chown -R root:root .
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
https://github.com/Kitware/CMake/releases
|
||||
https://github.com/Kitware/CMake/releases/download/v3.30.5/cmake-3.30.5.tar.gz
|
||||
https://github.com/Kitware/CMake/releases/download/v3.31.0/cmake-3.31.0.tar.gz
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
https://github.com/libexpat/libexpat/releases/download/R_2_6_3/expat-2.6.3.tar.lz
|
||||
https://github.com/libexpat/libexpat/releases/download/R_2_6_3/expat-2.6.3.tar.lz.asc
|
||||
https://github.com/libexpat/libexpat/releases/download/R_2_6_4/expat-2.6.4.tar.lz
|
||||
https://github.com/libexpat/libexpat/releases/download/R_2_6_4/expat-2.6.4.tar.lz.asc
|
||||
|
|
|
@ -25,12 +25,12 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PKGNAM=gpgme
|
||||
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
|
||||
BUILD=${BUILD:-3}
|
||||
BUILD=${BUILD:-1}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) export ARCH=i586 ;;
|
||||
i?86) export ARCH=i686 ;;
|
||||
arm*) export ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) export ARCH=$( uname -m ) ;;
|
||||
|
@ -50,14 +50,11 @@ NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
|
|||
TMP=${TMP:-/tmp}
|
||||
PKG=$TMP/package-$PKGNAM
|
||||
|
||||
if [ "$ARCH" = "i586" ]; then
|
||||
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "s390" ]; then
|
||||
SLKCFLAGS="-O2"
|
||||
if [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=pentium4 -mtune=generic"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
SLKCFLAGS="-O2 -fPIC"
|
||||
SLKCFLAGS="-O2 -march=x86-64 -mtune=generic -fPIC"
|
||||
LIBDIRSUFFIX="64"
|
||||
else
|
||||
SLKCFLAGS="-O2"
|
||||
|
@ -77,6 +74,9 @@ find . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \+
|
||||
|
||||
# No python2.7:
|
||||
cat $CWD/gpgme.no.py2.7.hack.diff | patch -p1 --verbose || exit 1
|
||||
|
||||
CFLAGS="$SLKCFLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" \
|
||||
CXXFLAGS="$SLKCFLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" \
|
||||
./configure \
|
||||
|
@ -84,7 +84,8 @@ CXXFLAGS="$SLKCFLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" \
|
|||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
--sysconfdir=/etc \
|
||||
--infodir=/usr/info \
|
||||
--enable-languages="cl cpp python qt" \
|
||||
--mandir=/usr/man \
|
||||
--enable-languages="cl cpp python qt5 qt6" \
|
||||
--disable-gpg-test \
|
||||
--docdir=/usr/doc/gpgme-$VERSION \
|
||||
--build=$ARCH-slackware-linux \
|
||||
|
@ -105,9 +106,16 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" \
|
|||
rm $PKG/usr/info/dir
|
||||
gzip -9 $PKG/usr/info/*
|
||||
|
||||
# Compress manual pages:
|
||||
find $PKG/usr/man -type f -exec gzip -9 {} \+
|
||||
for i in $( find $PKG/usr/man -type l ) ; do
|
||||
ln -s $( readlink $i ).gz $i.gz
|
||||
rm $i
|
||||
done
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PKGNAM-$VERSION
|
||||
cp -a \
|
||||
AUTHORS COPYING* INSTALL NEWS README* THANKS TODO VERSION \
|
||||
AUTHORS* COPYING* INSTALL* LICENSES* NEWS* README* THANKS* TODO* VERSION* \
|
||||
$PKG/usr/doc/$PKGNAM-$VERSION
|
||||
|
||||
# If there's a ChangeLog, installing at least part of the recent history
|
||||
|
|
44
source/n/gpgme/gpgme.no.py2.7.hack.diff
Normal file
44
source/n/gpgme/gpgme.no.py2.7.hack.diff
Normal file
|
@ -0,0 +1,44 @@
|
|||
--- ./configure.orig 2024-11-06 04:45:38.000000000 -0600
|
||||
+++ ./configure 2024-11-07 12:57:38.595719916 -0600
|
||||
@@ -22165,13 +22165,13 @@
|
||||
|
||||
if test -n "$PYTHON"; then
|
||||
# If the user set $PYTHON, use it and don't search something else.
|
||||
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $PYTHON version is >= 2.7" >&5
|
||||
-printf %s "checking whether $PYTHON version is >= 2.7... " >&6; }
|
||||
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $PYTHON version is >= 2.8" >&5
|
||||
+printf %s "checking whether $PYTHON version is >= 2.8... " >&6; }
|
||||
prog="import sys
|
||||
# split strings by '.' and convert to numeric. Append some zeros
|
||||
# because we need at least 4 digits for the hex conversion.
|
||||
# map returns an iterator in Python 3.0 and a list in 2.x
|
||||
-minver = list(map(int, '2.7'.split('.'))) + [0, 0, 0]
|
||||
+minver = list(map(int, '2.8'.split('.'))) + [0, 0, 0]
|
||||
minverhex = 0
|
||||
# xrange is not present in Python 3.0 and range returns an iterator
|
||||
for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i]
|
||||
@@ -22193,20 +22193,20 @@
|
||||
else
|
||||
# Otherwise, try each interpreter until we find one that satisfies
|
||||
# VERSION.
|
||||
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a Python interpreter with version >= 2.7" >&5
|
||||
-printf %s "checking for a Python interpreter with version >= 2.7... " >&6; }
|
||||
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a Python interpreter with version >= 2.8" >&5
|
||||
+printf %s "checking for a Python interpreter with version >= 2.8... " >&6; }
|
||||
if test ${am_cv_pathless_PYTHON+y}
|
||||
then :
|
||||
printf %s "(cached) " >&6
|
||||
else $as_nop
|
||||
|
||||
- for am_cv_pathless_PYTHON in python2.7 none; do
|
||||
+ for am_cv_pathless_PYTHON in python2.8 none; do
|
||||
test "$am_cv_pathless_PYTHON" = none && break
|
||||
prog="import sys
|
||||
# split strings by '.' and convert to numeric. Append some zeros
|
||||
# because we need at least 4 digits for the hex conversion.
|
||||
# map returns an iterator in Python 3.0 and a list in 2.x
|
||||
-minver = list(map(int, '2.7'.split('.'))) + [0, 0, 0]
|
||||
+minver = list(map(int, '2.8'.split('.'))) + [0, 0, 0]
|
||||
minverhex = 0
|
||||
# xrange is not present in Python 3.0 and range returns an iterator
|
||||
for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i]
|
|
@ -120,7 +120,6 @@ fi
|
|||
no-ec2m \
|
||||
no-sm2 \
|
||||
no-sm4 \
|
||||
no-sse2 \
|
||||
shared
|
||||
|
||||
make $NUMJOBS depend || make depend || exit 1
|
||||
|
|
|
@ -1,320 +0,0 @@
|
|||
From 67be4abd22b726e277c4b67bfb3abf5a65cfd9b5 Mon Sep 17 00:00:00 2001
|
||||
From: Zane van Iperen <zane@zanevaniperen.com>
|
||||
Date: Mon, 15 Mar 2021 17:23:23 +1000
|
||||
Subject: [PATCH 1/9] lib/moviedecoder: remove unused variable
|
||||
|
||||
---
|
||||
libffmpegthumbnailer/moviedecoder.cpp | 2 --
|
||||
1 file changed, 2 deletions(-)
|
||||
|
||||
diff --git a/libffmpegthumbnailer/moviedecoder.cpp b/libffmpegthumbnailer/moviedecoder.cpp
|
||||
index 290e212..aa44adf 100644
|
||||
--- a/libffmpegthumbnailer/moviedecoder.cpp
|
||||
+++ b/libffmpegthumbnailer/moviedecoder.cpp
|
||||
@@ -570,8 +570,6 @@ bool MovieDecoder::getVideoPacket()
|
||||
bool framesAvailable = true;
|
||||
bool frameDecoded = false;
|
||||
|
||||
- int attempts = 0;
|
||||
-
|
||||
if (m_pPacket)
|
||||
{
|
||||
av_packet_unref(m_pPacket);
|
||||
|
||||
From 66f64668e7a063e790813c7733ca438ab112af89 Mon Sep 17 00:00:00 2001
|
||||
From: Zane van Iperen <zane@zanevaniperen.com>
|
||||
Date: Mon, 15 Mar 2021 17:42:07 +1000
|
||||
Subject: [PATCH 2/9] lib/moviedecoder: clang-tidy fixes
|
||||
|
||||
---
|
||||
libffmpegthumbnailer/moviedecoder.cpp | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/libffmpegthumbnailer/moviedecoder.cpp b/libffmpegthumbnailer/moviedecoder.cpp
|
||||
index aa44adf..79c950b 100644
|
||||
--- a/libffmpegthumbnailer/moviedecoder.cpp
|
||||
+++ b/libffmpegthumbnailer/moviedecoder.cpp
|
||||
@@ -503,12 +503,12 @@ void MovieDecoder::seek(int timeInSeconds)
|
||||
avcodec_flush_buffers(m_pFormatContext->streams[m_VideoStream]->codec);
|
||||
|
||||
int keyFrameAttempts = 0;
|
||||
- bool gotFrame = 0;
|
||||
+ bool gotFrame;
|
||||
|
||||
do
|
||||
{
|
||||
int count = 0;
|
||||
- gotFrame = 0;
|
||||
+ gotFrame = false;
|
||||
|
||||
while (!gotFrame && count < 20)
|
||||
{
|
||||
|
||||
From 96c22aa66719846854895afcb72962862d5a4ffd Mon Sep 17 00:00:00 2001
|
||||
From: Zane van Iperen <zane@zanevaniperen.com>
|
||||
Date: Mon, 15 Mar 2021 20:39:32 +1000
|
||||
Subject: [PATCH 3/9] lib/moviedecoder: remove SilenceLogLevel
|
||||
|
||||
Was unused.
|
||||
---
|
||||
libffmpegthumbnailer/moviedecoder.cpp | 5 -----
|
||||
1 file changed, 5 deletions(-)
|
||||
|
||||
diff --git a/libffmpegthumbnailer/moviedecoder.cpp b/libffmpegthumbnailer/moviedecoder.cpp
|
||||
index 79c950b..21df096 100644
|
||||
--- a/libffmpegthumbnailer/moviedecoder.cpp
|
||||
+++ b/libffmpegthumbnailer/moviedecoder.cpp
|
||||
@@ -41,11 +41,6 @@ using namespace std;
|
||||
namespace ffmpegthumbnailer
|
||||
{
|
||||
|
||||
-struct SilenceLogLevel
|
||||
-{
|
||||
- SilenceLogLevel() { av_log_set_level(AV_LOG_QUIET); }
|
||||
-};
|
||||
-
|
||||
MovieDecoder::MovieDecoder(AVFormatContext* pavContext)
|
||||
: m_VideoStream(-1)
|
||||
, m_pFormatContext(pavContext)
|
||||
|
||||
From 664680f4bfeb89923f485eba270f9e49a8d02bfc Mon Sep 17 00:00:00 2001
|
||||
From: Zane van Iperen <zane@zanevaniperen.com>
|
||||
Date: Mon, 15 Mar 2021 17:25:40 +1000
|
||||
Subject: [PATCH 4/9] lib/moviedecoder: remove registration calls
|
||||
|
||||
They're not needed anymore.
|
||||
---
|
||||
libffmpegthumbnailer/moviedecoder.cpp | 4 ----
|
||||
1 file changed, 4 deletions(-)
|
||||
|
||||
diff --git a/libffmpegthumbnailer/moviedecoder.cpp b/libffmpegthumbnailer/moviedecoder.cpp
|
||||
index 21df096..ac3e5b9 100644
|
||||
--- a/libffmpegthumbnailer/moviedecoder.cpp
|
||||
+++ b/libffmpegthumbnailer/moviedecoder.cpp
|
||||
@@ -65,8 +65,6 @@ MovieDecoder::~MovieDecoder()
|
||||
|
||||
void MovieDecoder::initialize(const string& filename, bool preferEmbeddedMetadata)
|
||||
{
|
||||
- av_register_all();
|
||||
- avcodec_register_all();
|
||||
avformat_network_init();
|
||||
|
||||
string inputFile = filename == "-" ? "pipe:" : filename;
|
||||
@@ -386,8 +384,6 @@ void MovieDecoder::initializeFilterGraph(const AVRational& timeBase, const std::
|
||||
auto del = [] (AVBufferSinkParams* p) { av_freep(p); };
|
||||
std::unique_ptr<AVBufferSinkParams, decltype(del)> buffersinkParams(av_buffersink_params_alloc(), del);
|
||||
|
||||
- avfilter_register_all();
|
||||
-
|
||||
m_pFilterGraph = avfilter_graph_alloc();
|
||||
assert(m_pFilterGraph);
|
||||
|
||||
|
||||
From 1ae42e664e1f3c915d186ae00aa2c8018b998708 Mon Sep 17 00:00:00 2001
|
||||
From: Zane van Iperen <zane@zanevaniperen.com>
|
||||
Date: Mon, 15 Mar 2021 17:30:21 +1000
|
||||
Subject: [PATCH 5/9] lib/moviedecoder: remove use of AVBufferSinkParams
|
||||
|
||||
---
|
||||
libffmpegthumbnailer/moviedecoder.cpp | 9 +--------
|
||||
1 file changed, 1 insertion(+), 8 deletions(-)
|
||||
|
||||
diff --git a/libffmpegthumbnailer/moviedecoder.cpp b/libffmpegthumbnailer/moviedecoder.cpp
|
||||
index ac3e5b9..dece668 100644
|
||||
--- a/libffmpegthumbnailer/moviedecoder.cpp
|
||||
+++ b/libffmpegthumbnailer/moviedecoder.cpp
|
||||
@@ -379,11 +379,6 @@ std::string MovieDecoder::createScaleString(const std::string& sizeString, bool
|
||||
|
||||
void MovieDecoder::initializeFilterGraph(const AVRational& timeBase, const std::string& size, bool maintainAspectRatio)
|
||||
{
|
||||
- static const AVPixelFormat pixelFormats[] = { AV_PIX_FMT_RGB24, AV_PIX_FMT_NONE };
|
||||
-
|
||||
- auto del = [] (AVBufferSinkParams* p) { av_freep(p); };
|
||||
- std::unique_ptr<AVBufferSinkParams, decltype(del)> buffersinkParams(av_buffersink_params_alloc(), del);
|
||||
-
|
||||
m_pFilterGraph = avfilter_graph_alloc();
|
||||
assert(m_pFilterGraph);
|
||||
|
||||
@@ -395,10 +390,8 @@ void MovieDecoder::initializeFilterGraph(const AVRational& timeBase, const std::
|
||||
|
||||
checkRc(avfilter_graph_create_filter(&m_pFilterSource, avfilter_get_by_name("buffer"), "thumb_buffer", ss.str().c_str(), nullptr, m_pFilterGraph),
|
||||
"Failed to create filter source");
|
||||
- buffersinkParams->pixel_fmts = pixelFormats;
|
||||
- checkRc(avfilter_graph_create_filter(&m_pFilterSink, avfilter_get_by_name("buffersink"), "thumb_buffersink", nullptr, buffersinkParams.get(), m_pFilterGraph),
|
||||
+ checkRc(avfilter_graph_create_filter(&m_pFilterSink, avfilter_get_by_name("buffersink"), "thumb_buffersink", nullptr, nullptr, m_pFilterGraph),
|
||||
"Failed to create filter sink");
|
||||
- buffersinkParams.release();
|
||||
|
||||
AVFilterContext* yadifFilter = nullptr;
|
||||
if (m_pFrame->interlaced_frame != 0)
|
||||
|
||||
From 19675349662a4ea4455d7d13b01cca28ab585762 Mon Sep 17 00:00:00 2001
|
||||
From: Zane van Iperen <zane@zanevaniperen.com>
|
||||
Date: Mon, 15 Mar 2021 17:39:58 +1000
|
||||
Subject: [PATCH 6/9] lib/moviedecoder: use m_pVideoCodecContext instead of
|
||||
AVStream::codec
|
||||
|
||||
---
|
||||
libffmpegthumbnailer/moviedecoder.cpp | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/libffmpegthumbnailer/moviedecoder.cpp b/libffmpegthumbnailer/moviedecoder.cpp
|
||||
index dece668..0b7a280 100644
|
||||
--- a/libffmpegthumbnailer/moviedecoder.cpp
|
||||
+++ b/libffmpegthumbnailer/moviedecoder.cpp
|
||||
@@ -484,7 +484,7 @@ void MovieDecoder::seek(int timeInSeconds)
|
||||
}
|
||||
|
||||
checkRc(av_seek_frame(m_pFormatContext, -1, timestamp, 0), "Seeking in video failed");
|
||||
- avcodec_flush_buffers(m_pFormatContext->streams[m_VideoStream]->codec);
|
||||
+ avcodec_flush_buffers(m_pVideoCodecContext);
|
||||
|
||||
int keyFrameAttempts = 0;
|
||||
bool gotFrame;
|
||||
|
||||
From 4f74f83a009fa2b3f3d546adb24d4f1406910007 Mon Sep 17 00:00:00 2001
|
||||
From: Zane van Iperen <zane@zanevaniperen.com>
|
||||
Date: Mon, 15 Mar 2021 17:49:03 +1000
|
||||
Subject: [PATCH 7/9] lib/moviedecoder: codec -> codecpar
|
||||
|
||||
---
|
||||
libffmpegthumbnailer/moviedecoder.cpp | 6 +++---
|
||||
1 file changed, 3 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/libffmpegthumbnailer/moviedecoder.cpp b/libffmpegthumbnailer/moviedecoder.cpp
|
||||
index 0b7a280..e58904e 100644
|
||||
--- a/libffmpegthumbnailer/moviedecoder.cpp
|
||||
+++ b/libffmpegthumbnailer/moviedecoder.cpp
|
||||
@@ -145,10 +145,10 @@ int32_t MovieDecoder::findPreferedVideoStream(bool preferEmbeddedMetadata)
|
||||
for (unsigned int i = 0; i < m_pFormatContext->nb_streams; ++i)
|
||||
{
|
||||
AVStream *stream = m_pFormatContext->streams[i];
|
||||
- auto ctx = m_pFormatContext->streams[i]->codec;
|
||||
- if (ctx->codec_type == AVMEDIA_TYPE_VIDEO)
|
||||
+ auto par = m_pFormatContext->streams[i]->codecpar;
|
||||
+ if (par->codec_type == AVMEDIA_TYPE_VIDEO)
|
||||
{
|
||||
- if (!preferEmbeddedMetadata || !isStillImageCodec(ctx->codec_id))
|
||||
+ if (!preferEmbeddedMetadata || !isStillImageCodec(par->codec_id))
|
||||
{
|
||||
videoStreams.push_back(i);
|
||||
continue;
|
||||
|
||||
From 3ffdd65cbda6ef21d36c96013db1b0f4dc9fc57b Mon Sep 17 00:00:00 2001
|
||||
From: Zane van Iperen <zane@zanevaniperen.com>
|
||||
Date: Mon, 15 Mar 2021 17:52:01 +1000
|
||||
Subject: [PATCH 8/9] lib/movedecoder: don't rely on avformat to allocate a
|
||||
context
|
||||
|
||||
---
|
||||
libffmpegthumbnailer/moviedecoder.cpp | 20 ++++++++++++++++----
|
||||
1 file changed, 16 insertions(+), 4 deletions(-)
|
||||
|
||||
diff --git a/libffmpegthumbnailer/moviedecoder.cpp b/libffmpegthumbnailer/moviedecoder.cpp
|
||||
index e58904e..da5f32a 100644
|
||||
--- a/libffmpegthumbnailer/moviedecoder.cpp
|
||||
+++ b/libffmpegthumbnailer/moviedecoder.cpp
|
||||
@@ -90,8 +90,7 @@ void MovieDecoder::destroy()
|
||||
{
|
||||
if (m_pVideoCodecContext)
|
||||
{
|
||||
- avcodec_close(m_pVideoCodecContext);
|
||||
- m_pVideoCodecContext = nullptr;
|
||||
+ avcodec_free_context(&m_pVideoCodecContext);
|
||||
}
|
||||
|
||||
if ((!m_FormatContextWasGiven) && m_pFormatContext)
|
||||
@@ -196,8 +195,7 @@ void MovieDecoder::initializeVideo(bool preferEmbeddedMetadata)
|
||||
}
|
||||
|
||||
m_pVideoStream = m_pFormatContext->streams[m_VideoStream];
|
||||
- m_pVideoCodecContext = m_pVideoStream->codec;
|
||||
- m_pVideoCodec = avcodec_find_decoder(m_pVideoCodecContext->codec_id);
|
||||
+ m_pVideoCodec = avcodec_find_decoder(m_pVideoStream->codecpar->codec_id);
|
||||
|
||||
if (m_pVideoCodec == nullptr)
|
||||
{
|
||||
@@ -207,6 +205,20 @@ void MovieDecoder::initializeVideo(bool preferEmbeddedMetadata)
|
||||
throw logic_error("Video Codec not found");
|
||||
}
|
||||
|
||||
+ m_pVideoCodecContext = avcodec_alloc_context3(m_pVideoCodec);
|
||||
+
|
||||
+ if (m_pVideoCodecContext == nullptr)
|
||||
+ {
|
||||
+ destroy();
|
||||
+ throw logic_error("Could not allocate video codec context");
|
||||
+ }
|
||||
+
|
||||
+ if (avcodec_parameters_to_context(m_pVideoCodecContext, m_pVideoStream->codecpar) < 0)
|
||||
+ {
|
||||
+ destroy();
|
||||
+ throw logic_error("Could not configure video codec context");
|
||||
+ }
|
||||
+
|
||||
m_pVideoCodecContext->workaround_bugs = 1;
|
||||
|
||||
if (avcodec_open2(m_pVideoCodecContext, m_pVideoCodec, nullptr) < 0)
|
||||
|
||||
From f9273852c8e3d7af77d6c8929b1ac6c8a26eca50 Mon Sep 17 00:00:00 2001
|
||||
From: Zane van Iperen <zane@zanevaniperen.com>
|
||||
Date: Mon, 15 Mar 2021 20:57:45 +1000
|
||||
Subject: [PATCH 9/9] lib/moviedecoder: replace avcodec_decode_video2() usage
|
||||
|
||||
---
|
||||
libffmpegthumbnailer/moviedecoder.cpp | 31 +++++++++++++++++++++------
|
||||
1 file changed, 24 insertions(+), 7 deletions(-)
|
||||
|
||||
diff --git a/libffmpegthumbnailer/moviedecoder.cpp b/libffmpegthumbnailer/moviedecoder.cpp
|
||||
index da5f32a..f32577a 100644
|
||||
--- a/libffmpegthumbnailer/moviedecoder.cpp
|
||||
+++ b/libffmpegthumbnailer/moviedecoder.cpp
|
||||
@@ -548,17 +548,33 @@ bool MovieDecoder::decodeVideoPacket()
|
||||
return false;
|
||||
}
|
||||
|
||||
- av_frame_unref(m_pFrame);
|
||||
-
|
||||
- int frameFinished;
|
||||
+ int rc = avcodec_send_packet(m_pVideoCodecContext, m_pPacket);
|
||||
+ if(rc == AVERROR(EAGAIN))
|
||||
+ {
|
||||
+ rc = 0;
|
||||
+ }
|
||||
|
||||
- int bytesDecoded = avcodec_decode_video2(m_pVideoCodecContext, m_pFrame, &frameFinished, m_pPacket);
|
||||
- if (bytesDecoded < 0)
|
||||
+ if(rc == AVERROR_EOF)
|
||||
+ {
|
||||
+ return false;
|
||||
+ }
|
||||
+ else if(rc < 0)
|
||||
{
|
||||
- throw logic_error("Failed to decode video frame: bytesDecoded < 0");
|
||||
+ throw logic_error("Failed to decode video frame: avcodec_send_packet() < 0");
|
||||
}
|
||||
|
||||
- return frameFinished > 0;
|
||||
+ rc = avcodec_receive_frame(m_pVideoCodecContext, m_pFrame);
|
||||
+ switch(rc)
|
||||
+ {
|
||||
+ case 0:
|
||||
+ return true;
|
||||
+
|
||||
+ case AVERROR(EAGAIN):
|
||||
+ return false;
|
||||
+
|
||||
+ default:
|
||||
+ throw logic_error("Failed to decode video frame: avcodec_receive_frame() < 0");
|
||||
+ }
|
||||
}
|
||||
|
||||
bool MovieDecoder::getVideoPacket()
|
||||
@@ -574,6 +590,7 @@ bool MovieDecoder::getVideoPacket()
|
||||
|
||||
m_pPacket = new AVPacket();
|
||||
|
||||
+
|
||||
while (framesAvailable && !frameDecoded)
|
||||
{
|
||||
framesAvailable = av_read_frame(m_pFormatContext, m_pPacket) >= 0;
|
|
@ -1,22 +0,0 @@
|
|||
From efb5b618f1c1471c1a7900aed3a59d851ea9a210 Mon Sep 17 00:00:00 2001
|
||||
From: Paul Jonkins <paul.ionkin@gmail.com>
|
||||
Date: Wed, 23 Jun 2021 17:53:55 +0200
|
||||
Subject: [PATCH] Constify AVCodec
|
||||
|
||||
---
|
||||
libffmpegthumbnailer/moviedecoder.h | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/libffmpegthumbnailer/moviedecoder.h b/libffmpegthumbnailer/moviedecoder.h
|
||||
index 3ef5f12..fb6add2 100644
|
||||
--- a/libffmpegthumbnailer/moviedecoder.h
|
||||
+++ b/libffmpegthumbnailer/moviedecoder.h
|
||||
@@ -78,7 +78,7 @@ class MovieDecoder
|
||||
int m_VideoStream;
|
||||
AVFormatContext* m_pFormatContext;
|
||||
AVCodecContext* m_pVideoCodecContext;
|
||||
- AVCodec* m_pVideoCodec;
|
||||
+ const AVCodec* m_pVideoCodec;
|
||||
AVFilterGraph* m_pFilterGraph;
|
||||
AVFilterContext* m_pFilterSource;
|
||||
AVFilterContext* m_pFilterSink;
|
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PKGNAM=ffmpegthumbnailer
|
||||
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
|
||||
BUILD=${BUILD:-6}
|
||||
BUILD=${BUILD:-1}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -78,10 +78,6 @@ find . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \+
|
||||
|
||||
# Fix build with ffmpeg-5:
|
||||
zcat $CWD/198.patch.gz | patch -p1 --verbose || exit 1
|
||||
zcat $CWD/efb5b618.patch.gz | patch -p1 --verbose || exit 1
|
||||
|
||||
# Configure, build, and install:
|
||||
mkdir cmake-build
|
||||
cd cmake-build
|
||||
|
|
1
source/xap/ffmpegthumbnailer/ffmpegthumbnailer.url
Normal file
1
source/xap/ffmpegthumbnailer/ffmpegthumbnailer.url
Normal file
|
@ -0,0 +1 @@
|
|||
https://github.com/dirkvdb/ffmpegthumbnailer
|
Loading…
Reference in a new issue