mirror of
git://slackware.nl/current.git
synced 2024-12-27 09:59:16 +01:00
Thu May 16 02:31:40 UTC 2024
patches/packages/gdk-pixbuf2-2.42.12-x86_64-1_slack15.0.txz: Upgraded. ani: Reject files with multiple INA or IART chunks. ani: Reject files with multiple anih chunks. ani: validate chunk size. Thanks to 0xvhp, pedrib, and Benjamin Gilbert. For more information, see: https://www.cve.org/CVERecord?id=CVE-2022-48622 (* Security fix *) patches/packages/git-2.39.4-x86_64-1_slack15.0.txz: Upgraded. This update fixes security issues: Recursive clones on case-insensitive filesystems that support symbolic links are susceptible to case confusion that can be exploited to execute just-cloned code during the clone operation. Repositories can be configured to execute arbitrary code during local clones. To address this, the ownership checks introduced in v2.30.3 are now extended to cover cloning local repositories. Local clones may end up hardlinking files into the target repository's object database when source and target repository reside on the same disk. If the source repository is owned by a different user, then those hardlinked files may be rewritten at any point in time by the untrusted user. When cloning a local source repository that contains symlinks via the filesystem, Git may create hardlinks to arbitrary user-readable files on the same filesystem as the target repository in the objects/ directory. It is supposed to be safe to clone untrusted repositories, even those unpacked from zip archives or tarballs originating from untrusted sources, but Git can be tricked to run arbitrary code as part of the clone. For more information, see: https://www.cve.org/CVERecord?id=CVE-2024-32002 https://www.cve.org/CVERecord?id=CVE-2024-32004 https://www.cve.org/CVERecord?id=CVE-2024-32020 https://www.cve.org/CVERecord?id=CVE-2024-32021 https://www.cve.org/CVERecord?id=CVE-2024-32465 (* Security fix *) patches/packages/popa3d-1.0.3-x86_64-7_slack15.0.txz: Rebuilt. This is a bugfix release: Build with AUTH_PAM, not AUTH_SHADOW. Thanks to jayjwa. testing/packages/bind-9.18.27-x86_64-1_slack15.0.txz: Upgraded. This is a bugfix release.
This commit is contained in:
parent
a86246c0dd
commit
fb146f18cf
15 changed files with 727 additions and 130 deletions
|
@ -11,9 +11,61 @@
|
|||
<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>Tue, 14 May 2024 19:07:51 GMT</pubDate>
|
||||
<lastBuildDate>Wed, 15 May 2024 11:30:30 GMT</lastBuildDate>
|
||||
<pubDate>Thu, 16 May 2024 02:31:40 GMT</pubDate>
|
||||
<lastBuildDate>Fri, 17 May 2024 11:39:37 GMT</lastBuildDate>
|
||||
<generator>maintain_current_git.sh v 1.17</generator>
|
||||
<item>
|
||||
<title>Thu, 16 May 2024 02:31:40 GMT</title>
|
||||
<pubDate>Thu, 16 May 2024 02:31:40 GMT</pubDate>
|
||||
<link>https://git.slackware.nl/current/tag/?h=20240516023140</link>
|
||||
<guid isPermaLink="false">20240516023140</guid>
|
||||
<description>
|
||||
<![CDATA[<pre>
|
||||
patches/packages/gdk-pixbuf2-2.42.12-x86_64-1_slack15.0.txz: Upgraded.
|
||||
ani: Reject files with multiple INA or IART chunks.
|
||||
ani: Reject files with multiple anih chunks.
|
||||
ani: validate chunk size.
|
||||
Thanks to 0xvhp, pedrib, and Benjamin Gilbert.
|
||||
For more information, see:
|
||||
https://www.cve.org/CVERecord?id=CVE-2022-48622
|
||||
(* Security fix *)
|
||||
patches/packages/git-2.39.4-x86_64-1_slack15.0.txz: Upgraded.
|
||||
This update fixes security issues:
|
||||
Recursive clones on case-insensitive filesystems that support symbolic
|
||||
links are susceptible to case confusion that can be exploited to
|
||||
execute just-cloned code during the clone operation.
|
||||
Repositories can be configured to execute arbitrary code during local
|
||||
clones. To address this, the ownership checks introduced in v2.30.3
|
||||
are now extended to cover cloning local repositories.
|
||||
Local clones may end up hardlinking files into the target repository's
|
||||
object database when source and target repository reside on the same
|
||||
disk. If the source repository is owned by a different user, then
|
||||
those hardlinked files may be rewritten at any point in time by the
|
||||
untrusted user.
|
||||
When cloning a local source repository that contains symlinks via the
|
||||
filesystem, Git may create hardlinks to arbitrary user-readable files
|
||||
on the same filesystem as the target repository in the objects/
|
||||
directory.
|
||||
It is supposed to be safe to clone untrusted repositories, even those
|
||||
unpacked from zip archives or tarballs originating from untrusted
|
||||
sources, but Git can be tricked to run arbitrary code as part of the
|
||||
clone.
|
||||
For more information, see:
|
||||
https://www.cve.org/CVERecord?id=CVE-2024-32002
|
||||
https://www.cve.org/CVERecord?id=CVE-2024-32004
|
||||
https://www.cve.org/CVERecord?id=CVE-2024-32020
|
||||
https://www.cve.org/CVERecord?id=CVE-2024-32021
|
||||
https://www.cve.org/CVERecord?id=CVE-2024-32465
|
||||
(* Security fix *)
|
||||
patches/packages/popa3d-1.0.3-x86_64-7_slack15.0.txz: Rebuilt.
|
||||
This is a bugfix release:
|
||||
Build with AUTH_PAM, not AUTH_SHADOW.
|
||||
Thanks to jayjwa.
|
||||
testing/packages/bind-9.18.27-x86_64-1_slack15.0.txz: Upgraded.
|
||||
This is a bugfix release.
|
||||
</pre>]]>
|
||||
</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Tue, 14 May 2024 19:07:51 GMT</title>
|
||||
<pubDate>Tue, 14 May 2024 19:07:51 GMT</pubDate>
|
||||
|
|
|
@ -1,3 +1,47 @@
|
|||
Thu May 16 02:31:40 UTC 2024
|
||||
patches/packages/gdk-pixbuf2-2.42.12-x86_64-1_slack15.0.txz: Upgraded.
|
||||
ani: Reject files with multiple INA or IART chunks.
|
||||
ani: Reject files with multiple anih chunks.
|
||||
ani: validate chunk size.
|
||||
Thanks to 0xvhp, pedrib, and Benjamin Gilbert.
|
||||
For more information, see:
|
||||
https://www.cve.org/CVERecord?id=CVE-2022-48622
|
||||
(* Security fix *)
|
||||
patches/packages/git-2.39.4-x86_64-1_slack15.0.txz: Upgraded.
|
||||
This update fixes security issues:
|
||||
Recursive clones on case-insensitive filesystems that support symbolic
|
||||
links are susceptible to case confusion that can be exploited to
|
||||
execute just-cloned code during the clone operation.
|
||||
Repositories can be configured to execute arbitrary code during local
|
||||
clones. To address this, the ownership checks introduced in v2.30.3
|
||||
are now extended to cover cloning local repositories.
|
||||
Local clones may end up hardlinking files into the target repository's
|
||||
object database when source and target repository reside on the same
|
||||
disk. If the source repository is owned by a different user, then
|
||||
those hardlinked files may be rewritten at any point in time by the
|
||||
untrusted user.
|
||||
When cloning a local source repository that contains symlinks via the
|
||||
filesystem, Git may create hardlinks to arbitrary user-readable files
|
||||
on the same filesystem as the target repository in the objects/
|
||||
directory.
|
||||
It is supposed to be safe to clone untrusted repositories, even those
|
||||
unpacked from zip archives or tarballs originating from untrusted
|
||||
sources, but Git can be tricked to run arbitrary code as part of the
|
||||
clone.
|
||||
For more information, see:
|
||||
https://www.cve.org/CVERecord?id=CVE-2024-32002
|
||||
https://www.cve.org/CVERecord?id=CVE-2024-32004
|
||||
https://www.cve.org/CVERecord?id=CVE-2024-32020
|
||||
https://www.cve.org/CVERecord?id=CVE-2024-32021
|
||||
https://www.cve.org/CVERecord?id=CVE-2024-32465
|
||||
(* Security fix *)
|
||||
patches/packages/popa3d-1.0.3-x86_64-7_slack15.0.txz: Rebuilt.
|
||||
This is a bugfix release:
|
||||
Build with AUTH_PAM, not AUTH_SHADOW.
|
||||
Thanks to jayjwa.
|
||||
testing/packages/bind-9.18.27-x86_64-1_slack15.0.txz: Upgraded.
|
||||
This is a bugfix release.
|
||||
+--------------------------+
|
||||
Tue May 14 19:07:51 UTC 2024
|
||||
patches/packages/mozilla-firefox-115.11.0esr-x86_64-1_slack15.0.txz: Upgraded.
|
||||
This update contains security fixes and improvements.
|
||||
|
|
274
FILELIST.TXT
274
FILELIST.TXT
|
@ -1,20 +1,20 @@
|
|||
Tue May 14 19:12:34 UTC 2024
|
||||
Thu May 16 02:32:28 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-05-14 19:07 .
|
||||
drwxr-xr-x 12 root root 4096 2024-05-16 02:31 .
|
||||
-rw-r--r-- 1 root root 5767 2022-02-02 22:44 ./ANNOUNCE.15.0
|
||||
-rw-r--r-- 1 root root 16609 2022-03-30 19:03 ./CHANGES_AND_HINTS.TXT
|
||||
-rw-r--r-- 1 root root 1235408 2024-05-14 18:39 ./CHECKSUMS.md5
|
||||
-rw-r--r-- 1 root root 195 2024-05-14 18:39 ./CHECKSUMS.md5.asc
|
||||
-rw-r--r-- 1 root root 1236756 2024-05-16 02:29 ./CHECKSUMS.md5
|
||||
-rw-r--r-- 1 root root 195 2024-05-16 02:29 ./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 2117674 2024-05-14 19:07 ./ChangeLog.txt
|
||||
-rw-r--r-- 1 root root 2119875 2024-05-16 02:31 ./ChangeLog.txt
|
||||
drwxr-xr-x 3 root root 4096 2013-03-20 22:17 ./EFI
|
||||
drwxr-xr-x 2 root root 4096 2022-02-02 08:21 ./EFI/BOOT
|
||||
-rw-r--r-- 1 root root 1187840 2021-06-15 19:16 ./EFI/BOOT/bootx64.efi
|
||||
|
@ -25,7 +25,7 @@ drwxr-xr-x 2 root root 4096 2022-02-02 08:21 ./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 1613510 2024-05-14 18:39 ./FILELIST.TXT
|
||||
-rw-r--r-- 1 root root 1615276 2024-05-16 02:29 ./FILELIST.TXT
|
||||
-rw-r--r-- 1 root root 1572 2012-08-29 18:27 ./GPG-KEY
|
||||
-rw-r--r-- 1 root root 864745 2022-02-02 08:25 ./PACKAGES.TXT
|
||||
-rw-r--r-- 1 root root 8034 2022-02-02 03:36 ./README.TXT
|
||||
|
@ -832,13 +832,13 @@ drwxr-xr-x 2 root root 4096 2022-12-17 19:52 ./pasture/source/samba
|
|||
-rw-r--r-- 1 root root 7921 2018-04-29 17:31 ./pasture/source/samba/smb.conf.default
|
||||
-rw-r--r-- 1 root root 7933 2018-01-14 20:41 ./pasture/source/samba/smb.conf.default.orig
|
||||
-rw-r--r-- 1 root root 536 2017-03-23 19:18 ./pasture/source/samba/smb.conf.diff.gz
|
||||
drwxr-xr-x 4 root root 4096 2024-05-14 18:39 ./patches
|
||||
-rw-r--r-- 1 root root 116463 2024-05-14 18:39 ./patches/CHECKSUMS.md5
|
||||
-rw-r--r-- 1 root root 195 2024-05-14 18:39 ./patches/CHECKSUMS.md5.asc
|
||||
-rw-r--r-- 1 root root 158536 2024-05-14 18:39 ./patches/FILE_LIST
|
||||
-rw-r--r-- 1 root root 15514169 2024-05-14 18:39 ./patches/MANIFEST.bz2
|
||||
-rw-r--r-- 1 root root 81733 2024-05-14 18:39 ./patches/PACKAGES.TXT
|
||||
drwxr-xr-x 5 root root 32768 2024-05-14 18:39 ./patches/packages
|
||||
drwxr-xr-x 4 root root 4096 2024-05-16 01:17 ./patches
|
||||
-rw-r--r-- 1 root root 117683 2024-05-16 01:17 ./patches/CHECKSUMS.md5
|
||||
-rw-r--r-- 1 root root 195 2024-05-16 01:17 ./patches/CHECKSUMS.md5.asc
|
||||
-rw-r--r-- 1 root root 160185 2024-05-16 01:17 ./patches/FILE_LIST
|
||||
-rw-r--r-- 1 root root 15554120 2024-05-16 01:17 ./patches/MANIFEST.bz2
|
||||
-rw-r--r-- 1 root root 83168 2024-05-16 01:17 ./patches/PACKAGES.TXT
|
||||
drwxr-xr-x 5 root root 32768 2024-05-16 01:17 ./patches/packages
|
||||
-rw-r--r-- 1 root root 360 2023-09-26 19:28 ./patches/packages/Cython-0.29.36-x86_64-1_slack15.0.txt
|
||||
-rw-r--r-- 1 root root 2389564 2023-09-26 19:28 ./patches/packages/Cython-0.29.36-x86_64-1_slack15.0.txz
|
||||
-rw-r--r-- 1 root root 163 2023-09-26 19:28 ./patches/packages/Cython-0.29.36-x86_64-1_slack15.0.txz.asc
|
||||
|
@ -914,6 +914,9 @@ drwxr-xr-x 5 root root 32768 2024-05-14 18:39 ./patches/packages
|
|||
-rw-r--r-- 1 root root 278 2024-04-22 19:01 ./patches/packages/freerdp-2.11.7-x86_64-1_slack15.0.txt
|
||||
-rw-r--r-- 1 root root 1664048 2024-04-22 19:01 ./patches/packages/freerdp-2.11.7-x86_64-1_slack15.0.txz
|
||||
-rw-r--r-- 1 root root 195 2024-04-22 19:01 ./patches/packages/freerdp-2.11.7-x86_64-1_slack15.0.txz.asc
|
||||
-rw-r--r-- 1 root root 537 2024-05-16 01:12 ./patches/packages/gdk-pixbuf2-2.42.12-x86_64-1_slack15.0.txt
|
||||
-rw-r--r-- 1 root root 492072 2024-05-16 01:12 ./patches/packages/gdk-pixbuf2-2.42.12-x86_64-1_slack15.0.txz
|
||||
-rw-r--r-- 1 root root 195 2024-05-16 01:12 ./patches/packages/gdk-pixbuf2-2.42.12-x86_64-1_slack15.0.txz.asc
|
||||
-rw-r--r-- 1 root root 406 2023-11-16 18:18 ./patches/packages/gegl-0.4.46-x86_64-1_slack15.0.txt
|
||||
-rw-r--r-- 1 root root 2844164 2023-11-16 18:18 ./patches/packages/gegl-0.4.46-x86_64-1_slack15.0.txz
|
||||
-rw-r--r-- 1 root root 163 2023-11-16 18:18 ./patches/packages/gegl-0.4.46-x86_64-1_slack15.0.txz.asc
|
||||
|
@ -923,9 +926,9 @@ drwxr-xr-x 5 root root 32768 2024-05-14 18:39 ./patches/packages
|
|||
-rw-r--r-- 1 root root 471 2023-11-16 18:22 ./patches/packages/gimp-2.10.36-x86_64-1_slack15.0.txt
|
||||
-rw-r--r-- 1 root root 19611980 2023-11-16 18:22 ./patches/packages/gimp-2.10.36-x86_64-1_slack15.0.txz
|
||||
-rw-r--r-- 1 root root 163 2023-11-16 18:22 ./patches/packages/gimp-2.10.36-x86_64-1_slack15.0.txz.asc
|
||||
-rw-r--r-- 1 root root 397 2023-04-25 21:09 ./patches/packages/git-2.35.8-x86_64-1_slack15.0.txt
|
||||
-rw-r--r-- 1 root root 6689412 2023-04-25 21:09 ./patches/packages/git-2.35.8-x86_64-1_slack15.0.txz
|
||||
-rw-r--r-- 1 root root 163 2023-04-25 21:09 ./patches/packages/git-2.35.8-x86_64-1_slack15.0.txz.asc
|
||||
-rw-r--r-- 1 root root 397 2024-05-15 22:52 ./patches/packages/git-2.39.4-x86_64-1_slack15.0.txt
|
||||
-rw-r--r-- 1 root root 7315620 2024-05-15 22:52 ./patches/packages/git-2.39.4-x86_64-1_slack15.0.txz
|
||||
-rw-r--r-- 1 root root 195 2024-05-15 22:52 ./patches/packages/git-2.39.4-x86_64-1_slack15.0.txz.asc
|
||||
-rw-r--r-- 1 root root 313 2024-04-18 18:21 ./patches/packages/glibc-2.33-x86_64-6_slack15.0.txt
|
||||
-rw-r--r-- 1 root root 5280920 2024-04-18 18:21 ./patches/packages/glibc-2.33-x86_64-6_slack15.0.txz
|
||||
-rw-r--r-- 1 root root 195 2024-04-18 18:21 ./patches/packages/glibc-2.33-x86_64-6_slack15.0.txz.asc
|
||||
|
@ -1124,6 +1127,9 @@ drwxr-xr-x 2 root root 4096 2023-11-21 21:09 ./patches/packages/old-linux
|
|||
-rw-r--r-- 1 root root 450 2022-03-12 20:37 ./patches/packages/polkit-0.120-x86_64-3_slack15.0.txt
|
||||
-rw-r--r-- 1 root root 403284 2022-03-12 20:37 ./patches/packages/polkit-0.120-x86_64-3_slack15.0.txz
|
||||
-rw-r--r-- 1 root root 163 2022-03-12 20:37 ./patches/packages/polkit-0.120-x86_64-3_slack15.0.txz.asc
|
||||
-rw-r--r-- 1 root root 543 2024-05-16 00:48 ./patches/packages/popa3d-1.0.3-x86_64-7_slack15.0.txt
|
||||
-rw-r--r-- 1 root root 21480 2024-05-16 00:48 ./patches/packages/popa3d-1.0.3-x86_64-7_slack15.0.txz
|
||||
-rw-r--r-- 1 root root 195 2024-05-16 00:48 ./patches/packages/popa3d-1.0.3-x86_64-7_slack15.0.txz.asc
|
||||
-rw-r--r-- 1 root root 533 2022-09-01 18:45 ./patches/packages/poppler-21.12.0-x86_64-2_slack15.0.txt
|
||||
-rw-r--r-- 1 root root 1746808 2022-09-01 18:45 ./patches/packages/poppler-21.12.0-x86_64-2_slack15.0.txz
|
||||
-rw-r--r-- 1 root root 163 2022-09-01 18:45 ./patches/packages/poppler-21.12.0-x86_64-2_slack15.0.txz.asc
|
||||
|
@ -1238,7 +1244,7 @@ drwxr-xr-x 2 root root 4096 2023-11-21 21:09 ./patches/packages/old-linux
|
|||
-rw-r--r-- 1 root root 463 2023-04-05 18:16 ./patches/packages/zstd-1.5.5-x86_64-1_slack15.0.txt
|
||||
-rw-r--r-- 1 root root 459652 2023-04-05 18:16 ./patches/packages/zstd-1.5.5-x86_64-1_slack15.0.txz
|
||||
-rw-r--r-- 1 root root 163 2023-04-05 18:16 ./patches/packages/zstd-1.5.5-x86_64-1_slack15.0.txz.asc
|
||||
drwxr-xr-x 114 root root 4096 2024-05-14 18:03 ./patches/source
|
||||
drwxr-xr-x 116 root root 4096 2024-05-16 01:13 ./patches/source
|
||||
drwxr-xr-x 2 root root 4096 2023-09-26 19:22 ./patches/source/Cython
|
||||
-rw-r--r-- 1 root root 1623580 2023-07-04 19:24 ./patches/source/Cython/Cython-0.29.36.tar.lz
|
||||
-rwxr-xr-x 1 root root 3041 2023-09-26 19:23 ./patches/source/Cython/Cython.SlackBuild
|
||||
|
@ -1431,6 +1437,12 @@ drwxr-xr-x 2 root root 4096 2024-04-22 18:58 ./patches/source/freerdp
|
|||
-rwxr-xr-x 1 root root 4654 2022-10-13 01:12 ./patches/source/freerdp/freerdp.SlackBuild
|
||||
-rw-r--r-- 1 root root 34 2021-09-23 18:07 ./patches/source/freerdp/freerdp.url
|
||||
-rw-r--r-- 1 root root 765 2021-09-23 18:18 ./patches/source/freerdp/slack-desc
|
||||
drwxr-xr-x 2 root root 4096 2024-05-15 22:41 ./patches/source/gdk-pixbuf2
|
||||
-rw-r--r-- 1 root root 91 2010-11-16 21:31 ./patches/source/gdk-pixbuf2/doinst.sh.gz
|
||||
-rw-r--r-- 1 root root 6525072 2024-05-15 02:44 ./patches/source/gdk-pixbuf2/gdk-pixbuf-2.42.12.tar.xz
|
||||
-rwxr-xr-x 1 root root 5221 2024-05-16 01:04 ./patches/source/gdk-pixbuf2/gdk-pixbuf2.SlackBuild
|
||||
-rw-r--r-- 1 root root 996 2018-02-27 06:12 ./patches/source/gdk-pixbuf2/slack-desc
|
||||
-rw-r--r-- 1 root root 1653 2017-07-24 19:13 ./patches/source/gdk-pixbuf2/update-gdk-pixbuf-loaders
|
||||
drwxr-xr-x 2 root root 4096 2023-09-01 18:48 ./patches/source/gegl
|
||||
-rw-r--r-- 1 root root 5799248 2023-06-25 22:55 ./patches/source/gegl/gegl-0.4.46.tar.xz
|
||||
-rwxr-xr-x 1 root root 4226 2023-11-16 18:17 ./patches/source/gegl/gegl.SlackBuild
|
||||
|
@ -1451,9 +1463,9 @@ drwxr-xr-x 2 root root 4096 2023-11-06 19:28 ./patches/source/gimp
|
|||
-rw-r--r-- 1 root root 23807835 2023-11-06 11:09 ./patches/source/gimp/gimp-2.10.36.tar.lz
|
||||
-rwxr-xr-x 1 root root 4646 2023-11-16 18:14 ./patches/source/gimp/gimp.SlackBuild
|
||||
-rw-r--r-- 1 root root 923 2018-02-27 06:13 ./patches/source/gimp/slack-desc
|
||||
drwxr-xr-x 2 root root 4096 2023-04-25 20:46 ./patches/source/git
|
||||
-rw-r--r-- 1 root root 566 2023-04-25 17:00 ./patches/source/git/git-2.35.8.tar.sign
|
||||
-rw-r--r-- 1 root root 6885832 2023-04-25 17:00 ./patches/source/git/git-2.35.8.tar.xz
|
||||
drwxr-xr-x 2 root root 4096 2024-05-15 22:50 ./patches/source/git
|
||||
-rw-r--r-- 1 root root 566 2024-05-14 16:54 ./patches/source/git/git-2.39.4.tar.sign
|
||||
-rw-r--r-- 1 root root 7172876 2024-05-14 16:54 ./patches/source/git/git-2.39.4.tar.xz
|
||||
-rwxr-xr-x 1 root root 5491 2022-04-14 20:18 ./patches/source/git/git.SlackBuild
|
||||
-rw-r--r-- 1 root root 45 2015-09-01 20:04 ./patches/source/git/git.url
|
||||
-rw-r--r-- 1 root root 848 2018-02-27 06:13 ./patches/source/git/slack-desc
|
||||
|
@ -2066,6 +2078,12 @@ drwxr-xr-x 2 root root 4096 2022-03-12 20:26 ./patches/source/polkit
|
|||
-rw-r--r-- 1 root root 675865 2021-10-06 18:06 ./patches/source/polkit/polkit-0.120.tar.lz
|
||||
-rwxr-xr-x 1 root root 6539 2022-03-12 20:36 ./patches/source/polkit/polkit.SlackBuild
|
||||
-rw-r--r-- 1 root root 903 2020-11-01 20:04 ./patches/source/polkit/slack-desc
|
||||
drwxr-xr-x 2 root root 4096 2024-05-16 00:47 ./patches/source/popa3d
|
||||
-rw-r--r-- 1 root root 164 2006-09-30 23:56 ./patches/source/popa3d/doinst.sh.gz
|
||||
-rw-r--r-- 1 root root 29258 2013-10-21 13:34 ./patches/source/popa3d/popa3d-1.0.3.tar.lz
|
||||
-rwxr-xr-x 1 root root 3483 2024-05-16 00:48 ./patches/source/popa3d/popa3d.SlackBuild
|
||||
-rw-r--r-- 1 root root 916 2024-05-16 00:43 ./patches/source/popa3d/popa3d.pam.diff.gz
|
||||
-rw-r--r-- 1 root root 997 2018-02-27 06:13 ./patches/source/popa3d/slack-desc
|
||||
drwxr-xr-x 2 root root 4096 2022-09-01 18:42 ./patches/source/poppler
|
||||
-rw-r--r-- 1 root root 724 2022-09-01 18:40 ./patches/source/poppler/27354e9d9696ee2bc063910a6c9a6b27c5184a52.patch.gz
|
||||
-rw-r--r-- 1 root root 1798780 2021-12-26 19:51 ./patches/source/poppler/poppler-21.12.0.tar.xz
|
||||
|
@ -2612,25 +2630,25 @@ drwxr-xr-x 2 root root 20480 2022-02-02 08:24 ./slackware64/a
|
|||
-rw-r--r-- 1 root root 456 2021-11-17 19:41 ./slackware64/a/exfatprogs-1.1.3-x86_64-1.txt
|
||||
-rw-r--r-- 1 root root 42760 2021-11-17 19:41 ./slackware64/a/exfatprogs-1.1.3-x86_64-1.txz
|
||||
-rw-r--r-- 1 root root 163 2021-11-17 19:41 ./slackware64/a/exfatprogs-1.1.3-x86_64-1.txz.asc
|
||||
-rw-r--r-- 1 root root 541 2021-02-13 11:01 ./slackware64/a/f2fs-tools-1.14.0-x86_64-3.txt
|
||||
-rw-r--r-- 1 root root 187464 2021-02-13 11:01 ./slackware64/a/f2fs-tools-1.14.0-x86_64-3.txz
|
||||
-rw-r--r-- 1 root root 163 2021-02-13 11:01 ./slackware64/a/f2fs-tools-1.14.0-x86_64-3.txz.asc
|
||||
-rw-r--r-- 1 root root 271 2021-10-19 00:56 ./slackware64/a/file-5.41-x86_64-1.txt
|
||||
-rw-r--r-- 1 root root 430068 2021-10-19 00:56 ./slackware64/a/file-5.41-x86_64-1.txz
|
||||
-rw-r--r-- 1 root root 163 2021-10-19 00:56 ./slackware64/a/file-5.41-x86_64-1.txz.asc
|
||||
-rw-r--r-- 1 root root 366 2021-02-13 11:02 ./slackware64/a/findutils-4.8.0-x86_64-3.txt
|
||||
-rw-r--r-- 1 root root 501460 2021-02-13 11:02 ./slackware64/a/findutils-4.8.0-x86_64-3.txz
|
||||
-rw-r--r-- 1 root root 163 2021-02-13 11:02 ./slackware64/a/findutils-4.8.0-x86_64-3.txz.asc
|
||||
-rw-r--r-- 1 root root 257 2021-02-13 11:02 ./slackware64/a/floppy-5.5-x86_64-4.txt
|
||||
-rw-r--r-- 1 root root 358912 2021-02-13 11:02 ./slackware64/a/floppy-5.5-x86_64-4.txz
|
||||
-rw-r--r-- 1 root root 163 2021-02-13 11:02 ./slackware64/a/floppy-5.5-x86_64-4.txz.asc
|
||||
-rw-r--r-- 1 root root 585 2021-10-29 17:00 ./slackware64/a/gawk-5.1.1-x86_64-1.txt
|
||||
-rw-r--r-- 1 root root 1181060 2021-10-29 17:00 ./slackware64/a/gawk-5.1.1-x86_64-1.txz
|
||||
-rw-r--r-- 1 root root 163 2021-10-29 17:00 ./slackware64/a/gawk-5.1.1-x86_64-1.txz.asc
|
||||
-rw-r--r-- 1 root root 496 2021-02-13 11:03 ./slackware64/a/genpower-1.0.5-x86_64-5.txt
|
||||
-rw-r--r-- 1 root root 43092 2021-02-13 11:03 ./slackware64/a/genpower-1.0.5-x86_64-5.txz
|
||||
-rw-r--r-- 1 root root 163 2021-02-13 11:03 ./slackware64/a/genpower-1.0.5-x86_64-5.txz.asc
|
||||
-rw-r--r-- 1 root root 279 2021-02-13 11:03 ./slackware64/a/gettext-0.21-x86_64-3.txt
|
||||
-rw-r--r-- 1 root root 541 2021-02-13 11:01 ./slackware64/a/f2fs-tools-1.14.0-x86_64-3.txt
|
||||
-rw-r--r-- 1 root root 187464 2021-02-13 11:01 ./slackware64/a/f2fs-tools-1.14.0-x86_64-3.txz
|
||||
-rw-r--r-- 1 root root 163 2021-02-13 11:01 ./slackware64/a/f2fs-tools-1.14.0-x86_64-3.txz.asc
|
||||
-rw-r--r-- 1 root root 271 2021-10-19 00:56 ./slackware64/a/file-5.41-x86_64-1.txt
|
||||
-rw-r--r-- 1 root root 430068 2021-10-19 00:56 ./slackware64/a/file-5.41-x86_64-1.txz
|
||||
-rw-r--r-- 1 root root 163 2021-10-19 00:56 ./slackware64/a/file-5.41-x86_64-1.txz.asc
|
||||
-rw-r--r-- 1 root root 366 2021-02-13 11:02 ./slackware64/a/findutils-4.8.0-x86_64-3.txt
|
||||
-rw-r--r-- 1 root root 501460 2021-02-13 11:02 ./slackware64/a/findutils-4.8.0-x86_64-3.txz
|
||||
-rw-r--r-- 1 root root 163 2021-02-13 11:02 ./slackware64/a/findutils-4.8.0-x86_64-3.txz.asc
|
||||
-rw-r--r-- 1 root root 257 2021-02-13 11:02 ./slackware64/a/floppy-5.5-x86_64-4.txt
|
||||
-rw-r--r-- 1 root root 358912 2021-02-13 11:02 ./slackware64/a/floppy-5.5-x86_64-4.txz
|
||||
-rw-r--r-- 1 root root 163 2021-02-13 11:02 ./slackware64/a/floppy-5.5-x86_64-4.txz.asc
|
||||
-rw-r--r-- 1 root root 585 2021-10-29 17:00 ./slackware64/a/gawk-5.1.1-x86_64-1.txt
|
||||
-rw-r--r-- 1 root root 1181060 2021-10-29 17:00 ./slackware64/a/gawk-5.1.1-x86_64-1.txz
|
||||
-rw-r--r-- 1 root root 163 2021-10-29 17:00 ./slackware64/a/gawk-5.1.1-x86_64-1.txz.asc
|
||||
-rw-r--r-- 1 root root 496 2021-02-13 11:03 ./slackware64/a/genpower-1.0.5-x86_64-5.txt
|
||||
-rw-r--r-- 1 root root 43092 2021-02-13 11:03 ./slackware64/a/genpower-1.0.5-x86_64-5.txz
|
||||
-rw-r--r-- 1 root root 163 2021-02-13 11:03 ./slackware64/a/genpower-1.0.5-x86_64-5.txz.asc
|
||||
-rw-r--r-- 1 root root 279 2021-02-13 11:03 ./slackware64/a/gettext-0.21-x86_64-3.txt
|
||||
-rw-r--r-- 1 root root 424856 2021-02-13 11:03 ./slackware64/a/gettext-0.21-x86_64-3.txz
|
||||
-rw-r--r-- 1 root root 163 2021-02-13 11:03 ./slackware64/a/gettext-0.21-x86_64-3.txz.asc
|
||||
-rw-r--r-- 1 root root 503 2021-10-22 18:29 ./slackware64/a/glibc-zoneinfo-2021e-noarch-1.txt
|
||||
|
@ -5377,24 +5395,24 @@ drwxr-xr-x 2 root root 69632 2022-02-02 04:20 ./slackware64/l
|
|||
-rw-r--r-- 1 root root 403056 2022-01-26 02:16 ./slackware64/l/polkit-0.120-x86_64-2.txz
|
||||
-rw-r--r-- 1 root root 163 2022-01-26 02:16 ./slackware64/l/polkit-0.120-x86_64-2.txz.asc
|
||||
-rw-r--r-- 1 root root 367 2021-02-13 07:37 ./slackware64/l/polkit-gnome-0.105-x86_64-4.txt
|
||||
-rw-r--r-- 1 root root 67536 2021-02-13 07:37 ./slackware64/l/polkit-gnome-0.105-x86_64-4.txz
|
||||
-rw-r--r-- 1 root root 163 2021-02-13 07:37 ./slackware64/l/polkit-gnome-0.105-x86_64-4.txz.asc
|
||||
-rw-r--r-- 1 root root 463 2021-06-19 18:57 ./slackware64/l/polkit-qt-1-0.114.0-x86_64-1.txt
|
||||
-rw-r--r-- 1 root root 78476 2021-06-19 18:57 ./slackware64/l/polkit-qt-1-0.114.0-x86_64-1.txz
|
||||
-rw-r--r-- 1 root root 163 2021-06-19 18:57 ./slackware64/l/polkit-qt-1-0.114.0-x86_64-1.txz.asc
|
||||
-rw-r--r-- 1 root root 533 2021-12-26 19:52 ./slackware64/l/poppler-21.12.0-x86_64-1.txt
|
||||
-rw-r--r-- 1 root root 1746464 2021-12-26 19:52 ./slackware64/l/poppler-21.12.0-x86_64-1.txz
|
||||
-rw-r--r-- 1 root root 163 2021-12-26 19:52 ./slackware64/l/poppler-21.12.0-x86_64-1.txz.asc
|
||||
-rw-r--r-- 1 root root 639 2021-09-07 17:02 ./slackware64/l/poppler-data-0.4.11-noarch-1.txt
|
||||
-rw-r--r-- 1 root root 1584148 2021-09-07 17:02 ./slackware64/l/poppler-data-0.4.11-noarch-1.txz
|
||||
-rw-r--r-- 1 root root 163 2021-09-07 17:02 ./slackware64/l/poppler-data-0.4.11-noarch-1.txz.asc
|
||||
-rw-r--r-- 1 root root 589 2021-02-13 07:38 ./slackware64/l/popt-1.18-x86_64-3.txt
|
||||
-rw-r--r-- 1 root root 58120 2021-02-13 07:38 ./slackware64/l/popt-1.18-x86_64-3.txz
|
||||
-rw-r--r-- 1 root root 163 2021-02-13 07:38 ./slackware64/l/popt-1.18-x86_64-3.txz.asc
|
||||
-rw-r--r-- 1 root root 338 2022-01-04 20:27 ./slackware64/l/pulseaudio-15.0-x86_64-4.txt
|
||||
-rw-r--r-- 1 root root 1598416 2022-01-04 20:27 ./slackware64/l/pulseaudio-15.0-x86_64-4.txz
|
||||
-rw-r--r-- 1 root root 163 2022-01-04 20:27 ./slackware64/l/pulseaudio-15.0-x86_64-4.txz.asc
|
||||
-rw-r--r-- 1 root root 294 2021-11-03 01:02 ./slackware64/l/pycairo-1.20.1-x86_64-3.txt
|
||||
-rw-r--r-- 1 root root 67536 2021-02-13 07:37 ./slackware64/l/polkit-gnome-0.105-x86_64-4.txz
|
||||
-rw-r--r-- 1 root root 163 2021-02-13 07:37 ./slackware64/l/polkit-gnome-0.105-x86_64-4.txz.asc
|
||||
-rw-r--r-- 1 root root 463 2021-06-19 18:57 ./slackware64/l/polkit-qt-1-0.114.0-x86_64-1.txt
|
||||
-rw-r--r-- 1 root root 78476 2021-06-19 18:57 ./slackware64/l/polkit-qt-1-0.114.0-x86_64-1.txz
|
||||
-rw-r--r-- 1 root root 163 2021-06-19 18:57 ./slackware64/l/polkit-qt-1-0.114.0-x86_64-1.txz.asc
|
||||
-rw-r--r-- 1 root root 533 2021-12-26 19:52 ./slackware64/l/poppler-21.12.0-x86_64-1.txt
|
||||
-rw-r--r-- 1 root root 1746464 2021-12-26 19:52 ./slackware64/l/poppler-21.12.0-x86_64-1.txz
|
||||
-rw-r--r-- 1 root root 163 2021-12-26 19:52 ./slackware64/l/poppler-21.12.0-x86_64-1.txz.asc
|
||||
-rw-r--r-- 1 root root 639 2021-09-07 17:02 ./slackware64/l/poppler-data-0.4.11-noarch-1.txt
|
||||
-rw-r--r-- 1 root root 1584148 2021-09-07 17:02 ./slackware64/l/poppler-data-0.4.11-noarch-1.txz
|
||||
-rw-r--r-- 1 root root 163 2021-09-07 17:02 ./slackware64/l/poppler-data-0.4.11-noarch-1.txz.asc
|
||||
-rw-r--r-- 1 root root 589 2021-02-13 07:38 ./slackware64/l/popt-1.18-x86_64-3.txt
|
||||
-rw-r--r-- 1 root root 58120 2021-02-13 07:38 ./slackware64/l/popt-1.18-x86_64-3.txz
|
||||
-rw-r--r-- 1 root root 163 2021-02-13 07:38 ./slackware64/l/popt-1.18-x86_64-3.txz.asc
|
||||
-rw-r--r-- 1 root root 338 2022-01-04 20:27 ./slackware64/l/pulseaudio-15.0-x86_64-4.txt
|
||||
-rw-r--r-- 1 root root 1598416 2022-01-04 20:27 ./slackware64/l/pulseaudio-15.0-x86_64-4.txz
|
||||
-rw-r--r-- 1 root root 163 2022-01-04 20:27 ./slackware64/l/pulseaudio-15.0-x86_64-4.txz.asc
|
||||
-rw-r--r-- 1 root root 294 2021-11-03 01:02 ./slackware64/l/pycairo-1.20.1-x86_64-3.txt
|
||||
-rw-r--r-- 1 root root 78684 2021-11-03 01:02 ./slackware64/l/pycairo-1.20.1-x86_64-3.txz
|
||||
-rw-r--r-- 1 root root 163 2021-11-03 01:02 ./slackware64/l/pycairo-1.20.1-x86_64-3.txz.asc
|
||||
-rw-r--r-- 1 root root 238 2021-11-03 01:02 ./slackware64/l/pycups-2.0.1-x86_64-6.txt
|
||||
|
@ -8294,28 +8312,28 @@ drwxr-xr-x 2 root root 4096 2020-01-29 04:08 ./source/a/sysklogd/config
|
|||
-rw-r--r-- 1 root root 669 2020-12-17 21:00 ./source/a/sysklogd/config/rc.syslog.new
|
||||
-rw-r--r-- 1 root root 1920 2020-01-29 04:34 ./source/a/sysklogd/config/syslog.conf.new
|
||||
-rw-r--r-- 1 root root 253 2020-12-23 20:04 ./source/a/sysklogd/config/syslog.logrotate
|
||||
-rw-r--r-- 1 root root 164 2020-01-29 04:00 ./source/a/sysklogd/config/syslogd.new
|
||||
-rw-r--r-- 1 root root 379 2020-06-26 06:22 ./source/a/sysklogd/doinst.sh.gz
|
||||
-rw-r--r-- 1 root root 974 2021-03-27 19:10 ./source/a/sysklogd/slack-desc
|
||||
-rw-r--r-- 1 root root 76900 2021-11-27 20:20 ./source/a/sysklogd/sysklogd-2.3.0.tar.lz
|
||||
-rwxr-xr-x 1 root root 5127 2021-03-09 19:20 ./source/a/sysklogd/sysklogd.SlackBuild
|
||||
-rw-r--r-- 1 root root 38 2020-01-27 17:58 ./source/a/sysklogd/sysklogd.url
|
||||
drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/a/syslinux
|
||||
-rw-r--r-- 1 root root 973 2018-02-27 06:13 ./source/a/syslinux/slack-desc
|
||||
-rw-r--r-- 1 root root 836 2013-07-25 09:37 ./source/a/syslinux/syslinux-4.07.tar.sign
|
||||
-rw-r--r-- 1 root root 4580396 2013-07-25 09:37 ./source/a/syslinux/syslinux-4.07.tar.xz
|
||||
-rwxr-xr-x 1 root root 3689 2021-02-13 05:31 ./source/a/syslinux/syslinux.SlackBuild
|
||||
-rw-r--r-- 1 root root 182 2018-09-19 00:05 ./source/a/syslinux/syslinux.glibc228.diff.gz
|
||||
drwxr-xr-x 2 root root 4096 2021-12-14 21:04 ./source/a/sysvinit
|
||||
drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/a/sysvinit-functions
|
||||
-rw-r--r-- 1 root root 832 2007-04-29 18:51 ./source/a/sysvinit-functions/README.functions
|
||||
-rw-r--r-- 1 root root 226 2007-05-15 02:38 ./source/a/sysvinit-functions/doinst.sh.gz
|
||||
-rw-r--r-- 1 root root 10001 2007-04-29 18:21 ./source/a/sysvinit-functions/function-src-8.53.tar.bz2
|
||||
-rw-r--r-- 1 root root 13913 2006-10-26 20:57 ./source/a/sysvinit-functions/functions
|
||||
-rw-r--r-- 1 root root 1160 2018-02-27 06:13 ./source/a/sysvinit-functions/slack-desc
|
||||
-rwxr-xr-x 1 root root 3679 2021-02-13 05:31 ./source/a/sysvinit-functions/sysvinit-functions.SlackBuild
|
||||
drwxr-xr-x 4 root root 4096 2021-02-13 05:31 ./source/a/sysvinit-scripts
|
||||
drwxr-xr-x 2 root root 4096 2018-09-04 22:24 ./source/a/sysvinit-scripts/default
|
||||
-rw-r--r-- 1 root root 164 2020-01-29 04:00 ./source/a/sysklogd/config/syslogd.new
|
||||
-rw-r--r-- 1 root root 379 2020-06-26 06:22 ./source/a/sysklogd/doinst.sh.gz
|
||||
-rw-r--r-- 1 root root 974 2021-03-27 19:10 ./source/a/sysklogd/slack-desc
|
||||
-rw-r--r-- 1 root root 76900 2021-11-27 20:20 ./source/a/sysklogd/sysklogd-2.3.0.tar.lz
|
||||
-rwxr-xr-x 1 root root 5127 2021-03-09 19:20 ./source/a/sysklogd/sysklogd.SlackBuild
|
||||
-rw-r--r-- 1 root root 38 2020-01-27 17:58 ./source/a/sysklogd/sysklogd.url
|
||||
drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/a/syslinux
|
||||
-rw-r--r-- 1 root root 973 2018-02-27 06:13 ./source/a/syslinux/slack-desc
|
||||
-rw-r--r-- 1 root root 836 2013-07-25 09:37 ./source/a/syslinux/syslinux-4.07.tar.sign
|
||||
-rw-r--r-- 1 root root 4580396 2013-07-25 09:37 ./source/a/syslinux/syslinux-4.07.tar.xz
|
||||
-rwxr-xr-x 1 root root 3689 2021-02-13 05:31 ./source/a/syslinux/syslinux.SlackBuild
|
||||
-rw-r--r-- 1 root root 182 2018-09-19 00:05 ./source/a/syslinux/syslinux.glibc228.diff.gz
|
||||
drwxr-xr-x 2 root root 4096 2021-12-14 21:04 ./source/a/sysvinit
|
||||
drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/a/sysvinit-functions
|
||||
-rw-r--r-- 1 root root 832 2007-04-29 18:51 ./source/a/sysvinit-functions/README.functions
|
||||
-rw-r--r-- 1 root root 226 2007-05-15 02:38 ./source/a/sysvinit-functions/doinst.sh.gz
|
||||
-rw-r--r-- 1 root root 10001 2007-04-29 18:21 ./source/a/sysvinit-functions/function-src-8.53.tar.bz2
|
||||
-rw-r--r-- 1 root root 13913 2006-10-26 20:57 ./source/a/sysvinit-functions/functions
|
||||
-rw-r--r-- 1 root root 1160 2018-02-27 06:13 ./source/a/sysvinit-functions/slack-desc
|
||||
-rwxr-xr-x 1 root root 3679 2021-02-13 05:31 ./source/a/sysvinit-functions/sysvinit-functions.SlackBuild
|
||||
drwxr-xr-x 4 root root 4096 2021-02-13 05:31 ./source/a/sysvinit-scripts
|
||||
drwxr-xr-x 2 root root 4096 2018-09-04 22:24 ./source/a/sysvinit-scripts/default
|
||||
-rw-r--r-- 1 root root 160 2018-09-04 22:24 ./source/a/sysvinit-scripts/default/cpufreq
|
||||
-rw-r--r-- 1 root root 367 2018-09-04 22:25 ./source/a/sysvinit-scripts/doinst.sh.gz
|
||||
drwxr-xr-x 2 root root 4096 2021-02-20 20:44 ./source/a/sysvinit-scripts/scripts
|
||||
|
@ -11358,20 +11376,20 @@ drwxr-xr-x 2 root root 4096 2022-01-08 21:37 ./source/kde/kde/src/framewor
|
|||
-rw-r--r-- 1 root root 1412588 2022-01-01 14:34 ./source/kde/kde/src/frameworks/threadweaver-5.90.0.tar.xz
|
||||
-rw-r--r-- 1 root root 488 2022-01-01 14:34 ./source/kde/kde/src/frameworks/threadweaver-5.90.0.tar.xz.sig
|
||||
drwxr-xr-x 2 root root 4096 2022-01-04 21:32 ./source/kde/kde/src/plasma
|
||||
drwxr-xr-x 2 root root 4096 2022-01-25 19:26 ./source/kde/kde/src/plasma-extra
|
||||
-rwxr-xr-x 1 root root 2071 2020-07-12 21:54 ./source/kde/kde/src/plasma-extra/fetch-wacomtablet.sh
|
||||
-rw-r--r-- 1 root root 13424 2019-12-07 18:49 ./source/kde/kde/src/plasma-extra/kpeoplevcard-0.1.tar.xz
|
||||
-rw-r--r-- 1 root root 488 2019-12-07 18:49 ./source/kde/kde/src/plasma-extra/kpeoplevcard-0.1.tar.xz.sig
|
||||
-rw-r--r-- 1 root root 1001964 2022-01-25 09:45 ./source/kde/kde/src/plasma-extra/latte-dock-0.10.8.tar.xz
|
||||
-rw-r--r-- 1 root root 488 2022-01-25 09:45 ./source/kde/kde/src/plasma-extra/latte-dock-0.10.8.tar.xz.sig
|
||||
-rw-r--r-- 1 root root 161700 2015-12-24 15:38 ./source/kde/kde/src/plasma-extra/oxygen-fonts-5.4.3.tar.xz
|
||||
-rw-r--r-- 1 root root 41752 2022-01-13 15:09 ./source/kde/kde/src/plasma-extra/plasma-wayland-protocols-1.6.0.tar.xz
|
||||
-rw-r--r-- 1 root root 488 2022-01-13 15:09 ./source/kde/kde/src/plasma-extra/plasma-wayland-protocols-1.6.0.tar.xz.sig
|
||||
-rw-r--r-- 1 root root 34148 2021-05-27 13:20 ./source/kde/kde/src/plasma-extra/pulseaudio-qt-1.3.tar.xz
|
||||
-rw-r--r-- 1 root root 488 2021-05-27 13:20 ./source/kde/kde/src/plasma-extra/pulseaudio-qt-1.3.tar.xz.sig
|
||||
-rw-r--r-- 1 root root 3406056 2020-11-03 09:57 ./source/kde/kde/src/plasma-extra/sddm-0.19.0.tar.xz
|
||||
-rw-r--r-- 1 root root 501371 2021-09-06 01:29 ./source/kde/kde/src/plasma-extra/wacomtablet-20210906_d1e216a.tar.lz
|
||||
-rw-r--r-- 1 root root 171644 2022-01-04 09:47 ./source/kde/kde/src/plasma/bluedevil-5.23.5.tar.xz
|
||||
drwxr-xr-x 2 root root 4096 2022-01-25 19:26 ./source/kde/kde/src/plasma-extra
|
||||
-rwxr-xr-x 1 root root 2071 2020-07-12 21:54 ./source/kde/kde/src/plasma-extra/fetch-wacomtablet.sh
|
||||
-rw-r--r-- 1 root root 13424 2019-12-07 18:49 ./source/kde/kde/src/plasma-extra/kpeoplevcard-0.1.tar.xz
|
||||
-rw-r--r-- 1 root root 488 2019-12-07 18:49 ./source/kde/kde/src/plasma-extra/kpeoplevcard-0.1.tar.xz.sig
|
||||
-rw-r--r-- 1 root root 1001964 2022-01-25 09:45 ./source/kde/kde/src/plasma-extra/latte-dock-0.10.8.tar.xz
|
||||
-rw-r--r-- 1 root root 488 2022-01-25 09:45 ./source/kde/kde/src/plasma-extra/latte-dock-0.10.8.tar.xz.sig
|
||||
-rw-r--r-- 1 root root 161700 2015-12-24 15:38 ./source/kde/kde/src/plasma-extra/oxygen-fonts-5.4.3.tar.xz
|
||||
-rw-r--r-- 1 root root 41752 2022-01-13 15:09 ./source/kde/kde/src/plasma-extra/plasma-wayland-protocols-1.6.0.tar.xz
|
||||
-rw-r--r-- 1 root root 488 2022-01-13 15:09 ./source/kde/kde/src/plasma-extra/plasma-wayland-protocols-1.6.0.tar.xz.sig
|
||||
-rw-r--r-- 1 root root 34148 2021-05-27 13:20 ./source/kde/kde/src/plasma-extra/pulseaudio-qt-1.3.tar.xz
|
||||
-rw-r--r-- 1 root root 488 2021-05-27 13:20 ./source/kde/kde/src/plasma-extra/pulseaudio-qt-1.3.tar.xz.sig
|
||||
-rw-r--r-- 1 root root 3406056 2020-11-03 09:57 ./source/kde/kde/src/plasma-extra/sddm-0.19.0.tar.xz
|
||||
-rw-r--r-- 1 root root 501371 2021-09-06 01:29 ./source/kde/kde/src/plasma-extra/wacomtablet-20210906_d1e216a.tar.lz
|
||||
-rw-r--r-- 1 root root 171644 2022-01-04 09:47 ./source/kde/kde/src/plasma/bluedevil-5.23.5.tar.xz
|
||||
-rw-r--r-- 1 root root 833 2022-01-04 09:47 ./source/kde/kde/src/plasma/bluedevil-5.23.5.tar.xz.sig
|
||||
-rw-r--r-- 1 root root 73813928 2022-01-04 09:48 ./source/kde/kde/src/plasma/breeze-5.23.5.tar.xz
|
||||
-rw-r--r-- 1 root root 833 2022-01-04 09:48 ./source/kde/kde/src/plasma/breeze-5.23.5.tar.xz.sig
|
||||
|
@ -14807,27 +14825,27 @@ drwxr-xr-x 3 root root 4096 2021-02-13 05:32 ./source/x/fcitx-libpinyin
|
|||
drwxr-xr-x 2 root root 4096 2021-01-30 19:38 ./source/x/fcitx-libpinyin/dict
|
||||
-rw-r--r-- 1 root root 15148952 2021-01-29 16:53 ./source/x/fcitx-libpinyin/dict/fcitx-libpinyin-0.5.4_dict.tar.xz
|
||||
-rw-r--r-- 1 root root 47376 2021-01-29 16:46 ./source/x/fcitx-libpinyin/fcitx-libpinyin-0.5.4.tar.xz
|
||||
-rwxr-xr-x 1 root root 3853 2021-02-13 05:32 ./source/x/fcitx-libpinyin/fcitx-libpinyin.SlackBuild
|
||||
-rw-r--r-- 1 root root 800 2020-11-22 20:10 ./source/x/fcitx-libpinyin/slack-desc
|
||||
drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/fcitx-m17n
|
||||
-rw-r--r-- 1 root root 35076 2017-09-14 22:51 ./source/x/fcitx-m17n/fcitx-m17n-0.2.4.tar.xz
|
||||
-rwxr-xr-x 1 root root 3351 2021-02-13 05:32 ./source/x/fcitx-m17n/fcitx-m17n.SlackBuild
|
||||
-rw-r--r-- 1 root root 757 2016-10-13 19:05 ./source/x/fcitx-m17n/slack-desc
|
||||
drwxr-xr-x 2 root root 4096 2022-01-05 06:55 ./source/x/fcitx-qt5
|
||||
-rw-r--r-- 1 root root 90460 2022-01-02 02:39 ./source/x/fcitx-qt5/fcitx-qt5-1.2.7.tar.xz
|
||||
-rw-r--r-- 1 root root 310 2022-01-02 02:39 ./source/x/fcitx-qt5/fcitx-qt5-1.2.7.tar.xz.sig
|
||||
-rwxr-xr-x 1 root root 3365 2021-04-25 18:29 ./source/x/fcitx-qt5/fcitx-qt5.SlackBuild
|
||||
-rw-r--r-- 1 root root 714 2020-11-22 20:11 ./source/x/fcitx-qt5/slack-desc
|
||||
drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/fcitx-sayura
|
||||
-rw-r--r-- 1 root root 25400 2017-09-14 22:52 ./source/x/fcitx-sayura/fcitx-sayura-0.1.2.tar.xz
|
||||
-rwxr-xr-x 1 root root 3365 2021-02-13 05:32 ./source/x/fcitx-sayura/fcitx-sayura.SlackBuild
|
||||
-rw-r--r-- 1 root root 771 2016-10-13 19:19 ./source/x/fcitx-sayura/slack-desc
|
||||
drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/fcitx-table-extra
|
||||
-rw-r--r-- 1 root root 3700736 2017-09-14 22:52 ./source/x/fcitx-table-extra/fcitx-table-extra-0.3.8.tar.xz
|
||||
-rwxr-xr-x 1 root root 3387 2021-02-13 05:32 ./source/x/fcitx-table-extra/fcitx-table-extra.SlackBuild
|
||||
-rw-r--r-- 1 root root 892 2020-11-22 20:11 ./source/x/fcitx-table-extra/slack-desc
|
||||
drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/fcitx-table-other
|
||||
-rw-r--r-- 1 root root 234376 2017-09-14 22:52 ./source/x/fcitx-table-other/fcitx-table-other-0.2.4.tar.xz
|
||||
-rwxr-xr-x 1 root root 3853 2021-02-13 05:32 ./source/x/fcitx-libpinyin/fcitx-libpinyin.SlackBuild
|
||||
-rw-r--r-- 1 root root 800 2020-11-22 20:10 ./source/x/fcitx-libpinyin/slack-desc
|
||||
drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/fcitx-m17n
|
||||
-rw-r--r-- 1 root root 35076 2017-09-14 22:51 ./source/x/fcitx-m17n/fcitx-m17n-0.2.4.tar.xz
|
||||
-rwxr-xr-x 1 root root 3351 2021-02-13 05:32 ./source/x/fcitx-m17n/fcitx-m17n.SlackBuild
|
||||
-rw-r--r-- 1 root root 757 2016-10-13 19:05 ./source/x/fcitx-m17n/slack-desc
|
||||
drwxr-xr-x 2 root root 4096 2022-01-05 06:55 ./source/x/fcitx-qt5
|
||||
-rw-r--r-- 1 root root 90460 2022-01-02 02:39 ./source/x/fcitx-qt5/fcitx-qt5-1.2.7.tar.xz
|
||||
-rw-r--r-- 1 root root 310 2022-01-02 02:39 ./source/x/fcitx-qt5/fcitx-qt5-1.2.7.tar.xz.sig
|
||||
-rwxr-xr-x 1 root root 3365 2021-04-25 18:29 ./source/x/fcitx-qt5/fcitx-qt5.SlackBuild
|
||||
-rw-r--r-- 1 root root 714 2020-11-22 20:11 ./source/x/fcitx-qt5/slack-desc
|
||||
drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/fcitx-sayura
|
||||
-rw-r--r-- 1 root root 25400 2017-09-14 22:52 ./source/x/fcitx-sayura/fcitx-sayura-0.1.2.tar.xz
|
||||
-rwxr-xr-x 1 root root 3365 2021-02-13 05:32 ./source/x/fcitx-sayura/fcitx-sayura.SlackBuild
|
||||
-rw-r--r-- 1 root root 771 2016-10-13 19:19 ./source/x/fcitx-sayura/slack-desc
|
||||
drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/fcitx-table-extra
|
||||
-rw-r--r-- 1 root root 3700736 2017-09-14 22:52 ./source/x/fcitx-table-extra/fcitx-table-extra-0.3.8.tar.xz
|
||||
-rwxr-xr-x 1 root root 3387 2021-02-13 05:32 ./source/x/fcitx-table-extra/fcitx-table-extra.SlackBuild
|
||||
-rw-r--r-- 1 root root 892 2020-11-22 20:11 ./source/x/fcitx-table-extra/slack-desc
|
||||
drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/fcitx-table-other
|
||||
-rw-r--r-- 1 root root 234376 2017-09-14 22:52 ./source/x/fcitx-table-other/fcitx-table-other-0.2.4.tar.xz
|
||||
-rwxr-xr-x 1 root root 3343 2021-02-13 05:32 ./source/x/fcitx-table-other/fcitx-table-other.SlackBuild
|
||||
-rw-r--r-- 1 root root 895 2020-11-22 20:11 ./source/x/fcitx-table-other/slack-desc
|
||||
drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/fcitx-unikey
|
||||
|
@ -16931,21 +16949,21 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/y/nethack
|
|||
-rwxr-xr-x 1 root root 4998 2021-02-13 05:32 ./source/y/nethack/nethack.SlackBuild
|
||||
-rw-r--r-- 1 root root 59 2020-12-30 20:25 ./source/y/nethack/nethack.url
|
||||
-rw-r--r-- 1 root root 1031 2020-12-30 21:50 ./source/y/nethack/slack-desc
|
||||
drwxr-xr-x 4 root root 4096 2024-04-18 19:20 ./testing
|
||||
-rw-r--r-- 1 root root 2278 2024-04-18 19:20 ./testing/CHECKSUMS.md5
|
||||
-rw-r--r-- 1 root root 195 2024-04-18 19:20 ./testing/CHECKSUMS.md5.asc
|
||||
-rw-r--r-- 1 root root 2975 2024-04-18 19:20 ./testing/FILE_LIST
|
||||
-rw-r--r-- 1 root root 36493 2024-04-18 19:20 ./testing/MANIFEST.bz2
|
||||
-rw-r--r-- 1 root root 727 2024-04-18 19:20 ./testing/PACKAGES.TXT
|
||||
drwxr-xr-x 2 root root 4096 2024-04-18 19:20 ./testing/packages
|
||||
-rw-r--r-- 1 root root 334 2024-04-18 17:16 ./testing/packages/bind-9.18.26-x86_64-1_slack15.0.txt
|
||||
-rw-r--r-- 1 root root 2458384 2024-04-18 17:16 ./testing/packages/bind-9.18.26-x86_64-1_slack15.0.txz
|
||||
-rw-r--r-- 1 root root 195 2024-04-18 17:16 ./testing/packages/bind-9.18.26-x86_64-1_slack15.0.txz.asc
|
||||
drwxr-xr-x 4 root root 4096 2024-04-18 18:54 ./testing/source
|
||||
drwxr-xr-x 3 root root 4096 2024-04-18 17:11 ./testing/source/bind
|
||||
drwxr-xr-x 4 root root 4096 2024-05-16 01:17 ./testing
|
||||
-rw-r--r-- 1 root root 2278 2024-05-16 01:17 ./testing/CHECKSUMS.md5
|
||||
-rw-r--r-- 1 root root 195 2024-05-16 01:17 ./testing/CHECKSUMS.md5.asc
|
||||
-rw-r--r-- 1 root root 2975 2024-05-16 01:17 ./testing/FILE_LIST
|
||||
-rw-r--r-- 1 root root 36569 2024-05-16 01:17 ./testing/MANIFEST.bz2
|
||||
-rw-r--r-- 1 root root 727 2024-05-16 01:17 ./testing/PACKAGES.TXT
|
||||
drwxr-xr-x 2 root root 4096 2024-05-16 01:17 ./testing/packages
|
||||
-rw-r--r-- 1 root root 334 2024-05-15 22:40 ./testing/packages/bind-9.18.27-x86_64-1_slack15.0.txt
|
||||
-rw-r--r-- 1 root root 2458740 2024-05-15 22:40 ./testing/packages/bind-9.18.27-x86_64-1_slack15.0.txz
|
||||
-rw-r--r-- 1 root root 195 2024-05-15 22:40 ./testing/packages/bind-9.18.27-x86_64-1_slack15.0.txz.asc
|
||||
drwxr-xr-x 4 root root 4096 2024-05-16 00:10 ./testing/source
|
||||
drwxr-xr-x 3 root root 4096 2024-05-15 22:38 ./testing/source/bind
|
||||
-rw-r--r-- 1 root root 5120 2007-06-08 04:48 ./testing/source/bind/3link.sh
|
||||
-rw-r--r-- 1 root root 5519432 2024-04-17 15:59 ./testing/source/bind/bind-9.18.26.tar.xz
|
||||
-rw-r--r-- 1 root root 833 2024-04-17 15:59 ./testing/source/bind/bind-9.18.26.tar.xz.asc
|
||||
-rw-r--r-- 1 root root 5524000 2024-05-15 15:52 ./testing/source/bind/bind-9.18.27.tar.xz
|
||||
-rw-r--r-- 1 root root 833 2024-05-15 15:52 ./testing/source/bind/bind-9.18.27.tar.xz.asc
|
||||
-rwxr-xr-x 1 root root 5848 2023-12-21 19:04 ./testing/source/bind/bind.SlackBuild
|
||||
drwxr-xr-x 2 root root 4096 2023-11-07 19:28 ./testing/source/bind/caching-example
|
||||
-rw-r--r-- 1 root root 195 2001-05-18 02:03 ./testing/source/bind/caching-example/localhost.zone
|
||||
|
|
11
patches/packages/gdk-pixbuf2-2.42.12-x86_64-1_slack15.0.txt
Normal file
11
patches/packages/gdk-pixbuf2-2.42.12-x86_64-1_slack15.0.txt
Normal file
|
@ -0,0 +1,11 @@
|
|||
gdk-pixbuf2: gdk-pixbuf2 (image library used by GTK+ v2)
|
||||
gdk-pixbuf2:
|
||||
gdk-pixbuf2: The gdk-pixbuf library provides a number of features:
|
||||
gdk-pixbuf2: - GdkPixbuf structure for representing images.
|
||||
gdk-pixbuf2: - Image loading facilities, both synchronous and progressive.
|
||||
gdk-pixbuf2: - Rendering of a GdkPixbuf into various formats:
|
||||
gdk-pixbuf2: drawables (windows, pixmaps), GdkRGB buffers.
|
||||
gdk-pixbuf2: - Fast scaling and compositing of pixbufs.
|
||||
gdk-pixbuf2: - Simple animation loading (ie. animated gifs).
|
||||
gdk-pixbuf2:
|
||||
gdk-pixbuf2:
|
11
patches/packages/popa3d-1.0.3-x86_64-7_slack15.0.txt
Normal file
11
patches/packages/popa3d-1.0.3-x86_64-7_slack15.0.txt
Normal file
|
@ -0,0 +1,11 @@
|
|||
popa3d: popa3d (a POP3 daemon)
|
||||
popa3d:
|
||||
popa3d: popa3d is a Post Office Protocol version 3 (POP3) server. A POP3
|
||||
popa3d: server operates on local mailboxes on behalf of its remote users.
|
||||
popa3d: Users can connect at any time to check their mailbox and fetch the
|
||||
popa3d: mail that has accumulated. The design goals of this POP3 server are
|
||||
popa3d: security, reliability, RFC compliance (slightly relaxed to work with
|
||||
popa3d: real-world POP3 clients), and high performance.
|
||||
popa3d:
|
||||
popa3d: The popa3d daemon was written by Solar Designer.
|
||||
popa3d:
|
1
patches/source/gdk-pixbuf2/doinst.sh
Normal file
1
patches/source/gdk-pixbuf2/doinst.sh
Normal file
|
@ -0,0 +1 @@
|
|||
chroot . /usr/bin/update-gdk-pixbuf-loaders 1> /dev/null 2> /dev/null
|
169
patches/source/gdk-pixbuf2/gdk-pixbuf2.SlackBuild
Executable file
169
patches/source/gdk-pixbuf2/gdk-pixbuf2.SlackBuild
Executable file
|
@ -0,0 +1,169 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Copyright 2010, 2011 Robby Workman, Northport, Alabama, USA
|
||||
# Copyright 2010, 2011, 2018 Patrick Volkerding, Sebeka, Minnesota, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
# permitted provided that the following conditions are met:
|
||||
#
|
||||
# 1. Redistributions of this script must retain the above copyright
|
||||
# notice, this list of conditions and the following disclaimer.
|
||||
#
|
||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
|
||||
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
|
||||
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PKGNAM=gdk-pixbuf
|
||||
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
|
||||
BUILD=${BUILD:-1_slack15.0}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) export ARCH=i586 ;;
|
||||
arm*) export ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) export ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
||||
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
|
||||
# the name of the created package would be, and then exit. This information
|
||||
# could be useful to other scripts.
|
||||
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
|
||||
echo "${PKGNAM}2-$VERSION-$ARCH-$BUILD.txz"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
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" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
SLKCFLAGS="-O2 -fPIC"
|
||||
LIBDIRSUFFIX="64"
|
||||
else
|
||||
SLKCFLAGS="-O2"
|
||||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG
|
||||
cd $TMP
|
||||
rm -rf $PKGNAM-$VERSION
|
||||
tar xvf $CWD/$PKGNAM-$VERSION.tar.xz || exit 1
|
||||
cd $PKGNAM-$VERSION || exit 1
|
||||
chown -R root:root .
|
||||
find . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
-exec chmod 755 {} \+ -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \+
|
||||
|
||||
# Configure, build, and install:
|
||||
export CFLAGS="$SLKCFLAGS"
|
||||
export CXXFLAGS="$SLKCFLAGS"
|
||||
mkdir meson-build
|
||||
cd meson-build
|
||||
meson setup \
|
||||
--prefix=/usr \
|
||||
--libdir=lib${LIBDIRSUFFIX} \
|
||||
--libexecdir=/usr/libexec \
|
||||
--bindir=/usr/bin \
|
||||
--sbindir=/usr/sbin \
|
||||
--includedir=/usr/include \
|
||||
--datadir=/usr/share \
|
||||
--mandir=/usr/man \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--buildtype=release \
|
||||
-Dgtk_doc=false \
|
||||
-Dtests=false \
|
||||
-Dinstalled_tests=false \
|
||||
-Dothers=enabled \
|
||||
.. || exit 1
|
||||
"${NINJA:=ninja}" $NUMJOBS || exit 1
|
||||
DESTDIR=$PKG $NINJA install || exit 1
|
||||
cd ..
|
||||
|
||||
# Don't ship .la files:
|
||||
rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la
|
||||
|
||||
# We need to have separate 32-bit and 64-bit binaries
|
||||
# for places where we have two copies of the GTK+ package installed.
|
||||
# (we might have x86_64 and i486 packages on the same system, for example.)
|
||||
host="$ARCH-slackware-linux"
|
||||
case "$host" in
|
||||
s390x*|x86_64*)
|
||||
mv $PKG/usr/bin/gdk-pixbuf-query-loaders{,-64}
|
||||
( cd $PKG/usr/bin
|
||||
ln -sf gdk-pixbuf-query-loaders-64 gdk-pixbuf-query-loaders
|
||||
)
|
||||
;;
|
||||
*)
|
||||
mv $PKG/usr/bin/gdk-pixbuf-query-loaders{,-32}
|
||||
( cd $PKG/usr/bin
|
||||
ln -sf gdk-pixbuf-query-loaders-32 gdk-pixbuf-query-loaders
|
||||
)
|
||||
;;
|
||||
esac
|
||||
|
||||
# Install wrappers for the binaries:
|
||||
cp $CWD/update-gdk-pixbuf-loaders $PKG/usr/bin/update-gdk-pixbuf-loaders
|
||||
chmod 0755 $PKG/usr/bin/update-gdk-pixbuf-loaders
|
||||
|
||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
# Compress and link manpages, if any:
|
||||
if [ -d $PKG/usr/man ]; then
|
||||
( cd $PKG/usr/man
|
||||
for manpagedir in $(find . -type d -name "man*") ; do
|
||||
( cd $manpagedir
|
||||
for eachpage in $( find . -type l -maxdepth 1) ; do
|
||||
ln -s $( readlink $eachpage ).gz $eachpage.gz
|
||||
rm $eachpage
|
||||
done
|
||||
gzip -9 *.?
|
||||
)
|
||||
done
|
||||
)
|
||||
fi
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PKGNAM-$VERSION
|
||||
cp -a \
|
||||
AUTHORS COPYING* INSTALL NEWS README* \
|
||||
$PKG/usr/doc/$PKGNAM-$VERSION
|
||||
|
||||
# If there's a ChangeLog, installing at least part of the recent history
|
||||
# is useful, but don't let it get totally out of control:
|
||||
if [ -r ChangeLog ]; then
|
||||
DOCSDIR=$(echo $PKG/usr/doc/*-$VERSION)
|
||||
cat ChangeLog | head -n 1000 > $DOCSDIR/ChangeLog
|
||||
touch -r ChangeLog $DOCSDIR/ChangeLog
|
||||
fi
|
||||
|
||||
mkdir -p $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
zcat $CWD/doinst.sh.gz > $PKG/install/doinst.sh
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $TMP/${PKGNAM}2-$VERSION-$ARCH-$BUILD.txz
|
||||
|
19
patches/source/gdk-pixbuf2/slack-desc
Normal file
19
patches/source/gdk-pixbuf2/slack-desc
Normal file
|
@ -0,0 +1,19 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
gdk-pixbuf2: gdk-pixbuf2 (image library used by GTK+ v2)
|
||||
gdk-pixbuf2:
|
||||
gdk-pixbuf2: The gdk-pixbuf library provides a number of features:
|
||||
gdk-pixbuf2: - GdkPixbuf structure for representing images.
|
||||
gdk-pixbuf2: - Image loading facilities, both synchronous and progressive.
|
||||
gdk-pixbuf2: - Rendering of a GdkPixbuf into various formats:
|
||||
gdk-pixbuf2: drawables (windows, pixmaps), GdkRGB buffers.
|
||||
gdk-pixbuf2: - Fast scaling and compositing of pixbufs.
|
||||
gdk-pixbuf2: - Simple animation loading (ie. animated gifs).
|
||||
gdk-pixbuf2:
|
||||
gdk-pixbuf2:
|
54
patches/source/gdk-pixbuf2/update-gdk-pixbuf-loaders
Normal file
54
patches/source/gdk-pixbuf2/update-gdk-pixbuf-loaders
Normal file
|
@ -0,0 +1,54 @@
|
|||
#! /bin/sh
|
||||
# Updates $(libdir)/gdk-pixbuf-2.0/2.10.0/loaders
|
||||
|
||||
umask 022
|
||||
|
||||
# Get the machine type from uname:
|
||||
host=$(uname -m)-slackware-linux
|
||||
|
||||
# Fix $host for arm arch:
|
||||
case "$host" in
|
||||
arm*) host=arm-slackware-linux-gnueabi ;;
|
||||
esac
|
||||
|
||||
case "$host" in
|
||||
s390x*|x86_64*)
|
||||
if [ -x /usr/bin/gdk-pixbuf-query-loaders-64 ]; then
|
||||
if [ "$1" = "--verbose" ]; then
|
||||
echo "Updating gdk-pixbuf.loaders for ${host}:"
|
||||
echo " /usr/bin/gdk-pixbuf-query-loaders-64 --update-cache"
|
||||
fi
|
||||
/usr/bin/gdk-pixbuf-query-loaders-64 --update-cache
|
||||
# Check for x86_64 multilib:
|
||||
if [ -x /usr/bin/gdk-pixbuf-query-loaders-32 ]; then
|
||||
if [ "$1" = "--verbose" ]; then
|
||||
echo "Updating gdk-pixbuf.loaders for 32-bit:"
|
||||
echo " /usr/bin/gdk-pixbuf-query-loaders-32 --update-cache"
|
||||
fi
|
||||
/usr/bin/gdk-pixbuf-query-loaders-32 --update-cache
|
||||
fi
|
||||
else
|
||||
if [ "$1" = "--verbose" ]; then
|
||||
echo "Updating gdk-pixbuf.loaders for ${host}:"
|
||||
echo " /usr/bin/gdk-pixbuf-query-loaders --update-cache"
|
||||
fi
|
||||
/usr/bin/gdk-pixbuf-query-loaders --update-cache
|
||||
fi
|
||||
;;
|
||||
*)
|
||||
if [ -x /usr/bin/gdk-pixbuf-query-loaders-32 ]; then
|
||||
if [ "$1" = "--verbose" ]; then
|
||||
echo "Updating gdk-pixbuf.loaders for ${host}:"
|
||||
echo " /usr/bin/gdk-pixbuf-query-loaders-32 --update-cache"
|
||||
fi
|
||||
/usr/bin/gdk-pixbuf-query-loaders-32 --update-cache
|
||||
else
|
||||
if [ "$1" = "--verbose" ]; then
|
||||
echo "Updating gdk-pixbuf.loaders for ${host}:"
|
||||
echo " /usr/bin/gdk-pixbuf-query-loaders --update-cache"
|
||||
fi
|
||||
/usr/bin/gdk-pixbuf-query-loaders --update-cache
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
9
patches/source/popa3d/doinst.sh
Normal file
9
patches/source/popa3d/doinst.sh
Normal file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
# If the pop user/group don't exist, add them:
|
||||
if ! grep -q "^pop:" etc/passwd ; then
|
||||
echo "pop:x:90:90:POP:/:" >> /etc/passwd
|
||||
fi
|
||||
if ! grep -q "^pop:" etc/group ; then
|
||||
echo "pop::90:pop" >> etc/group
|
||||
fi
|
||||
|
113
patches/source/popa3d/popa3d.SlackBuild
Executable file
113
patches/source/popa3d/popa3d.SlackBuild
Executable file
|
@ -0,0 +1,113 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Copyright 2008, 2009, 2010, 2013, 2018 Patrick J. Volkerding, Sebeka, MN, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
# permitted provided that the following conditions are met:
|
||||
#
|
||||
# 1. Redistributions of this script must retain the above copyright
|
||||
# notice, this list of conditions and the following disclaimer.
|
||||
#
|
||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
|
||||
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PKGNAM=popa3d
|
||||
VERSION=1.0.3
|
||||
BUILD=${BUILD:-7_slack15.0}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) export ARCH=i586 ;;
|
||||
arm*) export ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) export ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
||||
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
|
||||
# the name of the created package would be, and then exit. This information
|
||||
# could be useful to other scripts.
|
||||
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
|
||||
echo "$PKGNAM-$VERSION-$ARCH-$BUILD.txz"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
|
||||
|
||||
if [ "$ARCH" = "i586" ]; then
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "s390" ]; then
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
LIBDIRSUFFIX="64"
|
||||
elif [ "$ARCH" = "armv7hl" ]; then
|
||||
LIBDIRSUFFIX=""
|
||||
else
|
||||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
TMP=${TMP:-/tmp}
|
||||
PKG=$TMP/package-popa3d
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG
|
||||
|
||||
cd $TMP
|
||||
rm -rf popa3d-$VERSION
|
||||
tar xvf $CWD/popa3d-$VERSION.tar.?z || exit 1
|
||||
cd popa3d-$VERSION || exit 1
|
||||
|
||||
# Choose correct options for PAM:
|
||||
zcat $CWD/popa3d.pam.diff.gz | patch -p1 --verbose --backup --suffix=.orig || exit 1
|
||||
|
||||
chown -R root:root .
|
||||
find . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
-exec chmod 755 {} \+ -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \+
|
||||
|
||||
make $NUMJOBS || make || exit 1
|
||||
|
||||
# already stripped
|
||||
mkdir -p $PKG/usr/sbin
|
||||
cat popa3d > $PKG/usr/sbin/popa3d
|
||||
chmod 755 $PKG/usr/sbin/popa3d
|
||||
|
||||
mkdir -p $PKG/usr/man/man8
|
||||
cat popa3d.8 | gzip -9c > $PKG/usr/man/man8/popa3d.8.gz
|
||||
|
||||
# Empty directory to chroot() into. Should already be installed by aaa_base, or
|
||||
# openssh, or both:
|
||||
#mkdir -p $PKG/var/empty
|
||||
|
||||
# Docs:
|
||||
mkdir -p $PKG/usr/doc/popa3d-$VERSION
|
||||
cp -a \
|
||||
CHANGES CONTACT DESIGN INSTALL LICENSE VIRTUAL \
|
||||
$PKG/usr/doc/popa3d-$VERSION
|
||||
chmod 644 $PKG/usr/doc/popa3d-$VERSION/*
|
||||
|
||||
# Add install script -- this ensures pop user/group are there:
|
||||
mkdir -p $PKG/install
|
||||
zcat $CWD/doinst.sh.gz > $PKG/install/doinst.sh
|
||||
# Description:
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
||||
# Build the package:
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $TMP/popa3d-$VERSION-$ARCH-$BUILD.txz
|
||||
|
74
patches/source/popa3d/popa3d.pam.diff
Normal file
74
patches/source/popa3d/popa3d.pam.diff
Normal file
|
@ -0,0 +1,74 @@
|
|||
--- ./Makefile.orig 2006-03-05 04:36:54.000000000 -0600
|
||||
+++ ./Makefile 2024-05-15 19:42:54.924020444 -0500
|
||||
@@ -5,26 +5,26 @@
|
||||
INSTALL = install -c
|
||||
CFLAGS = -Wall -O2 -fomit-frame-pointer
|
||||
# You may use OpenSSL's MD5 routines instead of the ones supplied here
|
||||
-#CFLAGS += -DHAVE_OPENSSL
|
||||
+CFLAGS += -DHAVE_OPENSSL
|
||||
LDFLAGS = -s
|
||||
LIBS =
|
||||
# Linux with glibc, FreeBSD, NetBSD
|
||||
-#LIBS += -lcrypt
|
||||
+LIBS += -lcrypt
|
||||
# HP-UX trusted system
|
||||
#LIBS += -lsec
|
||||
# Solaris (POP_STANDALONE, POP_VIRTUAL)
|
||||
#LIBS += -lsocket -lnsl
|
||||
# PAM
|
||||
-#LIBS += -lpam
|
||||
+LIBS += -lpam
|
||||
# TCP wrappers
|
||||
#LIBS += -lwrap
|
||||
# libwrap may also want this
|
||||
#LIBS += -lnsl
|
||||
# OpenSSL (-DHAVE_OPENSSL)
|
||||
-#LIBS += -lcrypto
|
||||
+LIBS += -lcrypto
|
||||
|
||||
DESTDIR =
|
||||
-PREFIX = /usr/local
|
||||
+PREFIX = /usr
|
||||
SBINDIR = $(PREFIX)/sbin
|
||||
MANDIR = $(PREFIX)/man
|
||||
|
||||
--- ./params.h.orig 2006-03-05 07:18:32.000000000 -0600
|
||||
+++ ./params.h 2024-05-15 19:43:21.877021047 -0500
|
||||
@@ -13,7 +13,7 @@
|
||||
/*
|
||||
* Are we going to be a standalone server or start via an inetd clone?
|
||||
*/
|
||||
-#define POP_STANDALONE 0
|
||||
+#define POP_STANDALONE 1
|
||||
|
||||
#if POP_STANDALONE
|
||||
|
||||
@@ -103,7 +103,7 @@
|
||||
* A pseudo-user to run as before authentication. The user and its UID
|
||||
* must not be used for any other purpose.
|
||||
*/
|
||||
-#define POP_USER POP_SERVER
|
||||
+#define POP_USER "pop"
|
||||
|
||||
/*
|
||||
* An empty directory to chroot to before authentication. The directory
|
||||
@@ -155,8 +155,8 @@
|
||||
* Note that there's no built-in password aging support.
|
||||
*/
|
||||
#define AUTH_PASSWD 0
|
||||
-#define AUTH_SHADOW 1
|
||||
-#define AUTH_PAM 0
|
||||
+#define AUTH_SHADOW 0
|
||||
+#define AUTH_PAM 1
|
||||
#define AUTH_PAM_USERPASS 0
|
||||
#define USE_LIBPAM_USERPASS 0
|
||||
|
||||
@@ -191,7 +191,7 @@
|
||||
*
|
||||
* #undef this for qmail-style $HOME/Mailbox mailboxes.
|
||||
*/
|
||||
-#define MAIL_SPOOL_PATH "/var/mail"
|
||||
+#define MAIL_SPOOL_PATH "/var/spool/mail"
|
||||
|
||||
#ifndef MAIL_SPOOL_PATH
|
||||
/*
|
19
patches/source/popa3d/slack-desc
Normal file
19
patches/source/popa3d/slack-desc
Normal file
|
@ -0,0 +1,19 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|' on
|
||||
# the right side marks the last column you can put a character in. You must make
|
||||
# exactly 11 lines for the formatting to be correct. It's also customary to
|
||||
# leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
popa3d: popa3d (a POP3 daemon)
|
||||
popa3d:
|
||||
popa3d: popa3d is a Post Office Protocol version 3 (POP3) server. A POP3
|
||||
popa3d: server operates on local mailboxes on behalf of its remote users.
|
||||
popa3d: Users can connect at any time to check their mailbox and fetch the
|
||||
popa3d: mail that has accumulated. The design goals of this POP3 server are
|
||||
popa3d: security, reliability, RFC compliance (slightly relaxed to work with
|
||||
popa3d: real-world POP3 clients), and high performance.
|
||||
popa3d:
|
||||
popa3d: The popa3d daemon was written by Solar Designer.
|
||||
popa3d:
|
|
@ -1315,6 +1315,9 @@ gzip ./patches/source/pam/doinst.sh
|
|||
gzip ./patches/source/glibc-zoneinfo/doinst.sh
|
||||
gzip ./patches/source/glibc-zoneinfo/zic.default.fat.diff
|
||||
gzip ./patches/source/sudo/doinst.sh
|
||||
gzip ./patches/source/gdk-pixbuf2/doinst.sh
|
||||
gzip ./patches/source/popa3d/popa3d.pam.diff
|
||||
gzip ./patches/source/popa3d/doinst.sh
|
||||
gzip ./patches/source/rxvt-unicode/rxvt-unicode.utempter.diff
|
||||
gzip ./patches/source/rxvt-unicode/CVE-2022-4170.diff
|
||||
gzip ./patches/source/cups-filters/doinst.sh
|
||||
|
|
Loading…
Reference in a new issue