From 06a5fa6da374cc3dafd95295c5e7448f1cea9f88 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Tue, 6 Apr 2021 22:01:59 +0000 Subject: Tue Apr 6 22:01:59 UTC 2021 a/sysvinit-scripts-2.1-noarch-41.txz: Rebuilt. rc.S: don't clear /var/run. Thanks to upnort. kde/digikam-7.2.0-x86_64-2.txz: Rebuilt. Recompiled against opencv-4.5.2 (apparently the ABI changed). Thanks to etienne. --- ChangeLog.rss | 89 ++- ChangeLog.txt | 69 ++ FILELIST.TXT | 735 ++++++++++---------- recompress.sh | 12 +- source/a/FTBFSlog | 3 + source/a/file/file.SlackBuild | 11 +- .../1c677c04c0fa43ecfeccdb9705dbbd19fb356891.patch | 33 + .../2f62d5544d13ca32dc09504ec70358db581e9e65.patch | 61 ++ .../576d713ec955faafdc9d7b783f3f4c27b7bc1793.patch | 32 + .../64dcffa715049351327851c8b5a6f3430a32ff39.patch | 102 +++ .../6b34436ac766dae64749b8d14f18c6910be40131.patch | 26 + .../9e2becec20d023409a1671bf10a682f699350e85.patch | 22 + .../f06015040e7ffb3be21bb7622f9f8291b749aaf9.patch | 159 +++++ source/a/libblockdev/libblockdev.SlackBuild | 3 + source/a/libblockdev/libblockdev.glib-2.68.0.diff | 11 + source/a/sysvinit-scripts/scripts/rc.S | 2 - .../a/sysvinit-scripts/sysvinit-scripts.SlackBuild | 2 +- source/ap/linuxdoc-tools/linuxdoc-tools.build | 16 + source/kde/kde/build/digikam | 2 +- source/l/FTBFSlog | 3 + source/l/graphene/graphene.SlackBuild | 2 +- source/l/libbluray/libbluray.SlackBuild | 2 +- .../a2faab416e42cbdf3d73f98578a89eb7a235e25a.patch | 102 +++ .../speech-dispatcher/speech-dispatcher.SlackBuild | 3 + source/tcl/tk/tk.SlackBuild | 4 +- source/x/FTBFSlog | 4 + source/x/fcitx-anthy/fcitx-anthy.SlackBuild | 2 +- .../x/fcitx-configtool/fcitx-configtool.SlackBuild | 3 +- source/x/fcitx/fcitx.SlackBuild | 2 +- source/x/x11/build/xf86-input-libinput | 2 +- source/xap/FTBFSlog | 3 + .../0d775547f0e7cf7529538704814469e1db5496f2.patch | 25 - .../495bfb2eb9228b5b5cef8b50e11af577e4b473f8.patch | 280 -------- source/xap/pan/pan.SlackBuild | 4 +- source/xap/pan/pan.glib-2.68.0.diff | 743 +++++++++++++++++++++ 35 files changed, 1887 insertions(+), 687 deletions(-) create mode 100644 source/a/file/git-patches/1c677c04c0fa43ecfeccdb9705dbbd19fb356891.patch create mode 100644 source/a/file/git-patches/2f62d5544d13ca32dc09504ec70358db581e9e65.patch create mode 100644 source/a/file/git-patches/576d713ec955faafdc9d7b783f3f4c27b7bc1793.patch create mode 100644 source/a/file/git-patches/64dcffa715049351327851c8b5a6f3430a32ff39.patch create mode 100644 source/a/file/git-patches/6b34436ac766dae64749b8d14f18c6910be40131.patch create mode 100644 source/a/file/git-patches/9e2becec20d023409a1671bf10a682f699350e85.patch create mode 100644 source/a/file/git-patches/f06015040e7ffb3be21bb7622f9f8291b749aaf9.patch create mode 100644 source/a/libblockdev/libblockdev.glib-2.68.0.diff create mode 100644 source/l/speech-dispatcher/a2faab416e42cbdf3d73f98578a89eb7a235e25a.patch delete mode 100644 source/xap/pan/0d775547f0e7cf7529538704814469e1db5496f2.patch delete mode 100644 source/xap/pan/495bfb2eb9228b5b5cef8b50e11af577e4b473f8.patch create mode 100644 source/xap/pan/pan.glib-2.68.0.diff diff --git a/ChangeLog.rss b/ChangeLog.rss index 5af807ece..9a2f08678 100644 --- a/ChangeLog.rss +++ b/ChangeLog.rss @@ -11,9 +11,94 @@ Tracking Slackware development in git. en-us urn:uuid:c964f45e-6732-11e8-bbe5-107b4450212f - Mon, 5 Apr 2021 19:04:44 GMT - Tue, 6 Apr 2021 06:59:43 GMT + Tue, 6 Apr 2021 22:01:59 GMT + Wed, 7 Apr 2021 06:59:41 GMT maintain_current_git.sh v 1.12 + + Tue, 6 Apr 2021 22:01:59 GMT + Tue, 6 Apr 2021 22:01:59 GMT + https://git.slackware.nl/current/tag/?h=20210406220159 + 20210406220159 + + +a/sysvinit-scripts-2.1-noarch-41.txz: Rebuilt. + rc.S: don't clear /var/run. Thanks to upnort. +kde/digikam-7.2.0-x86_64-2.txz: Rebuilt. + Recompiled against opencv-4.5.2 (apparently the ABI changed). + Thanks to etienne. + ]]> + + + + Tue, 6 Apr 2021 19:54:52 GMT + Tue, 6 Apr 2021 19:54:52 GMT + https://git.slackware.nl/current/tag/?h=20210406195452 + 20210406195452 + + +Thanks to nobodino and ponce for help fixing a few sources that wouldn't +build properly. Overnight I tested recompiling everything using gcc-10.3.0-RC +and had no build failures, so we'll be taking gcc-10.3.0 once it (and new +kernels) arrive probably sometime next week. And then I think we'll be calling +this a beta. Cheers! :-) +a/file-5.40-x86_64-2.txz: Rebuilt. + Applied some upstream patches to fix regressions. +kde/bluedevil-5.21.4-x86_64-1.txz: Upgraded. +kde/breeze-5.21.4-x86_64-1.txz: Upgraded. +kde/breeze-grub-5.21.4-x86_64-1.txz: Upgraded. +kde/breeze-gtk-5.21.4-x86_64-1.txz: Upgraded. +kde/drkonqi-5.21.4-x86_64-1.txz: Upgraded. +kde/kactivitymanagerd-5.21.4-x86_64-1.txz: Upgraded. +kde/kde-cli-tools-5.21.4-x86_64-1.txz: Upgraded. +kde/kde-gtk-config-5.21.4-x86_64-1.txz: Upgraded. +kde/kdecoration-5.21.4-x86_64-1.txz: Upgraded. +kde/kdeplasma-addons-5.21.4-x86_64-1.txz: Upgraded. +kde/kgamma5-5.21.4-x86_64-1.txz: Upgraded. +kde/khotkeys-5.21.4-x86_64-1.txz: Upgraded. +kde/kinfocenter-5.21.4-x86_64-1.txz: Upgraded. +kde/kmenuedit-5.21.4-x86_64-1.txz: Upgraded. +kde/kscreen-5.21.4-x86_64-1.txz: Upgraded. +kde/kscreenlocker-5.21.4-x86_64-1.txz: Upgraded. +kde/ksshaskpass-5.21.4-x86_64-1.txz: Upgraded. +kde/ksysguard-5.21.4-x86_64-1.txz: Upgraded. +kde/kwallet-pam-5.21.4-x86_64-1.txz: Upgraded. +kde/kwayland-integration-5.21.4-x86_64-1.txz: Upgraded. +kde/kwayland-server-5.21.4-x86_64-1.txz: Upgraded. +kde/kwin-5.21.4-x86_64-1.txz: Upgraded. +kde/kwrited-5.21.4-x86_64-1.txz: Upgraded. +kde/libkscreen-5.21.4-x86_64-1.txz: Upgraded. +kde/libksysguard-5.21.4-x86_64-1.txz: Upgraded. +kde/milou-5.21.4-x86_64-1.txz: Upgraded. +kde/oxygen-5.21.4-x86_64-1.txz: Upgraded. +kde/plasma-browser-integration-5.21.4-x86_64-1.txz: Upgraded. +kde/plasma-desktop-5.21.4-x86_64-1.txz: Upgraded. +kde/plasma-disks-5.21.4-x86_64-1.txz: Upgraded. +kde/plasma-firewall-5.21.4-x86_64-1.txz: Upgraded. +kde/plasma-integration-5.21.4-x86_64-1.txz: Upgraded. +kde/plasma-nm-5.21.4-x86_64-1.txz: Upgraded. +kde/plasma-pa-5.21.4-x86_64-1.txz: Upgraded. +kde/plasma-sdk-5.21.4-x86_64-1.txz: Upgraded. +kde/plasma-systemmonitor-5.21.4-x86_64-1.txz: Upgraded. +kde/plasma-vault-5.21.4-x86_64-1.txz: Upgraded. +kde/plasma-workspace-5.21.4-x86_64-1.txz: Upgraded. +kde/plasma-workspace-wallpapers-5.21.4-x86_64-1.txz: Upgraded. +kde/polkit-kde-agent-1-5.21.4-x86_64-1.txz: Upgraded. +kde/powerdevil-5.21.4-x86_64-1.txz: Upgraded. +kde/qqc2-breeze-style-5.21.4-x86_64-1.txz: Upgraded. +kde/sddm-kcm-5.21.4-x86_64-1.txz: Upgraded. +kde/systemsettings-5.21.4-x86_64-1.txz: Upgraded. +kde/xdg-desktop-portal-kde-5.21.4-x86_64-1.txz: Upgraded. +l/graphene-1.10.6-x86_64-1.txz: Upgraded. +l/libbluray-1.3.0-x86_64-1.txz: Upgraded. +l/libxkbcommon-1.2.0-x86_64-1.txz: Upgraded. +n/stunnel-5.59-x86_64-1.txz: Upgraded. +tcl/tk-8.6.11.1-x86_64-4.txz: Rebuilt. + Install to proper libdir. Thanks to oneforall. +x/fcitx-anthy-0.2.4-x86_64-1.txz: Upgraded. +x/xf86-input-libinput-1.0.0-x86_64-1.txz: Upgraded. + ]]> + + Mon, 5 Apr 2021 19:04:44 GMT Mon, 5 Apr 2021 19:04:44 GMT diff --git a/ChangeLog.txt b/ChangeLog.txt index 9329259b9..b2f5d5c5f 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,72 @@ +Tue Apr 6 22:01:59 UTC 2021 +a/sysvinit-scripts-2.1-noarch-41.txz: Rebuilt. + rc.S: don't clear /var/run. Thanks to upnort. +kde/digikam-7.2.0-x86_64-2.txz: Rebuilt. + Recompiled against opencv-4.5.2 (apparently the ABI changed). + Thanks to etienne. ++--------------------------+ +Tue Apr 6 19:54:52 UTC 2021 +Thanks to nobodino and ponce for help fixing a few sources that wouldn't +build properly. Overnight I tested recompiling everything using gcc-10.3.0-RC +and had no build failures, so we'll be taking gcc-10.3.0 once it (and new +kernels) arrive probably sometime next week. And then I think we'll be calling +this a beta. Cheers! :-) +a/file-5.40-x86_64-2.txz: Rebuilt. + Applied some upstream patches to fix regressions. +kde/bluedevil-5.21.4-x86_64-1.txz: Upgraded. +kde/breeze-5.21.4-x86_64-1.txz: Upgraded. +kde/breeze-grub-5.21.4-x86_64-1.txz: Upgraded. +kde/breeze-gtk-5.21.4-x86_64-1.txz: Upgraded. +kde/drkonqi-5.21.4-x86_64-1.txz: Upgraded. +kde/kactivitymanagerd-5.21.4-x86_64-1.txz: Upgraded. +kde/kde-cli-tools-5.21.4-x86_64-1.txz: Upgraded. +kde/kde-gtk-config-5.21.4-x86_64-1.txz: Upgraded. +kde/kdecoration-5.21.4-x86_64-1.txz: Upgraded. +kde/kdeplasma-addons-5.21.4-x86_64-1.txz: Upgraded. +kde/kgamma5-5.21.4-x86_64-1.txz: Upgraded. +kde/khotkeys-5.21.4-x86_64-1.txz: Upgraded. +kde/kinfocenter-5.21.4-x86_64-1.txz: Upgraded. +kde/kmenuedit-5.21.4-x86_64-1.txz: Upgraded. +kde/kscreen-5.21.4-x86_64-1.txz: Upgraded. +kde/kscreenlocker-5.21.4-x86_64-1.txz: Upgraded. +kde/ksshaskpass-5.21.4-x86_64-1.txz: Upgraded. +kde/ksysguard-5.21.4-x86_64-1.txz: Upgraded. +kde/kwallet-pam-5.21.4-x86_64-1.txz: Upgraded. +kde/kwayland-integration-5.21.4-x86_64-1.txz: Upgraded. +kde/kwayland-server-5.21.4-x86_64-1.txz: Upgraded. +kde/kwin-5.21.4-x86_64-1.txz: Upgraded. +kde/kwrited-5.21.4-x86_64-1.txz: Upgraded. +kde/libkscreen-5.21.4-x86_64-1.txz: Upgraded. +kde/libksysguard-5.21.4-x86_64-1.txz: Upgraded. +kde/milou-5.21.4-x86_64-1.txz: Upgraded. +kde/oxygen-5.21.4-x86_64-1.txz: Upgraded. +kde/plasma-browser-integration-5.21.4-x86_64-1.txz: Upgraded. +kde/plasma-desktop-5.21.4-x86_64-1.txz: Upgraded. +kde/plasma-disks-5.21.4-x86_64-1.txz: Upgraded. +kde/plasma-firewall-5.21.4-x86_64-1.txz: Upgraded. +kde/plasma-integration-5.21.4-x86_64-1.txz: Upgraded. +kde/plasma-nm-5.21.4-x86_64-1.txz: Upgraded. +kde/plasma-pa-5.21.4-x86_64-1.txz: Upgraded. +kde/plasma-sdk-5.21.4-x86_64-1.txz: Upgraded. +kde/plasma-systemmonitor-5.21.4-x86_64-1.txz: Upgraded. +kde/plasma-vault-5.21.4-x86_64-1.txz: Upgraded. +kde/plasma-workspace-5.21.4-x86_64-1.txz: Upgraded. +kde/plasma-workspace-wallpapers-5.21.4-x86_64-1.txz: Upgraded. +kde/polkit-kde-agent-1-5.21.4-x86_64-1.txz: Upgraded. +kde/powerdevil-5.21.4-x86_64-1.txz: Upgraded. +kde/qqc2-breeze-style-5.21.4-x86_64-1.txz: Upgraded. +kde/sddm-kcm-5.21.4-x86_64-1.txz: Upgraded. +kde/systemsettings-5.21.4-x86_64-1.txz: Upgraded. +kde/xdg-desktop-portal-kde-5.21.4-x86_64-1.txz: Upgraded. +l/graphene-1.10.6-x86_64-1.txz: Upgraded. +l/libbluray-1.3.0-x86_64-1.txz: Upgraded. +l/libxkbcommon-1.2.0-x86_64-1.txz: Upgraded. +n/stunnel-5.59-x86_64-1.txz: Upgraded. +tcl/tk-8.6.11.1-x86_64-4.txz: Rebuilt. + Install to proper libdir. Thanks to oneforall. +x/fcitx-anthy-0.2.4-x86_64-1.txz: Upgraded. +x/xf86-input-libinput-1.0.0-x86_64-1.txz: Upgraded. ++--------------------------+ Mon Apr 5 19:04:44 UTC 2021 a/hwdata-0.346-noarch-1.txz: Upgraded. a/kernel-firmware-20210405_af1ca28-noarch-1.txz: Upgraded. diff --git a/FILELIST.TXT b/FILELIST.TXT index b8eb2a398..4eb2c2065 100644 --- a/FILELIST.TXT +++ b/FILELIST.TXT @@ -1,20 +1,20 @@ -Mon Apr 5 19:08:00 UTC 2021 +Tue Apr 6 22:04:50 UTC 2021 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 2021-04-05 19:04 . +drwxr-xr-x 12 root root 4096 2021-04-06 22:01 . -rw-r--r-- 1 root root 10064 2016-06-30 18:39 ./ANNOUNCE.14_2 -rw-r--r-- 1 root root 15397 2021-03-19 18:39 ./CHANGES_AND_HINTS.TXT --rw-r--r-- 1 root root 1071346 2021-04-03 18:31 ./CHECKSUMS.md5 --rw-r--r-- 1 root root 163 2021-04-03 18:31 ./CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 1072278 2021-04-06 19:55 ./CHECKSUMS.md5 +-rw-r--r-- 1 root root 163 2021-04-06 19:55 ./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 1433437 2021-04-05 19:04 ./ChangeLog.txt +-rw-r--r-- 1 root root 1436773 2021-04-06 22:01 ./ChangeLog.txt drwxr-xr-x 3 root root 4096 2013-03-20 22:17 ./EFI drwxr-xr-x 2 root root 4096 2021-03-30 19:52 ./EFI/BOOT -rw-r--r-- 1 root root 1417216 2019-07-05 18:54 ./EFI/BOOT/bootx64.efi @@ -25,9 +25,9 @@ drwxr-xr-x 2 root root 4096 2021-03-30 19:52 ./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 1396485 2021-04-03 18:31 ./FILELIST.TXT +-rw-r--r-- 1 root root 1397646 2021-04-06 19:55 ./FILELIST.TXT -rw-r--r-- 1 root root 1572 2012-08-29 18:27 ./GPG-KEY --rw-r--r-- 1 root root 845878 2021-04-05 19:07 ./PACKAGES.TXT +-rw-r--r-- 1 root root 845875 2021-04-06 22:04 ./PACKAGES.TXT -rw-r--r-- 1 root root 8564 2016-06-28 21:33 ./README.TXT -rw-r--r-- 1 root root 3635 2021-03-30 19:40 ./README.initrd -rw-r--r-- 1 root root 34412 2017-12-01 17:44 ./README_CRYPT.TXT @@ -714,13 +714,13 @@ drwxr-xr-x 2 root root 4096 2012-09-20 18:06 ./patches -rw-r--r-- 1 root root 575 2012-09-20 18:06 ./patches/FILE_LIST -rw-r--r-- 1 root root 14 2012-09-20 18:06 ./patches/MANIFEST.bz2 -rw-r--r-- 1 root root 224 2012-09-20 18:06 ./patches/PACKAGES.TXT -drwxr-xr-x 17 root root 4096 2021-04-05 19:07 ./slackware64 --rw-r--r-- 1 root root 330775 2021-04-05 19:07 ./slackware64/CHECKSUMS.md5 --rw-r--r-- 1 root root 163 2021-04-05 19:07 ./slackware64/CHECKSUMS.md5.asc --rw-r--r-- 1 root root 410476 2021-04-05 19:06 ./slackware64/FILE_LIST --rw-r--r-- 1 root root 4027663 2021-04-05 19:07 ./slackware64/MANIFEST.bz2 +drwxr-xr-x 17 root root 4096 2021-04-06 22:04 ./slackware64 +-rw-r--r-- 1 root root 330766 2021-04-06 22:04 ./slackware64/CHECKSUMS.md5 +-rw-r--r-- 1 root root 163 2021-04-06 22:04 ./slackware64/CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 410469 2021-04-06 22:03 ./slackware64/FILE_LIST +-rw-r--r-- 1 root root 4024497 2021-04-06 22:03 ./slackware64/MANIFEST.bz2 lrwxrwxrwx 1 root root 15 2009-08-23 23:34 ./slackware64/PACKAGES.TXT -> ../PACKAGES.TXT -drwxr-xr-x 2 root root 28672 2021-04-05 19:06 ./slackware64/a +drwxr-xr-x 2 root root 28672 2021-04-06 22:03 ./slackware64/a -rw-r--r-- 1 root root 327 2021-02-13 10:54 ./slackware64/a/aaa_base-14.2-x86_64-7.txt -rw-r--r-- 1 root root 10804 2021-02-13 10:54 ./slackware64/a/aaa_base-14.2-x86_64-7.txz -rw-r--r-- 1 root root 163 2021-02-13 10:54 ./slackware64/a/aaa_base-14.2-x86_64-7.txz.asc @@ -817,9 +817,9 @@ drwxr-xr-x 2 root root 28672 2021-04-05 19:06 ./slackware64/a -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-03-31 19:50 ./slackware64/a/file-5.40-x86_64-1.txt --rw-r--r-- 1 root root 416264 2021-03-31 19:50 ./slackware64/a/file-5.40-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-03-31 19:50 ./slackware64/a/file-5.40-x86_64-1.txz.asc +-rw-r--r-- 1 root root 271 2021-04-06 19:31 ./slackware64/a/file-5.40-x86_64-2.txt +-rw-r--r-- 1 root root 416752 2021-04-06 19:31 ./slackware64/a/file-5.40-x86_64-2.txz +-rw-r--r-- 1 root root 163 2021-04-06 19:31 ./slackware64/a/file-5.40-x86_64-2.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 @@ -1043,9 +1043,9 @@ drwxr-xr-x 2 root root 28672 2021-04-05 19:06 ./slackware64/a -rw-r--r-- 1 root root 694 2021-02-13 11:17 ./slackware64/a/sysvinit-functions-8.53-x86_64-5.txt -rw-r--r-- 1 root root 36392 2021-02-13 11:17 ./slackware64/a/sysvinit-functions-8.53-x86_64-5.txz -rw-r--r-- 1 root root 163 2021-02-13 11:17 ./slackware64/a/sysvinit-functions-8.53-x86_64-5.txz.asc --rw-r--r-- 1 root root 378 2021-02-20 20:44 ./slackware64/a/sysvinit-scripts-2.1-noarch-40.txt --rw-r--r-- 1 root root 16052 2021-02-20 20:44 ./slackware64/a/sysvinit-scripts-2.1-noarch-40.txz --rw-r--r-- 1 root root 163 2021-02-20 20:44 ./slackware64/a/sysvinit-scripts-2.1-noarch-40.txz.asc +-rw-r--r-- 1 root root 378 2021-04-06 21:59 ./slackware64/a/sysvinit-scripts-2.1-noarch-41.txt +-rw-r--r-- 1 root root 16008 2021-04-06 21:59 ./slackware64/a/sysvinit-scripts-2.1-noarch-41.txz +-rw-r--r-- 1 root root 163 2021-04-06 21:59 ./slackware64/a/sysvinit-scripts-2.1-noarch-41.txz.asc -rw-r--r-- 1 root root 1534 2021-03-30 19:40 ./slackware64/a/tagfile -rw-r--r-- 1 root root 395 2021-02-15 20:32 ./slackware64/a/tar-1.34-x86_64-1.txt -rw-r--r-- 1 root root 850976 2021-02-15 20:32 ./slackware64/a/tar-1.34-x86_64-1.txz @@ -1605,7 +1605,7 @@ drwxr-xr-x 2 root root 4096 2021-03-30 20:12 ./slackware64/k -rw-r--r-- 1 root root 1171 2021-03-30 19:40 ./slackware64/k/maketag -rw-r--r-- 1 root root 1171 2021-03-30 19:40 ./slackware64/k/maketag.ez -rw-r--r-- 1 root root 18 2021-03-30 19:40 ./slackware64/k/tagfile -drwxr-xr-x 2 root root 77824 2021-04-02 21:00 ./slackware64/kde +drwxr-xr-x 2 root root 77824 2021-04-06 22:03 ./slackware64/kde -rw-r--r-- 1 root root 382 2021-03-05 18:58 ./slackware64/kde/akonadi-20.12.3-x86_64-1.txt -rw-r--r-- 1 root root 2415612 2021-03-05 18:58 ./slackware64/kde/akonadi-20.12.3-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-03-05 18:58 ./slackware64/kde/akonadi-20.12.3-x86_64-1.txz.asc @@ -1663,9 +1663,9 @@ drwxr-xr-x 2 root root 77824 2021-04-02 21:00 ./slackware64/kde -rw-r--r-- 1 root root 181 2021-03-05 19:47 ./slackware64/kde/blinken-20.12.3-x86_64-1.txt -rw-r--r-- 1 root root 2233648 2021-03-05 19:47 ./slackware64/kde/blinken-20.12.3-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-03-05 19:47 ./slackware64/kde/blinken-20.12.3-x86_64-1.txz.asc --rw-r--r-- 1 root root 234 2021-03-16 18:40 ./slackware64/kde/bluedevil-5.21.3-x86_64-1.txt --rw-r--r-- 1 root root 251764 2021-03-16 18:40 ./slackware64/kde/bluedevil-5.21.3-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-03-16 18:40 ./slackware64/kde/bluedevil-5.21.3-x86_64-1.txz.asc +-rw-r--r-- 1 root root 234 2021-04-06 18:46 ./slackware64/kde/bluedevil-5.21.4-x86_64-1.txt +-rw-r--r-- 1 root root 251012 2021-04-06 18:46 ./slackware64/kde/bluedevil-5.21.4-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-04-06 18:46 ./slackware64/kde/bluedevil-5.21.4-x86_64-1.txz.asc -rw-r--r-- 1 root root 439 2021-03-14 00:54 ./slackware64/kde/bluez-qt-5.80.0-x86_64-1.txt -rw-r--r-- 1 root root 190640 2021-03-14 00:54 ./slackware64/kde/bluez-qt-5.80.0-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-03-14 00:54 ./slackware64/kde/bluez-qt-5.80.0-x86_64-1.txz.asc @@ -1675,15 +1675,15 @@ drwxr-xr-x 2 root root 77824 2021-04-02 21:00 ./slackware64/kde -rw-r--r-- 1 root root 331 2021-03-05 19:40 ./slackware64/kde/bovo-20.12.3-x86_64-1.txt -rw-r--r-- 1 root root 287212 2021-03-05 19:40 ./slackware64/kde/bovo-20.12.3-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-03-05 19:40 ./slackware64/kde/bovo-20.12.3-x86_64-1.txz.asc --rw-r--r-- 1 root root 195 2021-03-16 18:27 ./slackware64/kde/breeze-5.21.3-x86_64-1.txt --rw-r--r-- 1 root root 24318852 2021-03-16 18:27 ./slackware64/kde/breeze-5.21.3-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-03-16 18:27 ./slackware64/kde/breeze-5.21.3-x86_64-1.txz.asc --rw-r--r-- 1 root root 202 2021-03-16 18:28 ./slackware64/kde/breeze-grub-5.21.3-x86_64-1.txt --rw-r--r-- 1 root root 3137364 2021-03-16 18:28 ./slackware64/kde/breeze-grub-5.21.3-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-03-16 18:28 ./slackware64/kde/breeze-grub-5.21.3-x86_64-1.txz.asc --rw-r--r-- 1 root root 218 2021-03-16 18:28 ./slackware64/kde/breeze-gtk-5.21.3-x86_64-1.txt --rw-r--r-- 1 root root 221068 2021-03-16 18:28 ./slackware64/kde/breeze-gtk-5.21.3-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-03-16 18:28 ./slackware64/kde/breeze-gtk-5.21.3-x86_64-1.txz.asc +-rw-r--r-- 1 root root 195 2021-04-06 18:33 ./slackware64/kde/breeze-5.21.4-x86_64-1.txt +-rw-r--r-- 1 root root 24319200 2021-04-06 18:33 ./slackware64/kde/breeze-5.21.4-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-04-06 18:33 ./slackware64/kde/breeze-5.21.4-x86_64-1.txz.asc +-rw-r--r-- 1 root root 202 2021-04-06 18:34 ./slackware64/kde/breeze-grub-5.21.4-x86_64-1.txt +-rw-r--r-- 1 root root 3152824 2021-04-06 18:34 ./slackware64/kde/breeze-grub-5.21.4-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-04-06 18:34 ./slackware64/kde/breeze-grub-5.21.4-x86_64-1.txz.asc +-rw-r--r-- 1 root root 218 2021-04-06 18:34 ./slackware64/kde/breeze-gtk-5.21.4-x86_64-1.txt +-rw-r--r-- 1 root root 221008 2021-04-06 18:34 ./slackware64/kde/breeze-gtk-5.21.4-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-04-06 18:34 ./slackware64/kde/breeze-gtk-5.21.4-x86_64-1.txz.asc -rw-r--r-- 1 root root 303 2021-03-14 00:58 ./slackware64/kde/breeze-icons-5.80.0-noarch-1.txt -rw-r--r-- 1 root root 4092752 2021-03-14 00:58 ./slackware64/kde/breeze-icons-5.80.0-noarch-1.txz -rw-r--r-- 1 root root 163 2021-03-14 00:58 ./slackware64/kde/breeze-icons-5.80.0-noarch-1.txz.asc @@ -1702,9 +1702,9 @@ drwxr-xr-x 2 root root 77824 2021-04-02 21:00 ./slackware64/kde -rw-r--r-- 1 root root 175 2021-03-05 19:23 ./slackware64/kde/cervisia-20.12.3-x86_64-1.txt -rw-r--r-- 1 root root 2407208 2021-03-05 19:23 ./slackware64/kde/cervisia-20.12.3-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-03-05 19:23 ./slackware64/kde/cervisia-20.12.3-x86_64-1.txz.asc --rw-r--r-- 1 root root 537 2021-03-22 18:13 ./slackware64/kde/digikam-7.2.0-x86_64-1.txt --rw-r--r-- 1 root root 18954412 2021-03-22 18:13 ./slackware64/kde/digikam-7.2.0-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-03-22 18:13 ./slackware64/kde/digikam-7.2.0-x86_64-1.txz.asc +-rw-r--r-- 1 root root 537 2021-04-06 21:44 ./slackware64/kde/digikam-7.2.0-x86_64-2.txt +-rw-r--r-- 1 root root 18961600 2021-04-06 21:44 ./slackware64/kde/digikam-7.2.0-x86_64-2.txz +-rw-r--r-- 1 root root 163 2021-04-06 21:44 ./slackware64/kde/digikam-7.2.0-x86_64-2.txz.asc -rw-r--r-- 1 root root 338 2021-03-05 19:22 ./slackware64/kde/dolphin-20.12.3-x86_64-1.txt -rw-r--r-- 1 root root 3943996 2021-03-05 19:22 ./slackware64/kde/dolphin-20.12.3-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-03-05 19:22 ./slackware64/kde/dolphin-20.12.3-x86_64-1.txz.asc @@ -1714,9 +1714,9 @@ drwxr-xr-x 2 root root 77824 2021-04-02 21:00 ./slackware64/kde -rw-r--r-- 1 root root 296 2021-03-05 19:30 ./slackware64/kde/dragon-20.12.3-x86_64-1.txt -rw-r--r-- 1 root root 1754620 2021-03-05 19:30 ./slackware64/kde/dragon-20.12.3-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-03-05 19:30 ./slackware64/kde/dragon-20.12.3-x86_64-1.txz.asc --rw-r--r-- 1 root root 196 2021-03-16 18:42 ./slackware64/kde/drkonqi-5.21.3-x86_64-1.txt --rw-r--r-- 1 root root 712780 2021-03-16 18:42 ./slackware64/kde/drkonqi-5.21.3-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-03-16 18:42 ./slackware64/kde/drkonqi-5.21.3-x86_64-1.txz.asc +-rw-r--r-- 1 root root 196 2021-04-06 18:48 ./slackware64/kde/drkonqi-5.21.4-x86_64-1.txt +-rw-r--r-- 1 root root 712976 2021-04-06 18:48 ./slackware64/kde/drkonqi-5.21.4-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-04-06 18:48 ./slackware64/kde/drkonqi-5.21.4-x86_64-1.txz.asc -rw-r--r-- 1 root root 260 2021-03-05 19:33 ./slackware64/kde/elisa-20.12.3-x86_64-1.txt -rw-r--r-- 1 root root 1819548 2021-03-05 19:33 ./slackware64/kde/elisa-20.12.3-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-03-05 19:33 ./slackware64/kde/elisa-20.12.3-x86_64-1.txz.asc @@ -1770,9 +1770,9 @@ drwxr-xr-x 2 root root 77824 2021-04-02 21:00 ./slackware64/kde -rw-r--r-- 1 root root 351 2021-03-14 01:08 ./slackware64/kde/kactivities-stats-5.80.0-x86_64-1.txt -rw-r--r-- 1 root root 76792 2021-03-14 01:08 ./slackware64/kde/kactivities-stats-5.80.0-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-03-14 01:08 ./slackware64/kde/kactivities-stats-5.80.0-x86_64-1.txz.asc --rw-r--r-- 1 root root 411 2021-03-16 18:42 ./slackware64/kde/kactivitymanagerd-5.21.3-x86_64-1.txt --rw-r--r-- 1 root root 166076 2021-03-16 18:42 ./slackware64/kde/kactivitymanagerd-5.21.3-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-03-16 18:42 ./slackware64/kde/kactivitymanagerd-5.21.3-x86_64-1.txz.asc +-rw-r--r-- 1 root root 411 2021-04-06 18:48 ./slackware64/kde/kactivitymanagerd-5.21.4-x86_64-1.txt +-rw-r--r-- 1 root root 166268 2021-04-06 18:48 ./slackware64/kde/kactivitymanagerd-5.21.4-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-04-06 18:48 ./slackware64/kde/kactivitymanagerd-5.21.4-x86_64-1.txz.asc -rw-r--r-- 1 root root 210 2021-03-05 19:10 ./slackware64/kde/kaddressbook-20.12.3-x86_64-1.txt -rw-r--r-- 1 root root 3272904 2021-03-05 19:10 ./slackware64/kde/kaddressbook-20.12.3-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-03-05 19:10 ./slackware64/kde/kaddressbook-20.12.3-x86_64-1.txz.asc @@ -1893,18 +1893,18 @@ drwxr-xr-x 2 root root 77824 2021-04-02 21:00 ./slackware64/kde -rw-r--r-- 1 root root 288 2021-03-14 00:49 ./slackware64/kde/kdbusaddons-5.80.0-x86_64-1.txt -rw-r--r-- 1 root root 64704 2021-03-14 00:49 ./slackware64/kde/kdbusaddons-5.80.0-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-03-14 00:49 ./slackware64/kde/kdbusaddons-5.80.0-x86_64-1.txz.asc --rw-r--r-- 1 root root 272 2021-03-16 18:35 ./slackware64/kde/kde-cli-tools-5.21.3-x86_64-1.txt --rw-r--r-- 1 root root 839772 2021-03-16 18:35 ./slackware64/kde/kde-cli-tools-5.21.3-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-03-16 18:35 ./slackware64/kde/kde-cli-tools-5.21.3-x86_64-1.txz.asc +-rw-r--r-- 1 root root 272 2021-04-06 18:41 ./slackware64/kde/kde-cli-tools-5.21.4-x86_64-1.txt +-rw-r--r-- 1 root root 841996 2021-04-06 18:41 ./slackware64/kde/kde-cli-tools-5.21.4-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-04-06 18:41 ./slackware64/kde/kde-cli-tools-5.21.4-x86_64-1.txz.asc -rw-r--r-- 1 root root 314 2021-03-05 19:24 ./slackware64/kde/kde-dev-scripts-20.12.3-x86_64-1.txt -rw-r--r-- 1 root root 296740 2021-03-05 19:24 ./slackware64/kde/kde-dev-scripts-20.12.3-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-03-05 19:24 ./slackware64/kde/kde-dev-scripts-20.12.3-x86_64-1.txz.asc -rw-r--r-- 1 root root 336 2021-03-05 19:24 ./slackware64/kde/kde-dev-utils-20.12.3-x86_64-1.txt -rw-r--r-- 1 root root 84724 2021-03-05 19:24 ./slackware64/kde/kde-dev-utils-20.12.3-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-03-05 19:24 ./slackware64/kde/kde-dev-utils-20.12.3-x86_64-1.txz.asc --rw-r--r-- 1 root root 332 2021-03-16 18:41 ./slackware64/kde/kde-gtk-config-5.21.3-x86_64-1.txt --rw-r--r-- 1 root root 53384 2021-03-16 18:41 ./slackware64/kde/kde-gtk-config-5.21.3-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-03-16 18:41 ./slackware64/kde/kde-gtk-config-5.21.3-x86_64-1.txz.asc +-rw-r--r-- 1 root root 332 2021-04-06 18:47 ./slackware64/kde/kde-gtk-config-5.21.4-x86_64-1.txt +-rw-r--r-- 1 root root 53316 2021-04-06 18:47 ./slackware64/kde/kde-gtk-config-5.21.4-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-04-06 18:47 ./slackware64/kde/kde-gtk-config-5.21.4-x86_64-1.txz.asc -rw-r--r-- 1 root root 294 2021-03-05 19:22 ./slackware64/kde/kdebugsettings-20.12.3-x86_64-1.txt -rw-r--r-- 1 root root 90720 2021-03-05 19:22 ./slackware64/kde/kdebugsettings-20.12.3-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-03-05 19:22 ./slackware64/kde/kdebugsettings-20.12.3-x86_64-1.txz.asc @@ -1914,9 +1914,9 @@ drwxr-xr-x 2 root root 77824 2021-04-02 21:00 ./slackware64/kde -rw-r--r-- 1 root root 568 2021-03-05 19:57 ./slackware64/kde/kdeconnect-kde-20.12.3-x86_64-1.txt -rw-r--r-- 1 root root 770824 2021-03-05 19:57 ./slackware64/kde/kdeconnect-kde-20.12.3-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-03-05 19:57 ./slackware64/kde/kdeconnect-kde-20.12.3-x86_64-1.txz.asc --rw-r--r-- 1 root root 354 2021-03-16 18:27 ./slackware64/kde/kdecoration-5.21.3-x86_64-1.txt --rw-r--r-- 1 root root 61648 2021-03-16 18:27 ./slackware64/kde/kdecoration-5.21.3-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-03-16 18:27 ./slackware64/kde/kdecoration-5.21.3-x86_64-1.txz.asc +-rw-r--r-- 1 root root 354 2021-04-06 18:32 ./slackware64/kde/kdecoration-5.21.4-x86_64-1.txt +-rw-r--r-- 1 root root 61668 2021-04-06 18:32 ./slackware64/kde/kdecoration-5.21.4-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-04-06 18:32 ./slackware64/kde/kdecoration-5.21.4-x86_64-1.txz.asc -rw-r--r-- 1 root root 366 2021-03-14 01:05 ./slackware64/kde/kded-5.80.0-x86_64-1.txt -rw-r--r-- 1 root root 52192 2021-03-14 01:05 ./slackware64/kde/kded-5.80.0-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-03-14 01:05 ./slackware64/kde/kded-5.80.0-x86_64-1.txz.asc @@ -1944,9 +1944,9 @@ drwxr-xr-x 2 root root 77824 2021-04-02 21:00 ./slackware64/kde -rw-r--r-- 1 root root 508 2021-03-05 19:09 ./slackware64/kde/kdepim-runtime-20.12.3-x86_64-1.txt -rw-r--r-- 1 root root 2349624 2021-03-05 19:09 ./slackware64/kde/kdepim-runtime-20.12.3-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-03-05 19:09 ./slackware64/kde/kdepim-runtime-20.12.3-x86_64-1.txz.asc --rw-r--r-- 1 root root 296 2021-03-16 18:38 ./slackware64/kde/kdeplasma-addons-5.21.3-x86_64-1.txt --rw-r--r-- 1 root root 756436 2021-03-16 18:38 ./slackware64/kde/kdeplasma-addons-5.21.3-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-03-16 18:38 ./slackware64/kde/kdeplasma-addons-5.21.3-x86_64-1.txz.asc +-rw-r--r-- 1 root root 296 2021-04-06 18:44 ./slackware64/kde/kdeplasma-addons-5.21.4-x86_64-1.txt +-rw-r--r-- 1 root root 757260 2021-04-06 18:44 ./slackware64/kde/kdeplasma-addons-5.21.4-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-04-06 18:44 ./slackware64/kde/kdeplasma-addons-5.21.4-x86_64-1.txz.asc -rw-r--r-- 1 root root 286 2021-03-05 19:24 ./slackware64/kde/kdesdk-kioslaves-20.12.3-x86_64-1.txt -rw-r--r-- 1 root root 42140 2021-03-05 19:24 ./slackware64/kde/kdesdk-kioslaves-20.12.3-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-03-05 19:24 ./slackware64/kde/kdesdk-kioslaves-20.12.3-x86_64-1.txz.asc @@ -2010,9 +2010,9 @@ drwxr-xr-x 2 root root 77824 2021-04-02 21:00 ./slackware64/kde -rw-r--r-- 1 root root 335 2021-03-05 19:43 ./slackware64/kde/kfourinline-20.12.3-x86_64-1.txt -rw-r--r-- 1 root root 737392 2021-03-05 19:43 ./slackware64/kde/kfourinline-20.12.3-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-03-05 19:43 ./slackware64/kde/kfourinline-20.12.3-x86_64-1.txz.asc --rw-r--r-- 1 root root 194 2021-03-16 18:27 ./slackware64/kde/kgamma5-5.21.3-x86_64-1.txt --rw-r--r-- 1 root root 144128 2021-03-16 18:27 ./slackware64/kde/kgamma5-5.21.3-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-03-16 18:27 ./slackware64/kde/kgamma5-5.21.3-x86_64-1.txz.asc +-rw-r--r-- 1 root root 194 2021-04-06 18:32 ./slackware64/kde/kgamma5-5.21.4-x86_64-1.txt +-rw-r--r-- 1 root root 144132 2021-04-06 18:32 ./slackware64/kde/kgamma5-5.21.4-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-04-06 18:32 ./slackware64/kde/kgamma5-5.21.4-x86_64-1.txz.asc -rw-r--r-- 1 root root 475 2021-03-05 19:48 ./slackware64/kde/kgeography-20.12.3-x86_64-1.txt -rw-r--r-- 1 root root 9452772 2021-03-05 19:48 ./slackware64/kde/kgeography-20.12.3-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-03-05 19:48 ./slackware64/kde/kgeography-20.12.3-x86_64-1.txz.asc @@ -2040,9 +2040,9 @@ drwxr-xr-x 2 root root 77824 2021-04-02 21:00 ./slackware64/kde -rw-r--r-- 1 root root 419 2021-03-14 00:56 ./slackware64/kde/kholidays-5.80.0-x86_64-1.txt -rw-r--r-- 1 root root 219676 2021-03-14 00:56 ./slackware64/kde/kholidays-5.80.0-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-03-14 00:56 ./slackware64/kde/kholidays-5.80.0-x86_64-1.txz.asc --rw-r--r-- 1 root root 326 2021-03-16 18:40 ./slackware64/kde/khotkeys-5.21.3-x86_64-1.txt --rw-r--r-- 1 root root 1997140 2021-03-16 18:40 ./slackware64/kde/khotkeys-5.21.3-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-03-16 18:40 ./slackware64/kde/khotkeys-5.21.3-x86_64-1.txz.asc +-rw-r--r-- 1 root root 326 2021-04-06 18:46 ./slackware64/kde/khotkeys-5.21.4-x86_64-1.txt +-rw-r--r-- 1 root root 1997784 2021-04-06 18:46 ./slackware64/kde/khotkeys-5.21.4-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-04-06 18:46 ./slackware64/kde/khotkeys-5.21.4-x86_64-1.txz.asc -rw-r--r-- 1 root root 208 2021-03-14 01:14 ./slackware64/kde/khtml-5.80.0-x86_64-1.txt -rw-r--r-- 1 root root 2562228 2021-03-14 01:14 ./slackware64/kde/khtml-5.80.0-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-03-14 01:14 ./slackware64/kde/khtml-5.80.0-x86_64-1.txz.asc @@ -2082,9 +2082,9 @@ drwxr-xr-x 2 root root 77824 2021-04-02 21:00 ./slackware64/kde -rw-r--r-- 1 root root 184 2021-03-05 19:00 ./slackware64/kde/kimap-20.12.3-x86_64-1.txt -rw-r--r-- 1 root root 213684 2021-03-05 19:00 ./slackware64/kde/kimap-20.12.3-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-03-05 19:00 ./slackware64/kde/kimap-20.12.3-x86_64-1.txz.asc --rw-r--r-- 1 root root 268 2021-03-16 18:29 ./slackware64/kde/kinfocenter-5.21.3-x86_64-1.txt --rw-r--r-- 1 root root 1528240 2021-03-16 18:29 ./slackware64/kde/kinfocenter-5.21.3-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-03-16 18:29 ./slackware64/kde/kinfocenter-5.21.3-x86_64-1.txz.asc +-rw-r--r-- 1 root root 268 2021-04-06 18:35 ./slackware64/kde/kinfocenter-5.21.4-x86_64-1.txt +-rw-r--r-- 1 root root 1528276 2021-04-06 18:35 ./slackware64/kde/kinfocenter-5.21.4-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-04-06 18:35 ./slackware64/kde/kinfocenter-5.21.4-x86_64-1.txz.asc -rw-r--r-- 1 root root 439 2021-03-14 01:08 ./slackware64/kde/kinit-5.80.0-x86_64-1.txt -rw-r--r-- 1 root root 120040 2021-03-14 01:08 ./slackware64/kde/kinit-5.80.0-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-03-14 01:08 ./slackware64/kde/kinit-5.80.0-x86_64-1.txz.asc @@ -2169,9 +2169,9 @@ drwxr-xr-x 2 root root 77824 2021-04-02 21:00 ./slackware64/kde -rw-r--r-- 1 root root 315 2021-03-14 01:11 ./slackware64/kde/kmediaplayer-5.80.0-x86_64-1.txt -rw-r--r-- 1 root root 18340 2021-03-14 01:11 ./slackware64/kde/kmediaplayer-5.80.0-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-03-14 01:11 ./slackware64/kde/kmediaplayer-5.80.0-x86_64-1.txz.asc --rw-r--r-- 1 root root 265 2021-03-16 18:40 ./slackware64/kde/kmenuedit-5.21.3-x86_64-1.txt --rw-r--r-- 1 root root 1034692 2021-03-16 18:40 ./slackware64/kde/kmenuedit-5.21.3-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-03-16 18:40 ./slackware64/kde/kmenuedit-5.21.3-x86_64-1.txz.asc +-rw-r--r-- 1 root root 265 2021-04-06 18:47 ./slackware64/kde/kmenuedit-5.21.4-x86_64-1.txt +-rw-r--r-- 1 root root 1034216 2021-04-06 18:47 ./slackware64/kde/kmenuedit-5.21.4-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-04-06 18:47 ./slackware64/kde/kmenuedit-5.21.4-x86_64-1.txz.asc -rw-r--r-- 1 root root 184 2021-03-05 19:00 ./slackware64/kde/kmime-20.12.3-x86_64-1.txt -rw-r--r-- 1 root root 165780 2021-03-05 19:00 ./slackware64/kde/kmime-20.12.3-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-03-05 19:00 ./slackware64/kde/kmime-20.12.3-x86_64-1.txz.asc @@ -2325,12 +2325,12 @@ drwxr-xr-x 2 root root 77824 2021-04-02 21:00 ./slackware64/kde -rw-r--r-- 1 root root 319 2021-02-13 16:00 ./slackware64/kde/krusader-2.7.2-x86_64-3.txt -rw-r--r-- 1 root root 3698020 2021-02-13 16:00 ./slackware64/kde/krusader-2.7.2-x86_64-3.txz -rw-r--r-- 1 root root 163 2021-02-13 16:00 ./slackware64/kde/krusader-2.7.2-x86_64-3.txz.asc --rw-r--r-- 1 root root 408 2021-03-16 18:41 ./slackware64/kde/kscreen-5.21.3-x86_64-1.txt --rw-r--r-- 1 root root 207268 2021-03-16 18:41 ./slackware64/kde/kscreen-5.21.3-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-03-16 18:41 ./slackware64/kde/kscreen-5.21.3-x86_64-1.txz.asc --rw-r--r-- 1 root root 322 2021-03-16 18:30 ./slackware64/kde/kscreenlocker-5.21.3-x86_64-1.txt --rw-r--r-- 1 root root 169844 2021-03-16 18:30 ./slackware64/kde/kscreenlocker-5.21.3-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-03-16 18:30 ./slackware64/kde/kscreenlocker-5.21.3-x86_64-1.txz.asc +-rw-r--r-- 1 root root 408 2021-04-06 18:47 ./slackware64/kde/kscreen-5.21.4-x86_64-1.txt +-rw-r--r-- 1 root root 207316 2021-04-06 18:47 ./slackware64/kde/kscreen-5.21.4-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-04-06 18:47 ./slackware64/kde/kscreen-5.21.4-x86_64-1.txz.asc +-rw-r--r-- 1 root root 322 2021-04-06 18:36 ./slackware64/kde/kscreenlocker-5.21.4-x86_64-1.txt +-rw-r--r-- 1 root root 169748 2021-04-06 18:36 ./slackware64/kde/kscreenlocker-5.21.4-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-04-06 18:36 ./slackware64/kde/kscreenlocker-5.21.4-x86_64-1.txz.asc -rw-r--r-- 1 root root 339 2021-03-14 01:04 ./slackware64/kde/kservice-5.80.0-x86_64-1.txt -rw-r--r-- 1 root root 305788 2021-03-14 01:04 ./slackware64/kde/kservice-5.80.0-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-03-14 01:04 ./slackware64/kde/kservice-5.80.0-x86_64-1.txz.asc @@ -2352,18 +2352,18 @@ drwxr-xr-x 2 root root 77824 2021-04-02 21:00 ./slackware64/kde -rw-r--r-- 1 root root 307 2021-03-05 19:38 ./slackware64/kde/ksquares-20.12.3-x86_64-1.txt -rw-r--r-- 1 root root 337780 2021-03-05 19:38 ./slackware64/kde/ksquares-20.12.3-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-03-05 19:38 ./slackware64/kde/ksquares-20.12.3-x86_64-1.txz.asc --rw-r--r-- 1 root root 327 2021-03-16 18:41 ./slackware64/kde/ksshaskpass-5.21.3-x86_64-1.txt --rw-r--r-- 1 root root 27772 2021-03-16 18:41 ./slackware64/kde/ksshaskpass-5.21.3-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-03-16 18:41 ./slackware64/kde/ksshaskpass-5.21.3-x86_64-1.txz.asc +-rw-r--r-- 1 root root 327 2021-04-06 18:47 ./slackware64/kde/ksshaskpass-5.21.4-x86_64-1.txt +-rw-r--r-- 1 root root 27816 2021-04-06 18:47 ./slackware64/kde/ksshaskpass-5.21.4-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-04-06 18:47 ./slackware64/kde/ksshaskpass-5.21.4-x86_64-1.txz.asc -rw-r--r-- 1 root root 501 2021-03-02 19:24 ./slackware64/kde/kstars-3.5.2-x86_64-1.txt -rw-r--r-- 1 root root 49995712 2021-03-02 19:24 ./slackware64/kde/kstars-3.5.2-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-03-02 19:24 ./slackware64/kde/kstars-3.5.2-x86_64-1.txz.asc -rw-r--r-- 1 root root 316 2021-03-05 19:38 ./slackware64/kde/ksudoku-20.12.3-x86_64-1.txt -rw-r--r-- 1 root root 1779056 2021-03-05 19:38 ./slackware64/kde/ksudoku-20.12.3-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-03-05 19:38 ./slackware64/kde/ksudoku-20.12.3-x86_64-1.txz.asc --rw-r--r-- 1 root root 390 2021-03-16 18:29 ./slackware64/kde/ksysguard-5.21.3-x86_64-1.txt --rw-r--r-- 1 root root 852888 2021-03-16 18:29 ./slackware64/kde/ksysguard-5.21.3-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-03-16 18:29 ./slackware64/kde/ksysguard-5.21.3-x86_64-1.txz.asc +-rw-r--r-- 1 root root 390 2021-04-06 18:35 ./slackware64/kde/ksysguard-5.21.4-x86_64-1.txt +-rw-r--r-- 1 root root 853388 2021-04-06 18:35 ./slackware64/kde/ksysguard-5.21.4-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-04-06 18:35 ./slackware64/kde/ksysguard-5.21.4-x86_64-1.txz.asc -rw-r--r-- 1 root root 598 2021-03-05 19:37 ./slackware64/kde/ksystemlog-20.12.3-x86_64-1.txt -rw-r--r-- 1 root root 2034228 2021-03-05 19:37 ./slackware64/kde/ksystemlog-20.12.3-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-03-05 19:37 ./slackware64/kde/ksystemlog-20.12.3-x86_64-1.txz.asc @@ -2403,9 +2403,9 @@ drwxr-xr-x 2 root root 77824 2021-04-02 21:00 ./slackware64/kde -rw-r--r-- 1 root root 250 2021-03-14 01:04 ./slackware64/kde/kwallet-5.80.0-x86_64-1.txt -rw-r--r-- 1 root root 346256 2021-03-14 01:04 ./slackware64/kde/kwallet-5.80.0-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-03-14 01:04 ./slackware64/kde/kwallet-5.80.0-x86_64-1.txz.asc --rw-r--r-- 1 root root 206 2021-03-16 18:42 ./slackware64/kde/kwallet-pam-5.21.3-x86_64-1.txt --rw-r--r-- 1 root root 18156 2021-03-16 18:42 ./slackware64/kde/kwallet-pam-5.21.3-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-03-16 18:42 ./slackware64/kde/kwallet-pam-5.21.3-x86_64-1.txz.asc +-rw-r--r-- 1 root root 206 2021-04-06 18:49 ./slackware64/kde/kwallet-pam-5.21.4-x86_64-1.txt +-rw-r--r-- 1 root root 18176 2021-04-06 18:49 ./slackware64/kde/kwallet-pam-5.21.4-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-04-06 18:49 ./slackware64/kde/kwallet-pam-5.21.4-x86_64-1.txz.asc -rw-r--r-- 1 root root 334 2021-03-05 19:22 ./slackware64/kde/kwalletmanager-20.12.3-x86_64-1.txt -rw-r--r-- 1 root root 914716 2021-03-05 19:22 ./slackware64/kde/kwalletmanager-20.12.3-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-03-05 19:22 ./slackware64/kde/kwalletmanager-20.12.3-x86_64-1.txz.asc @@ -2415,27 +2415,27 @@ drwxr-xr-x 2 root root 77824 2021-04-02 21:00 ./slackware64/kde -rw-r--r-- 1 root root 240 2021-03-14 00:55 ./slackware64/kde/kwayland-5.80.0-x86_64-1.txt -rw-r--r-- 1 root root 507088 2021-03-14 00:55 ./slackware64/kde/kwayland-5.80.0-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-03-14 00:55 ./slackware64/kde/kwayland-5.80.0-x86_64-1.txz.asc --rw-r--r-- 1 root root 402 2021-03-16 18:28 ./slackware64/kde/kwayland-integration-5.21.3-x86_64-1.txt --rw-r--r-- 1 root root 28204 2021-03-16 18:28 ./slackware64/kde/kwayland-integration-5.21.3-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-03-16 18:28 ./slackware64/kde/kwayland-integration-5.21.3-x86_64-1.txz.asc --rw-r--r-- 1 root root 282 2021-03-16 18:28 ./slackware64/kde/kwayland-server-5.21.3-x86_64-1.txt --rw-r--r-- 1 root root 361392 2021-03-16 18:28 ./slackware64/kde/kwayland-server-5.21.3-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-03-16 18:28 ./slackware64/kde/kwayland-server-5.21.3-x86_64-1.txz.asc +-rw-r--r-- 1 root root 402 2021-04-06 18:34 ./slackware64/kde/kwayland-integration-5.21.4-x86_64-1.txt +-rw-r--r-- 1 root root 28260 2021-04-06 18:34 ./slackware64/kde/kwayland-integration-5.21.4-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-04-06 18:34 ./slackware64/kde/kwayland-integration-5.21.4-x86_64-1.txz.asc +-rw-r--r-- 1 root root 282 2021-04-06 18:34 ./slackware64/kde/kwayland-server-5.21.4-x86_64-1.txt +-rw-r--r-- 1 root root 361316 2021-04-06 18:34 ./slackware64/kde/kwayland-server-5.21.4-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-04-06 18:34 ./slackware64/kde/kwayland-server-5.21.4-x86_64-1.txz.asc -rw-r--r-- 1 root root 581 2021-03-14 00:52 ./slackware64/kde/kwidgetsaddons-5.80.0-x86_64-1.txt -rw-r--r-- 1 root root 2064992 2021-03-14 00:52 ./slackware64/kde/kwidgetsaddons-5.80.0-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-03-14 00:52 ./slackware64/kde/kwidgetsaddons-5.80.0-x86_64-1.txz.asc --rw-r--r-- 1 root root 294 2021-03-16 18:31 ./slackware64/kde/kwin-5.21.3-x86_64-1.txt --rw-r--r-- 1 root root 6362168 2021-03-16 18:31 ./slackware64/kde/kwin-5.21.3-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-03-16 18:31 ./slackware64/kde/kwin-5.21.3-x86_64-1.txz.asc +-rw-r--r-- 1 root root 294 2021-04-06 18:37 ./slackware64/kde/kwin-5.21.4-x86_64-1.txt +-rw-r--r-- 1 root root 6362504 2021-04-06 18:37 ./slackware64/kde/kwin-5.21.4-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-04-06 18:37 ./slackware64/kde/kwin-5.21.4-x86_64-1.txz.asc -rw-r--r-- 1 root root 525 2021-03-14 00:52 ./slackware64/kde/kwindowsystem-5.80.0-x86_64-1.txt -rw-r--r-- 1 root root 164176 2021-03-14 00:52 ./slackware64/kde/kwindowsystem-5.80.0-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-03-14 00:52 ./slackware64/kde/kwindowsystem-5.80.0-x86_64-1.txz.asc -rw-r--r-- 1 root root 267 2021-03-05 19:50 ./slackware64/kde/kwordquiz-20.12.3-x86_64-1.txt -rw-r--r-- 1 root root 2981216 2021-03-05 19:50 ./slackware64/kde/kwordquiz-20.12.3-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-03-05 19:50 ./slackware64/kde/kwordquiz-20.12.3-x86_64-1.txz.asc --rw-r--r-- 1 root root 189 2021-03-16 18:31 ./slackware64/kde/kwrited-5.21.3-x86_64-1.txt --rw-r--r-- 1 root root 20272 2021-03-16 18:31 ./slackware64/kde/kwrited-5.21.3-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-03-16 18:31 ./slackware64/kde/kwrited-5.21.3-x86_64-1.txz.asc +-rw-r--r-- 1 root root 189 2021-04-06 18:37 ./slackware64/kde/kwrited-5.21.4-x86_64-1.txt +-rw-r--r-- 1 root root 20320 2021-04-06 18:37 ./slackware64/kde/kwrited-5.21.4-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-04-06 18:37 ./slackware64/kde/kwrited-5.21.4-x86_64-1.txz.asc -rw-r--r-- 1 root root 417 2021-03-14 01:05 ./slackware64/kde/kxmlgui-5.80.0-x86_64-1.txt -rw-r--r-- 1 root root 600560 2021-03-14 01:05 ./slackware64/kde/kxmlgui-5.80.0-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-03-14 01:05 ./slackware64/kde/kxmlgui-5.80.0-x86_64-1.txz.asc @@ -2487,15 +2487,15 @@ drwxr-xr-x 2 root root 77824 2021-04-02 21:00 ./slackware64/kde -rw-r--r-- 1 root root 204 2021-03-05 19:15 ./slackware64/kde/libksane-20.12.3-x86_64-1.txt -rw-r--r-- 1 root root 162396 2021-03-05 19:15 ./slackware64/kde/libksane-20.12.3-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-03-05 19:15 ./slackware64/kde/libksane-20.12.3-x86_64-1.txz.asc --rw-r--r-- 1 root root 301 2021-03-16 18:32 ./slackware64/kde/libkscreen-5.21.3-x86_64-1.txt --rw-r--r-- 1 root root 203872 2021-03-16 18:32 ./slackware64/kde/libkscreen-5.21.3-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-03-16 18:32 ./slackware64/kde/libkscreen-5.21.3-x86_64-1.txz.asc +-rw-r--r-- 1 root root 301 2021-04-06 18:38 ./slackware64/kde/libkscreen-5.21.4-x86_64-1.txt +-rw-r--r-- 1 root root 203784 2021-04-06 18:38 ./slackware64/kde/libkscreen-5.21.4-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-04-06 18:38 ./slackware64/kde/libkscreen-5.21.4-x86_64-1.txz.asc -rw-r--r-- 1 root root 221 2021-03-05 19:03 ./slackware64/kde/libksieve-20.12.3-x86_64-1.txt -rw-r--r-- 1 root root 704544 2021-03-05 19:03 ./slackware64/kde/libksieve-20.12.3-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-03-05 19:03 ./slackware64/kde/libksieve-20.12.3-x86_64-1.txz.asc --rw-r--r-- 1 root root 277 2021-03-16 18:29 ./slackware64/kde/libksysguard-5.21.3.1-x86_64-1.txt --rw-r--r-- 1 root root 836112 2021-03-16 18:29 ./slackware64/kde/libksysguard-5.21.3.1-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-03-16 18:29 ./slackware64/kde/libksysguard-5.21.3.1-x86_64-1.txz.asc +-rw-r--r-- 1 root root 277 2021-04-06 18:35 ./slackware64/kde/libksysguard-5.21.4-x86_64-1.txt +-rw-r--r-- 1 root root 836096 2021-04-06 18:35 ./slackware64/kde/libksysguard-5.21.4-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-04-06 18:35 ./slackware64/kde/libksysguard-5.21.4-x86_64-1.txz.asc -rw-r--r-- 1 root root 498 2021-03-05 19:59 ./slackware64/kde/libktorrent-20.12.3-x86_64-1.txt -rw-r--r-- 1 root root 644288 2021-03-05 19:59 ./slackware64/kde/libktorrent-20.12.3-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-03-05 19:59 ./slackware64/kde/libktorrent-20.12.3-x86_64-1.txz.asc @@ -2525,9 +2525,9 @@ drwxr-xr-x 2 root root 77824 2021-04-02 21:00 ./slackware64/kde -rw-r--r-- 1 root root 198 2021-03-05 19:05 ./slackware64/kde/messagelib-20.12.3-x86_64-1.txt -rw-r--r-- 1 root root 6126616 2021-03-05 19:05 ./slackware64/kde/messagelib-20.12.3-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-03-05 19:05 ./slackware64/kde/messagelib-20.12.3-x86_64-1.txz.asc --rw-r--r-- 1 root root 215 2021-03-16 18:32 ./slackware64/kde/milou-5.21.3-x86_64-1.txt --rw-r--r-- 1 root root 82076 2021-03-16 18:32 ./slackware64/kde/milou-5.21.3-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-03-16 18:32 ./slackware64/kde/milou-5.21.3-x86_64-1.txz.asc +-rw-r--r-- 1 root root 215 2021-04-06 18:38 ./slackware64/kde/milou-5.21.4-x86_64-1.txt +-rw-r--r-- 1 root root 82228 2021-04-06 18:38 ./slackware64/kde/milou-5.21.4-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-04-06 18:38 ./slackware64/kde/milou-5.21.4-x86_64-1.txz.asc -rw-r--r-- 1 root root 317 2021-03-05 19:55 ./slackware64/kde/minuet-20.12.3-x86_64-1.txt -rw-r--r-- 1 root root 27294896 2021-03-05 19:55 ./slackware64/kde/minuet-20.12.3-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-03-05 19:55 ./slackware64/kde/minuet-20.12.3-x86_64-1.txz.asc @@ -2543,9 +2543,9 @@ drwxr-xr-x 2 root root 77824 2021-04-02 21:00 ./slackware64/kde -rw-r--r-- 1 root root 358 2021-04-02 19:10 ./slackware64/kde/okular-20.12.3-x86_64-2.txt -rw-r--r-- 1 root root 6498104 2021-04-02 19:10 ./slackware64/kde/okular-20.12.3-x86_64-2.txz -rw-r--r-- 1 root root 163 2021-04-02 19:10 ./slackware64/kde/okular-20.12.3-x86_64-2.txz.asc --rw-r--r-- 1 root root 155 2021-03-16 18:33 ./slackware64/kde/oxygen-5.21.3-x86_64-1.txt --rw-r--r-- 1 root root 4556680 2021-03-16 18:33 ./slackware64/kde/oxygen-5.21.3-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-03-16 18:33 ./slackware64/kde/oxygen-5.21.3-x86_64-1.txz.asc +-rw-r--r-- 1 root root 155 2021-04-06 18:38 ./slackware64/kde/oxygen-5.21.4-x86_64-1.txt +-rw-r--r-- 1 root root 4555272 2021-04-06 18:38 ./slackware64/kde/oxygen-5.21.4-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-04-06 18:38 ./slackware64/kde/oxygen-5.21.4-x86_64-1.txz.asc -rw-r--r-- 1 root root 252 2021-02-13 14:48 ./slackware64/kde/oxygen-fonts-5.4.3-noarch-3.txt -rw-r--r-- 1 root root 62312 2021-02-13 14:48 ./slackware64/kde/oxygen-fonts-5.4.3-noarch-3.txz -rw-r--r-- 1 root root 163 2021-02-13 14:48 ./slackware64/kde/oxygen-fonts-5.4.3-noarch-3.txz.asc @@ -2576,54 +2576,54 @@ drwxr-xr-x 2 root root 77824 2021-04-02 21:00 ./slackware64/kde -rw-r--r-- 1 root root 211 2021-03-05 19:03 ./slackware64/kde/pimcommon-20.12.3-x86_64-1.txt -rw-r--r-- 1 root root 492892 2021-03-05 19:03 ./slackware64/kde/pimcommon-20.12.3-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-03-05 19:03 ./slackware64/kde/pimcommon-20.12.3-x86_64-1.txz.asc --rw-r--r-- 1 root root 483 2021-03-16 18:42 ./slackware64/kde/plasma-browser-integration-5.21.3-x86_64-1.txt --rw-r--r-- 1 root root 166772 2021-03-16 18:42 ./slackware64/kde/plasma-browser-integration-5.21.3-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-03-16 18:42 ./slackware64/kde/plasma-browser-integration-5.21.3-x86_64-1.txz.asc --rw-r--r-- 1 root root 535 2021-03-16 18:38 ./slackware64/kde/plasma-desktop-5.21.3-x86_64-1.txt --rw-r--r-- 1 root root 16999400 2021-03-16 18:38 ./slackware64/kde/plasma-desktop-5.21.3-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-03-16 18:38 ./slackware64/kde/plasma-desktop-5.21.3-x86_64-1.txz.asc --rw-r--r-- 1 root root 295 2021-03-16 18:43 ./slackware64/kde/plasma-disks-5.21.3-x86_64-1.txt --rw-r--r-- 1 root root 90152 2021-03-16 18:43 ./slackware64/kde/plasma-disks-5.21.3-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-03-16 18:43 ./slackware64/kde/plasma-disks-5.21.3-x86_64-1.txz.asc --rw-r--r-- 1 root root 276 2021-03-16 18:43 ./slackware64/kde/plasma-firewall-5.21.3-x86_64-1.txt --rw-r--r-- 1 root root 388120 2021-03-16 18:43 ./slackware64/kde/plasma-firewall-5.21.3-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-03-16 18:43 ./slackware64/kde/plasma-firewall-5.21.3-x86_64-1.txz.asc +-rw-r--r-- 1 root root 483 2021-04-06 18:49 ./slackware64/kde/plasma-browser-integration-5.21.4-x86_64-1.txt +-rw-r--r-- 1 root root 167556 2021-04-06 18:49 ./slackware64/kde/plasma-browser-integration-5.21.4-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-04-06 18:49 ./slackware64/kde/plasma-browser-integration-5.21.4-x86_64-1.txz.asc +-rw-r--r-- 1 root root 535 2021-04-06 18:44 ./slackware64/kde/plasma-desktop-5.21.4-x86_64-1.txt +-rw-r--r-- 1 root root 17003696 2021-04-06 18:44 ./slackware64/kde/plasma-desktop-5.21.4-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-04-06 18:44 ./slackware64/kde/plasma-desktop-5.21.4-x86_64-1.txz.asc +-rw-r--r-- 1 root root 295 2021-04-06 18:49 ./slackware64/kde/plasma-disks-5.21.4-x86_64-1.txt +-rw-r--r-- 1 root root 91044 2021-04-06 18:49 ./slackware64/kde/plasma-disks-5.21.4-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-04-06 18:49 ./slackware64/kde/plasma-disks-5.21.4-x86_64-1.txz.asc +-rw-r--r-- 1 root root 276 2021-04-06 18:49 ./slackware64/kde/plasma-firewall-5.21.4-x86_64-1.txt +-rw-r--r-- 1 root root 388860 2021-04-06 18:49 ./slackware64/kde/plasma-firewall-5.21.4-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-04-06 18:49 ./slackware64/kde/plasma-firewall-5.21.4-x86_64-1.txz.asc -rw-r--r-- 1 root root 343 2021-03-14 01:09 ./slackware64/kde/plasma-framework-5.80.0-x86_64-1.txt -rw-r--r-- 1 root root 3367440 2021-03-14 01:09 ./slackware64/kde/plasma-framework-5.80.0-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-03-14 01:09 ./slackware64/kde/plasma-framework-5.80.0-x86_64-1.txz.asc --rw-r--r-- 1 root root 407 2021-03-16 18:28 ./slackware64/kde/plasma-integration-5.21.3-x86_64-1.txt --rw-r--r-- 1 root root 117388 2021-03-16 18:28 ./slackware64/kde/plasma-integration-5.21.3-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-03-16 18:28 ./slackware64/kde/plasma-integration-5.21.3-x86_64-1.txz.asc --rw-r--r-- 1 root root 229 2021-03-16 18:39 ./slackware64/kde/plasma-nm-5.21.3-x86_64-1.txt --rw-r--r-- 1 root root 1196100 2021-03-16 18:39 ./slackware64/kde/plasma-nm-5.21.3-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-03-16 18:39 ./slackware64/kde/plasma-nm-5.21.3-x86_64-1.txz.asc --rw-r--r-- 1 root root 217 2021-03-16 18:41 ./slackware64/kde/plasma-pa-5.21.3-x86_64-1.txt --rw-r--r-- 1 root root 200408 2021-03-16 18:41 ./slackware64/kde/plasma-pa-5.21.3-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-03-16 18:41 ./slackware64/kde/plasma-pa-5.21.3-x86_64-1.txz.asc --rw-r--r-- 1 root root 221 2021-03-16 18:41 ./slackware64/kde/plasma-sdk-5.21.3-x86_64-1.txt --rw-r--r-- 1 root root 322664 2021-03-16 18:41 ./slackware64/kde/plasma-sdk-5.21.3-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-03-16 18:41 ./slackware64/kde/plasma-sdk-5.21.3-x86_64-1.txz.asc --rw-r--r-- 1 root root 570 2021-03-16 18:43 ./slackware64/kde/plasma-systemmonitor-5.21.3-x86_64-1.txt --rw-r--r-- 1 root root 152952 2021-03-16 18:43 ./slackware64/kde/plasma-systemmonitor-5.21.3-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-03-16 18:43 ./slackware64/kde/plasma-systemmonitor-5.21.3-x86_64-1.txz.asc --rw-r--r-- 1 root root 452 2021-03-16 18:42 ./slackware64/kde/plasma-vault-5.21.3-x86_64-1.txt --rw-r--r-- 1 root root 273504 2021-03-16 18:42 ./slackware64/kde/plasma-vault-5.21.3-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-03-16 18:42 ./slackware64/kde/plasma-vault-5.21.3-x86_64-1.txz.asc +-rw-r--r-- 1 root root 407 2021-04-06 18:34 ./slackware64/kde/plasma-integration-5.21.4-x86_64-1.txt +-rw-r--r-- 1 root root 117164 2021-04-06 18:34 ./slackware64/kde/plasma-integration-5.21.4-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-04-06 18:34 ./slackware64/kde/plasma-integration-5.21.4-x86_64-1.txz.asc +-rw-r--r-- 1 root root 229 2021-04-06 18:45 ./slackware64/kde/plasma-nm-5.21.4-x86_64-1.txt +-rw-r--r-- 1 root root 1196520 2021-04-06 18:45 ./slackware64/kde/plasma-nm-5.21.4-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-04-06 18:45 ./slackware64/kde/plasma-nm-5.21.4-x86_64-1.txz.asc +-rw-r--r-- 1 root root 217 2021-04-06 18:48 ./slackware64/kde/plasma-pa-5.21.4-x86_64-1.txt +-rw-r--r-- 1 root root 200596 2021-04-06 18:48 ./slackware64/kde/plasma-pa-5.21.4-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-04-06 18:48 ./slackware64/kde/plasma-pa-5.21.4-x86_64-1.txz.asc +-rw-r--r-- 1 root root 221 2021-04-06 18:47 ./slackware64/kde/plasma-sdk-5.21.4-x86_64-1.txt +-rw-r--r-- 1 root root 322312 2021-04-06 18:47 ./slackware64/kde/plasma-sdk-5.21.4-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-04-06 18:47 ./slackware64/kde/plasma-sdk-5.21.4-x86_64-1.txz.asc +-rw-r--r-- 1 root root 570 2021-04-06 18:49 ./slackware64/kde/plasma-systemmonitor-5.21.4-x86_64-1.txt +-rw-r--r-- 1 root root 154224 2021-04-06 18:49 ./slackware64/kde/plasma-systemmonitor-5.21.4-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-04-06 18:49 ./slackware64/kde/plasma-systemmonitor-5.21.4-x86_64-1.txz.asc +-rw-r--r-- 1 root root 452 2021-04-06 18:49 ./slackware64/kde/plasma-vault-5.21.4-x86_64-1.txt +-rw-r--r-- 1 root root 273724 2021-04-06 18:49 ./slackware64/kde/plasma-vault-5.21.4-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-04-06 18:49 ./slackware64/kde/plasma-vault-5.21.4-x86_64-1.txz.asc -rw-r--r-- 1 root root 424 2021-02-13 14:48 ./slackware64/kde/plasma-wayland-protocols-1.1.1-x86_64-3.txt -rw-r--r-- 1 root root 34472 2021-02-13 14:48 ./slackware64/kde/plasma-wayland-protocols-1.1.1-x86_64-3.txz -rw-r--r-- 1 root root 163 2021-02-13 14:48 ./slackware64/kde/plasma-wayland-protocols-1.1.1-x86_64-3.txz.asc --rw-r--r-- 1 root root 378 2021-03-16 18:36 ./slackware64/kde/plasma-workspace-5.21.3-x86_64-1.txt --rw-r--r-- 1 root root 10950928 2021-03-16 18:36 ./slackware64/kde/plasma-workspace-5.21.3-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-03-16 18:36 ./slackware64/kde/plasma-workspace-5.21.3-x86_64-1.txz.asc --rw-r--r-- 1 root root 423 2021-03-16 18:38 ./slackware64/kde/plasma-workspace-wallpapers-5.21.3-x86_64-1.txt --rw-r--r-- 1 root root 48101080 2021-03-16 18:38 ./slackware64/kde/plasma-workspace-wallpapers-5.21.3-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-03-16 18:38 ./slackware64/kde/plasma-workspace-wallpapers-5.21.3-x86_64-1.txz.asc --rw-r--r-- 1 root root 399 2021-03-16 18:40 ./slackware64/kde/polkit-kde-agent-1-5.21.3-x86_64-1.txt --rw-r--r-- 1 root root 57092 2021-03-16 18:40 ./slackware64/kde/polkit-kde-agent-1-5.21.3-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-03-16 18:40 ./slackware64/kde/polkit-kde-agent-1-5.21.3-x86_64-1.txz.asc --rw-r--r-- 1 root root 372 2021-03-16 18:40 ./slackware64/kde/powerdevil-5.21.3-x86_64-1.txt --rw-r--r-- 1 root root 784860 2021-03-16 18:40 ./slackware64/kde/powerdevil-5.21.3-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-03-16 18:40 ./slackware64/kde/powerdevil-5.21.3-x86_64-1.txz.asc +-rw-r--r-- 1 root root 378 2021-04-06 18:42 ./slackware64/kde/plasma-workspace-5.21.4-x86_64-1.txt +-rw-r--r-- 1 root root 10953516 2021-04-06 18:42 ./slackware64/kde/plasma-workspace-5.21.4-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-04-06 18:42 ./slackware64/kde/plasma-workspace-5.21.4-x86_64-1.txz.asc +-rw-r--r-- 1 root root 423 2021-04-06 18:44 ./slackware64/kde/plasma-workspace-wallpapers-5.21.4-x86_64-1.txt +-rw-r--r-- 1 root root 48100992 2021-04-06 18:44 ./slackware64/kde/plasma-workspace-wallpapers-5.21.4-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-04-06 18:44 ./slackware64/kde/plasma-workspace-wallpapers-5.21.4-x86_64-1.txz.asc +-rw-r--r-- 1 root root 399 2021-04-06 18:47 ./slackware64/kde/polkit-kde-agent-1-5.21.4-x86_64-1.txt +-rw-r--r-- 1 root root 57044 2021-04-06 18:47 ./slackware64/kde/polkit-kde-agent-1-5.21.4-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-04-06 18:47 ./slackware64/kde/polkit-kde-agent-1-5.21.4-x86_64-1.txz.asc +-rw-r--r-- 1 root root 372 2021-04-06 18:46 ./slackware64/kde/powerdevil-5.21.4-x86_64-1.txt +-rw-r--r-- 1 root root 784736 2021-04-06 18:46 ./slackware64/kde/powerdevil-5.21.4-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-04-06 18:46 ./slackware64/kde/powerdevil-5.21.4-x86_64-1.txz.asc -rw-r--r-- 1 root root 346 2021-03-05 19:25 ./slackware64/kde/poxml-20.12.3-x86_64-1.txt -rw-r--r-- 1 root root 118856 2021-03-05 19:25 ./slackware64/kde/poxml-20.12.3-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-03-05 19:25 ./slackware64/kde/poxml-20.12.3-x86_64-1.txz.asc @@ -2639,9 +2639,9 @@ drwxr-xr-x 2 root root 77824 2021-04-02 21:00 ./slackware64/kde -rw-r--r-- 1 root root 503 2021-03-14 01:10 ./slackware64/kde/purpose-5.80.0-x86_64-1.txt -rw-r--r-- 1 root root 239140 2021-03-14 01:10 ./slackware64/kde/purpose-5.80.0-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-03-14 01:10 ./slackware64/kde/purpose-5.80.0-x86_64-1.txz.asc --rw-r--r-- 1 root root 388 2021-03-16 18:43 ./slackware64/kde/qqc2-breeze-style-5.21.3-x86_64-1.txt --rw-r--r-- 1 root root 64372 2021-03-16 18:43 ./slackware64/kde/qqc2-breeze-style-5.21.3-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-03-16 18:43 ./slackware64/kde/qqc2-breeze-style-5.21.3-x86_64-1.txz.asc +-rw-r--r-- 1 root root 388 2021-04-06 18:49 ./slackware64/kde/qqc2-breeze-style-5.21.4-x86_64-1.txt +-rw-r--r-- 1 root root 64084 2021-04-06 18:49 ./slackware64/kde/qqc2-breeze-style-5.21.4-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-04-06 18:49 ./slackware64/kde/qqc2-breeze-style-5.21.4-x86_64-1.txz.asc -rw-r--r-- 1 root root 498 2021-03-14 01:10 ./slackware64/kde/qqc2-desktop-style-5.80.0-x86_64-1.txt -rw-r--r-- 1 root root 62364 2021-03-14 01:10 ./slackware64/kde/qqc2-desktop-style-5.80.0-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-03-14 01:10 ./slackware64/kde/qqc2-desktop-style-5.80.0-x86_64-1.txz.asc @@ -2651,9 +2651,9 @@ drwxr-xr-x 2 root root 77824 2021-04-02 21:00 ./slackware64/kde -rw-r--r-- 1 root root 490 2021-02-13 14:48 ./slackware64/kde/sddm-0.19.0-x86_64-6.txt -rw-r--r-- 1 root root 3494072 2021-02-13 14:48 ./slackware64/kde/sddm-0.19.0-x86_64-6.txz -rw-r--r-- 1 root root 163 2021-02-13 14:48 ./slackware64/kde/sddm-0.19.0-x86_64-6.txz.asc --rw-r--r-- 1 root root 275 2021-03-16 18:41 ./slackware64/kde/sddm-kcm-5.21.3-x86_64-1.txt --rw-r--r-- 1 root root 92196 2021-03-16 18:41 ./slackware64/kde/sddm-kcm-5.21.3-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-03-16 18:41 ./slackware64/kde/sddm-kcm-5.21.3-x86_64-1.txz.asc +-rw-r--r-- 1 root root 275 2021-04-06 18:47 ./slackware64/kde/sddm-kcm-5.21.4-x86_64-1.txt +-rw-r--r-- 1 root root 92508 2021-04-06 18:47 ./slackware64/kde/sddm-kcm-5.21.4-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-04-06 18:47 ./slackware64/kde/sddm-kcm-5.21.4-x86_64-1.txz.asc -rw-r--r-- 1 root root 204 2021-02-13 15:54 ./slackware64/kde/skanlite-2.2.0-x86_64-3.txt -rw-r--r-- 1 root root 2501096 2021-02-13 15:54 ./slackware64/kde/skanlite-2.2.0-x86_64-3.txz -rw-r--r-- 1 root root 163 2021-02-13 15:54 ./slackware64/kde/skanlite-2.2.0-x86_64-3.txz.asc @@ -2681,9 +2681,9 @@ drwxr-xr-x 2 root root 77824 2021-04-02 21:00 ./slackware64/kde -rw-r--r-- 1 root root 339 2021-03-14 00:55 ./slackware64/kde/syntax-highlighting-5.80.0-x86_64-1.txt -rw-r--r-- 1 root root 1519648 2021-03-14 00:55 ./slackware64/kde/syntax-highlighting-5.80.0-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-03-14 00:55 ./slackware64/kde/syntax-highlighting-5.80.0-x86_64-1.txz.asc --rw-r--r-- 1 root root 265 2021-03-16 18:36 ./slackware64/kde/systemsettings-5.21.3-x86_64-1.txt --rw-r--r-- 1 root root 329444 2021-03-16 18:36 ./slackware64/kde/systemsettings-5.21.3-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-03-16 18:36 ./slackware64/kde/systemsettings-5.21.3-x86_64-1.txz.asc +-rw-r--r-- 1 root root 265 2021-04-06 18:42 ./slackware64/kde/systemsettings-5.21.4-x86_64-1.txt +-rw-r--r-- 1 root root 329124 2021-04-06 18:42 ./slackware64/kde/systemsettings-5.21.4-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-04-06 18:42 ./slackware64/kde/systemsettings-5.21.4-x86_64-1.txz.asc -rw-r--r-- 1 root root 5402 2021-02-16 20:53 ./slackware64/kde/tagfile -rw-r--r-- 1 root root 543 2021-03-14 00:49 ./slackware64/kde/threadweaver-5.80.0-x86_64-1.txt -rw-r--r-- 1 root root 73256 2021-03-14 00:49 ./slackware64/kde/threadweaver-5.80.0-x86_64-1.txz @@ -2694,16 +2694,16 @@ drwxr-xr-x 2 root root 77824 2021-04-02 21:00 ./slackware64/kde -rw-r--r-- 1 root root 371 2021-02-13 14:49 ./slackware64/kde/wacomtablet-20201030_417d9d9-x86_64-3.txt -rw-r--r-- 1 root root 386240 2021-02-13 14:49 ./slackware64/kde/wacomtablet-20201030_417d9d9-x86_64-3.txz -rw-r--r-- 1 root root 163 2021-02-13 14:49 ./slackware64/kde/wacomtablet-20201030_417d9d9-x86_64-3.txz.asc --rw-r--r-- 1 root root 389 2021-03-16 18:42 ./slackware64/kde/xdg-desktop-portal-kde-5.21.3-x86_64-1.txt --rw-r--r-- 1 root root 185532 2021-03-16 18:42 ./slackware64/kde/xdg-desktop-portal-kde-5.21.3-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-03-16 18:42 ./slackware64/kde/xdg-desktop-portal-kde-5.21.3-x86_64-1.txz.asc +-rw-r--r-- 1 root root 389 2021-04-06 18:48 ./slackware64/kde/xdg-desktop-portal-kde-5.21.4-x86_64-1.txt +-rw-r--r-- 1 root root 184976 2021-04-06 18:48 ./slackware64/kde/xdg-desktop-portal-kde-5.21.4-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-04-06 18:48 ./slackware64/kde/xdg-desktop-portal-kde-5.21.4-x86_64-1.txz.asc -rw-r--r-- 1 root root 390 2021-03-05 19:57 ./slackware64/kde/yakuake-20.12.3-x86_64-1.txt -rw-r--r-- 1 root root 368352 2021-03-05 19:57 ./slackware64/kde/yakuake-20.12.3-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-03-05 19:57 ./slackware64/kde/yakuake-20.12.3-x86_64-1.txz.asc -rw-r--r-- 1 root root 296 2021-03-05 19:33 ./slackware64/kde/zeroconf-ioslave-20.12.3-x86_64-1.txt -rw-r--r-- 1 root root 52680 2021-03-05 19:33 ./slackware64/kde/zeroconf-ioslave-20.12.3-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-03-05 19:33 ./slackware64/kde/zeroconf-ioslave-20.12.3-x86_64-1.txz.asc -drwxr-xr-x 2 root root 73728 2021-04-05 19:06 ./slackware64/l +drwxr-xr-x 2 root root 73728 2021-04-06 19:37 ./slackware64/l -rw-r--r-- 1 root root 329 2021-02-13 05:56 ./slackware64/l/GConf-3.2.6-x86_64-7.txt -rw-r--r-- 1 root root 928148 2021-02-13 05:56 ./slackware64/l/GConf-3.2.6-x86_64-7.txz -rw-r--r-- 1 root root 163 2021-02-13 05:56 ./slackware64/l/GConf-3.2.6-x86_64-7.txz.asc @@ -2989,9 +2989,9 @@ drwxr-xr-x 2 root root 73728 2021-04-05 19:06 ./slackware64/l -rw-r--r-- 1 root root 450 2021-02-13 06:39 ./slackware64/l/grantlee-5.2.0-x86_64-3.txt -rw-r--r-- 1 root root 276852 2021-02-13 06:39 ./slackware64/l/grantlee-5.2.0-x86_64-3.txz -rw-r--r-- 1 root root 163 2021-02-13 06:39 ./slackware64/l/grantlee-5.2.0-x86_64-3.txz.asc --rw-r--r-- 1 root root 523 2021-02-13 06:39 ./slackware64/l/graphene-1.10.4-x86_64-2.txt --rw-r--r-- 1 root root 103172 2021-02-13 06:39 ./slackware64/l/graphene-1.10.4-x86_64-2.txz --rw-r--r-- 1 root root 163 2021-02-13 06:39 ./slackware64/l/graphene-1.10.4-x86_64-2.txz.asc +-rw-r--r-- 1 root root 523 2021-04-06 18:35 ./slackware64/l/graphene-1.10.6-x86_64-1.txt +-rw-r--r-- 1 root root 103224 2021-04-06 18:35 ./slackware64/l/graphene-1.10.6-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-04-06 18:35 ./slackware64/l/graphene-1.10.6-x86_64-1.txz.asc -rw-r--r-- 1 root root 482 2021-02-13 06:39 ./slackware64/l/graphite2-1.3.14-x86_64-3.txt -rw-r--r-- 1 root root 99164 2021-02-13 06:39 ./slackware64/l/graphite2-1.3.14-x86_64-3.txz -rw-r--r-- 1 root root 163 2021-02-13 06:39 ./slackware64/l/graphite2-1.3.14-x86_64-3.txz.asc @@ -3129,9 +3129,9 @@ drwxr-xr-x 2 root root 73728 2021-04-05 19:06 ./slackware64/l -rw-r--r-- 1 root root 554 2021-02-13 06:57 ./slackware64/l/libatasmart-0.19-x86_64-5.txt -rw-r--r-- 1 root root 34404 2021-02-13 06:57 ./slackware64/l/libatasmart-0.19-x86_64-5.txz -rw-r--r-- 1 root root 163 2021-02-13 06:57 ./slackware64/l/libatasmart-0.19-x86_64-5.txz.asc --rw-r--r-- 1 root root 335 2021-02-13 06:57 ./slackware64/l/libbluray-1.2.1-x86_64-3.txt --rw-r--r-- 1 root root 158056 2021-02-13 06:57 ./slackware64/l/libbluray-1.2.1-x86_64-3.txz --rw-r--r-- 1 root root 163 2021-02-13 06:57 ./slackware64/l/libbluray-1.2.1-x86_64-3.txz.asc +-rw-r--r-- 1 root root 335 2021-04-06 18:37 ./slackware64/l/libbluray-1.3.0-x86_64-1.txt +-rw-r--r-- 1 root root 161620 2021-04-06 18:37 ./slackware64/l/libbluray-1.3.0-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-04-06 18:37 ./slackware64/l/libbluray-1.3.0-x86_64-1.txz.asc -rw-r--r-- 1 root root 414 2021-02-13 06:57 ./slackware64/l/libburn-1.5.4-x86_64-2.txt -rw-r--r-- 1 root root 292680 2021-02-13 06:57 ./slackware64/l/libburn-1.5.4-x86_64-2.txz -rw-r--r-- 1 root root 163 2021-02-13 06:57 ./slackware64/l/libburn-1.5.4-x86_64-2.txz.asc @@ -3426,9 +3426,9 @@ drwxr-xr-x 2 root root 73728 2021-04-05 19:06 ./slackware64/l -rw-r--r-- 1 root root 233 2021-02-13 07:18 ./slackware64/l/libwpg-0.3.3-x86_64-3.txt -rw-r--r-- 1 root root 140080 2021-02-13 07:18 ./slackware64/l/libwpg-0.3.3-x86_64-3.txz -rw-r--r-- 1 root root 163 2021-02-13 07:18 ./slackware64/l/libwpg-0.3.3-x86_64-3.txz.asc --rw-r--r-- 1 root root 585 2021-03-02 19:25 ./slackware64/l/libxkbcommon-1.1.0-x86_64-1.txt --rw-r--r-- 1 root root 309224 2021-03-02 19:25 ./slackware64/l/libxkbcommon-1.1.0-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-03-02 19:25 ./slackware64/l/libxkbcommon-1.1.0-x86_64-1.txz.asc +-rw-r--r-- 1 root root 585 2021-04-06 18:38 ./slackware64/l/libxkbcommon-1.2.0-x86_64-1.txt +-rw-r--r-- 1 root root 315704 2021-04-06 18:38 ./slackware64/l/libxkbcommon-1.2.0-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-04-06 18:38 ./slackware64/l/libxkbcommon-1.2.0-x86_64-1.txz.asc -rw-r--r-- 1 root root 291 2021-02-13 07:19 ./slackware64/l/libxklavier-5.4-x86_64-4.txt -rw-r--r-- 1 root root 79564 2021-02-13 07:19 ./slackware64/l/libxklavier-5.4-x86_64-4.txz -rw-r--r-- 1 root root 163 2021-02-13 07:19 ./slackware64/l/libxklavier-5.4-x86_64-4.txz.asc @@ -3786,7 +3786,7 @@ drwxr-xr-x 2 root root 73728 2021-04-05 19:06 ./slackware64/l -rw-r--r-- 1 root root 463 2021-03-05 21:29 ./slackware64/l/zstd-1.4.9-x86_64-1.txt -rw-r--r-- 1 root root 421332 2021-03-05 21:29 ./slackware64/l/zstd-1.4.9-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-03-05 21:29 ./slackware64/l/zstd-1.4.9-x86_64-1.txz.asc -drwxr-xr-x 2 root root 32768 2021-04-03 18:29 ./slackware64/n +drwxr-xr-x 2 root root 32768 2021-04-06 19:37 ./slackware64/n -rw-r--r-- 1 root root 357 2021-02-13 11:52 ./slackware64/n/ModemManager-1.14.10-x86_64-3.txt -rw-r--r-- 1 root root 1877092 2021-02-13 11:52 ./slackware64/n/ModemManager-1.14.10-x86_64-3.txz -rw-r--r-- 1 root root 163 2021-02-13 11:52 ./slackware64/n/ModemManager-1.14.10-x86_64-3.txz.asc @@ -4184,9 +4184,9 @@ drwxr-xr-x 2 root root 32768 2021-04-03 18:29 ./slackware64/n -rw-r--r-- 1 root root 437 2021-02-13 12:30 ./slackware64/n/sshfs-3.7.1-x86_64-3.txt -rw-r--r-- 1 root root 43500 2021-02-13 12:30 ./slackware64/n/sshfs-3.7.1-x86_64-3.txz -rw-r--r-- 1 root root 163 2021-02-13 12:30 ./slackware64/n/sshfs-3.7.1-x86_64-3.txz.asc --rw-r--r-- 1 root root 510 2021-02-21 02:21 ./slackware64/n/stunnel-5.58-x86_64-1.txt --rw-r--r-- 1 root root 190804 2021-02-21 02:21 ./slackware64/n/stunnel-5.58-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-02-21 02:21 ./slackware64/n/stunnel-5.58-x86_64-1.txz.asc +-rw-r--r-- 1 root root 510 2021-04-06 18:40 ./slackware64/n/stunnel-5.59-x86_64-1.txt +-rw-r--r-- 1 root root 191872 2021-04-06 18:40 ./slackware64/n/stunnel-5.59-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-04-06 18:40 ./slackware64/n/stunnel-5.59-x86_64-1.txz.asc -rw-r--r-- 1 root root 1960 2021-03-25 01:12 ./slackware64/n/tagfile -rw-r--r-- 1 root root 648 2021-02-13 12:30 ./slackware64/n/tcp_wrappers-7.6-x86_64-6.txt -rw-r--r-- 1 root root 77080 2021-02-13 12:30 ./slackware64/n/tcp_wrappers-7.6-x86_64-6.txz @@ -4257,7 +4257,7 @@ drwxr-xr-x 2 root root 4096 2021-03-28 19:00 ./slackware64/t -rw-r--r-- 1 root root 457 2021-03-28 18:07 ./slackware64/t/xfig-3.2.8a-x86_64-1.txt -rw-r--r-- 1 root root 3386092 2021-03-28 18:07 ./slackware64/t/xfig-3.2.8a-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-03-28 18:07 ./slackware64/t/xfig-3.2.8a-x86_64-1.txz.asc -drwxr-xr-x 2 root root 4096 2021-02-15 19:35 ./slackware64/tcl +drwxr-xr-x 2 root root 4096 2021-04-06 19:37 ./slackware64/tcl -rw-r--r-- 1 root root 567 2021-02-13 12:41 ./slackware64/tcl/expect-5.45.4-x86_64-4.txt -rw-r--r-- 1 root root 300336 2021-02-13 12:41 ./slackware64/tcl/expect-5.45.4-x86_64-4.txz -rw-r--r-- 1 root root 163 2021-02-13 12:41 ./slackware64/tcl/expect-5.45.4-x86_64-4.txz.asc @@ -4278,10 +4278,10 @@ drwxr-xr-x 2 root root 4096 2021-02-15 19:35 ./slackware64/tcl -rw-r--r-- 1 root root 406 2021-02-13 12:42 ./slackware64/tcl/tix-8.4.3-x86_64-6.txt -rw-r--r-- 1 root root 540968 2021-02-13 12:42 ./slackware64/tcl/tix-8.4.3-x86_64-6.txz -rw-r--r-- 1 root root 163 2021-02-13 12:42 ./slackware64/tcl/tix-8.4.3-x86_64-6.txz.asc --rw-r--r-- 1 root root 227 2021-02-13 12:42 ./slackware64/tcl/tk-8.6.11.1-x86_64-3.txt --rw-r--r-- 1 root root 1787440 2021-02-13 12:42 ./slackware64/tcl/tk-8.6.11.1-x86_64-3.txz --rw-r--r-- 1 root root 163 2021-02-13 12:42 ./slackware64/tcl/tk-8.6.11.1-x86_64-3.txz.asc -drwxr-xr-x 2 root root 65536 2021-04-02 21:00 ./slackware64/x +-rw-r--r-- 1 root root 227 2021-04-05 19:38 ./slackware64/tcl/tk-8.6.11.1-x86_64-4.txt +-rw-r--r-- 1 root root 1787828 2021-04-05 19:38 ./slackware64/tcl/tk-8.6.11.1-x86_64-4.txz +-rw-r--r-- 1 root root 163 2021-04-05 19:38 ./slackware64/tcl/tk-8.6.11.1-x86_64-4.txz.asc +drwxr-xr-x 2 root root 65536 2021-04-06 19:37 ./slackware64/x -rw-r--r-- 1 root root 440 2021-03-05 02:40 ./slackware64/x/OpenCC-1.1.2-x86_64-1.txt -rw-r--r-- 1 root root 681960 2021-03-05 02:40 ./slackware64/x/OpenCC-1.1.2-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-03-05 02:40 ./slackware64/x/OpenCC-1.1.2-x86_64-1.txz.asc @@ -4318,9 +4318,9 @@ drwxr-xr-x 2 root root 65536 2021-04-02 21:00 ./slackware64/x -rw-r--r-- 1 root root 501 2021-02-13 12:46 ./slackware64/x/fcitx-4.2.9.8-x86_64-3.txt -rw-r--r-- 1 root root 7256024 2021-02-13 12:46 ./slackware64/x/fcitx-4.2.9.8-x86_64-3.txz -rw-r--r-- 1 root root 163 2021-02-13 12:46 ./slackware64/x/fcitx-4.2.9.8-x86_64-3.txz.asc --rw-r--r-- 1 root root 235 2021-02-13 12:44 ./slackware64/x/fcitx-anthy-0.2.3-x86_64-3.txt --rw-r--r-- 1 root root 127568 2021-02-13 12:44 ./slackware64/x/fcitx-anthy-0.2.3-x86_64-3.txz --rw-r--r-- 1 root root 163 2021-02-13 12:44 ./slackware64/x/fcitx-anthy-0.2.3-x86_64-3.txz.asc +-rw-r--r-- 1 root root 235 2021-04-06 18:34 ./slackware64/x/fcitx-anthy-0.2.4-x86_64-1.txt +-rw-r--r-- 1 root root 127552 2021-04-06 18:34 ./slackware64/x/fcitx-anthy-0.2.4-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-04-06 18:34 ./slackware64/x/fcitx-anthy-0.2.4-x86_64-1.txz.asc -rw-r--r-- 1 root root 354 2021-02-13 12:44 ./slackware64/x/fcitx-configtool-0.4.10-x86_64-3.txt -rw-r--r-- 1 root root 46344 2021-02-13 12:44 ./slackware64/x/fcitx-configtool-0.4.10-x86_64-3.txz -rw-r--r-- 1 root root 163 2021-02-13 12:44 ./slackware64/x/fcitx-configtool-0.4.10-x86_64-3.txz.asc @@ -4935,9 +4935,9 @@ drwxr-xr-x 2 root root 65536 2021-04-02 21:00 ./slackware64/x -rw-r--r-- 1 root root 475 2021-02-13 13:15 ./slackware64/x/xf86-input-keyboard-1.9.0-x86_64-5.txt -rw-r--r-- 1 root root 25888 2021-02-13 13:15 ./slackware64/x/xf86-input-keyboard-1.9.0-x86_64-5.txz -rw-r--r-- 1 root root 163 2021-02-13 13:15 ./slackware64/x/xf86-input-keyboard-1.9.0-x86_64-5.txz.asc --rw-r--r-- 1 root root 468 2021-02-13 13:15 ./slackware64/x/xf86-input-libinput-0.30.0-x86_64-3.txt --rw-r--r-- 1 root root 51256 2021-02-13 13:15 ./slackware64/x/xf86-input-libinput-0.30.0-x86_64-3.txz --rw-r--r-- 1 root root 163 2021-02-13 13:15 ./slackware64/x/xf86-input-libinput-0.30.0-x86_64-3.txz.asc +-rw-r--r-- 1 root root 468 2021-04-06 18:42 ./slackware64/x/xf86-input-libinput-1.0.0-x86_64-1.txt +-rw-r--r-- 1 root root 51496 2021-04-06 18:42 ./slackware64/x/xf86-input-libinput-1.0.0-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-04-06 18:42 ./slackware64/x/xf86-input-libinput-1.0.0-x86_64-1.txz.asc -rw-r--r-- 1 root root 428 2021-02-13 13:15 ./slackware64/x/xf86-input-mouse-1.9.3-x86_64-3.txt -rw-r--r-- 1 root root 49536 2021-02-13 13:15 ./slackware64/x/xf86-input-mouse-1.9.3-x86_64-3.txz -rw-r--r-- 1 root root 163 2021-02-13 13:15 ./slackware64/x/xf86-input-mouse-1.9.3-x86_64-3.txz.asc @@ -5490,14 +5490,14 @@ drwxr-xr-x 2 root root 4096 2021-02-15 19:33 ./slackware64/y -rw-r--r-- 1 root root 1486956 2021-02-13 13:56 ./slackware64/y/nethack-3.6.6-x86_64-3.txz -rw-r--r-- 1 root root 163 2021-02-13 13:56 ./slackware64/y/nethack-3.6.6-x86_64-3.txz.asc -rw-r--r-- 1 root root 26 2020-12-30 21:55 ./slackware64/y/tagfile -drwxr-xr-x 18 root root 4096 2021-04-05 19:08 ./source --rw-r--r-- 1 root root 567109 2021-04-05 19:08 ./source/CHECKSUMS.md5 --rw-r--r-- 1 root root 163 2021-04-05 19:08 ./source/CHECKSUMS.md5.asc --rw-r--r-- 1 root root 789531 2021-04-05 19:07 ./source/FILE_LIST --rw-r--r-- 1 root root 22396346 2021-04-05 19:07 ./source/MANIFEST.bz2 +drwxr-xr-x 18 root root 4096 2021-04-06 22:04 ./source +-rw-r--r-- 1 root root 567907 2021-04-06 22:04 ./source/CHECKSUMS.md5 +-rw-r--r-- 1 root root 163 2021-04-06 22:04 ./source/CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 790535 2021-04-06 22:04 ./source/FILE_LIST +-rw-r--r-- 1 root root 22389583 2021-04-06 22:04 ./source/MANIFEST.bz2 -rw-r--r-- 1 root root 1314 2006-10-02 04:40 ./source/README.TXT -drwxr-xr-x 122 root root 4096 2021-03-08 19:03 ./source/a --rw-r--r-- 1 root root 1470 2021-01-17 20:11 ./source/a/FTBFSlog +drwxr-xr-x 122 root root 4096 2021-04-06 18:09 ./source/a +-rw-r--r-- 1 root root 1591 2021-04-06 18:09 ./source/a/FTBFSlog drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/a/aaa_base -rw-r--r-- 1 root root 11115 2018-06-24 18:43 ./source/a/aaa_base/_aaa_base.tar.gz -rwxr-xr-x 1 root root 3872 2021-02-13 05:31 ./source/a/aaa_base/aaa_base.SlackBuild @@ -5523,7 +5523,7 @@ drwxr-xr-x 2 root root 4096 2021-03-16 17:16 ./source/a/acl drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/a/acpid -rw-r--r-- 1 root root 224 2004-02-05 01:54 ./source/a/acpid/acpi_handler.sh.gz -rw-r--r-- 1 root root 155768 2019-08-16 02:32 ./source/a/acpid/acpid-2.0.32.tar.xz --rwxr-xr-x 1 root root 4087 2021-02-13 05:31 ./source/a/acpid/acpid.SlackBuild +-rwxr-xr-x 1 root root 4087 2021-02-13 05:31 ./source/a/acpid/acpid.SlackBuild -rw-r--r-- 1 root root 399 2002-05-16 21:44 ./source/a/acpid/default.gz -rw-r--r-- 1 root root 271 2010-01-16 00:00 ./source/a/acpid/doinst.sh.gz -rw-r--r-- 1 root root 285 2010-02-16 22:57 ./source/a/acpid/rc.acpid.gz @@ -5756,17 +5756,25 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/a/f2fs-tools -rw-r--r-- 1 root root 276660 2020-08-26 19:44 ./source/a/f2fs-tools/f2fs-tools-1.14.0.tar.lz -rwxr-xr-x 1 root root 4878 2021-02-13 05:31 ./source/a/f2fs-tools/f2fs-tools.SlackBuild -rw-r--r-- 1 root root 1002 2018-11-26 21:31 ./source/a/f2fs-tools/slack-desc -drwxr-xr-x 2 root root 4096 2021-03-31 19:50 ./source/a/file +drwxr-xr-x 3 root root 4096 2021-04-06 18:19 ./source/a/file -rw-r--r-- 1 root root 132 2015-04-14 20:27 ./source/a/file/doinst.sh.gz -rw-r--r-- 1 root root 744981 2021-03-31 00:29 ./source/a/file/file-5.40.tar.lz -rw-r--r-- 1 root root 249 2019-12-20 19:14 ./source/a/file/file.PT_DYNAMIC.is.dynamically.linked.diff.gz --rwxr-xr-x 1 root root 6022 2021-03-31 19:50 ./source/a/file/file.SlackBuild +-rwxr-xr-x 1 root root 6794 2021-04-06 18:20 ./source/a/file/file.SlackBuild -rw-r--r-- 1 root root 195 2009-02-23 01:20 ./source/a/file/file.crdaregbin.magic.gz -rw-r--r-- 1 root root 212 2009-06-12 22:40 ./source/a/file/file.etc.file.diff.gz -rw-r--r-- 1 root root 336 2009-02-09 04:19 ./source/a/file/file.quiet.diff.gz -rw-r--r-- 1 root root 250 2011-08-24 02:10 ./source/a/file/file.short.diff.gz -rw-r--r-- 1 root root 248 2009-04-23 04:50 ./source/a/file/file.xz.magic.gz -rw-r--r-- 1 root root 214 2005-09-07 03:59 ./source/a/file/file.zisofs.magic.gz +drwxr-xr-x 2 root root 4096 2021-04-06 18:19 ./source/a/file/git-patches +-rw-r--r-- 1 root root 668 2021-04-06 18:14 ./source/a/file/git-patches/1c677c04c0fa43ecfeccdb9705dbbd19fb356891.patch.gz +-rw-r--r-- 1 root root 1447 2021-04-06 18:13 ./source/a/file/git-patches/2f62d5544d13ca32dc09504ec70358db581e9e65.patch.gz +-rw-r--r-- 1 root root 633 2021-04-06 18:14 ./source/a/file/git-patches/576d713ec955faafdc9d7b783f3f4c27b7bc1793.patch.gz +-rw-r--r-- 1 root root 1168 2021-04-06 18:13 ./source/a/file/git-patches/64dcffa715049351327851c8b5a6f3430a32ff39.patch.gz +-rw-r--r-- 1 root root 636 2021-04-06 18:14 ./source/a/file/git-patches/6b34436ac766dae64749b8d14f18c6910be40131.patch.gz +-rw-r--r-- 1 root root 435 2021-04-06 18:14 ./source/a/file/git-patches/9e2becec20d023409a1671bf10a682f699350e85.patch.gz +-rw-r--r-- 1 root root 1838 2021-04-06 18:19 ./source/a/file/git-patches/f06015040e7ffb3be21bb7622f9f8291b749aaf9.patch.gz -rw-r--r-- 1 root root 233 2015-04-14 20:30 ./source/a/file/recompile_magic.mgc.sh.gz -rw-r--r-- 1 root root 723 2018-02-27 06:13 ./source/a/file/slack-desc drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/a/findutils @@ -5982,10 +5990,11 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/a/lhasa -rw-r--r-- 1 root root 93760 2016-03-30 02:24 ./source/a/lhasa/lhasa-0.3.1.tar.lz -rwxr-xr-x 1 root root 4004 2021-02-13 05:31 ./source/a/lhasa/lhasa.SlackBuild -rw-r--r-- 1 root root 852 2019-10-18 18:16 ./source/a/lhasa/slack-desc -drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/a/libblockdev +drwxr-xr-x 2 root root 4096 2021-04-06 17:57 ./source/a/libblockdev -rw-r--r-- 1 root root 293 2020-10-28 19:22 ./source/a/libblockdev/doinst.sh.gz -rw-r--r-- 1 root root 513021 2021-01-11 11:35 ./source/a/libblockdev/libblockdev-2.25.tar.lz --rwxr-xr-x 1 root root 4787 2021-02-13 05:31 ./source/a/libblockdev/libblockdev.SlackBuild +-rwxr-xr-x 1 root root 4892 2021-04-06 17:58 ./source/a/libblockdev/libblockdev.SlackBuild +-rw-r--r-- 1 root root 209 2021-04-06 17:57 ./source/a/libblockdev/libblockdev.glib-2.68.0.diff.gz -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 drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/a/libbytesize @@ -6399,7 +6408,7 @@ drwxr-xr-x 2 root root 4096 2021-02-20 20:44 ./source/a/sysvinit-scripts/s -rw-r--r-- 1 root root 9344 2020-12-20 01:52 ./source/a/sysvinit-scripts/scripts/rc.6 -rw-r--r-- 1 root root 3302 2020-01-13 18:56 ./source/a/sysvinit-scripts/scripts/rc.K -rw-r--r-- 1 root root 12698 2020-10-22 17:50 ./source/a/sysvinit-scripts/scripts/rc.M --rw-r--r-- 1 root root 16902 2020-12-20 01:53 ./source/a/sysvinit-scripts/scripts/rc.S +-rw-r--r-- 1 root root 16830 2021-04-06 21:57 ./source/a/sysvinit-scripts/scripts/rc.S -rw-r--r-- 1 root root 3328 2018-09-04 22:22 ./source/a/sysvinit-scripts/scripts/rc.cpufreq -rw-r--r-- 1 root root 272 2006-08-12 02:07 ./source/a/sysvinit-scripts/scripts/rc.local -rw-r--r-- 1 root root 168 2011-04-23 19:40 ./source/a/sysvinit-scripts/scripts/rc.loop @@ -6407,7 +6416,7 @@ drwxr-xr-x 2 root root 4096 2021-02-20 20:44 ./source/a/sysvinit-scripts/s -rw-r--r-- 1 root root 689 2015-12-16 01:12 ./source/a/sysvinit-scripts/scripts/rc.modules.local -rw-r--r-- 1 root root 1654 2015-11-23 22:22 ./source/a/sysvinit-scripts/scripts/rc.sysvinit -rw-r--r-- 1 root root 842 2018-02-27 06:13 ./source/a/sysvinit-scripts/slack-desc --rwxr-xr-x 1 root root 2373 2021-02-20 20:44 ./source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild +-rwxr-xr-x 1 root root 2373 2021-04-06 21:57 ./source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild -rw-r--r-- 1 root root 668 2015-08-06 22:54 ./source/a/sysvinit/doinst.sh.gz -rw-r--r-- 1 root root 1009 2018-06-21 18:24 ./source/a/sysvinit/slack-desc -rw-r--r-- 1 root root 126908 2021-02-21 18:03 ./source/a/sysvinit/sysvinit-2.99.tar.xz @@ -6784,13 +6793,13 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/ap/libx86 -rwxr-xr-x 1 root root 3343 2021-02-13 05:31 ./source/ap/libx86/libx86.SlackBuild -rw-r--r-- 1 root root 127 2008-11-24 18:21 ./source/ap/libx86/libx86.info -rw-r--r-- 1 root root 766 2018-02-27 06:12 ./source/ap/libx86/slack-desc -drwxr-xr-x 4 root root 4096 2021-02-15 17:37 ./source/ap/linuxdoc-tools +drwxr-xr-x 4 root root 4096 2021-04-06 19:07 ./source/ap/linuxdoc-tools -rw-r--r-- 1 root root 13315 2020-01-29 15:53 ./source/ap/linuxdoc-tools/ChangeLog.txt drwxr-xr-x 2 root root 4096 2005-10-04 18:51 ./source/ap/linuxdoc-tools/arm -rwxr-xr-x 1 root root 1562 2019-02-05 10:39 ./source/ap/linuxdoc-tools/arm/build -rw-r--r-- 1 root root 257 2017-06-07 08:33 ./source/ap/linuxdoc-tools/doinst.sh.gz -rwxr-xr-x 1 root root 947 2018-04-23 17:20 ./source/ap/linuxdoc-tools/linuxdoc-tools.SlackBuild --rwxr-xr-x 1 root root 40899 2020-01-29 15:47 ./source/ap/linuxdoc-tools/linuxdoc-tools.build +-rwxr-xr-x 1 root root 41911 2021-04-06 16:53 ./source/ap/linuxdoc-tools/linuxdoc-tools.build -rwxr-xr-x 1 root root 4196 2019-02-05 12:49 ./source/ap/linuxdoc-tools/postbuildfixes.sh -rw-r--r-- 1 root root 1159 2018-02-27 06:50 ./source/ap/linuxdoc-tools/slack-desc drwxr-xr-x 2 root root 4096 2020-01-02 15:49 ./source/ap/linuxdoc-tools/sources @@ -7715,7 +7724,7 @@ drwxr-xr-x 2 root root 16384 2021-03-05 18:59 ./source/kde/kde/build -rw-r--r-- 1 root root 2 2021-02-13 05:34 ./source/kde/kde/build/calligraplan -rw-r--r-- 1 root root 2 2021-04-02 18:49 ./source/kde/kde/build/cantor -rw-r--r-- 1 root root 2 2021-03-05 18:56 ./source/kde/kde/build/cervisia --rw-r--r-- 1 root root 2 2021-03-22 18:02 ./source/kde/kde/build/digikam +-rw-r--r-- 1 root root 2 2021-04-06 21:37 ./source/kde/kde/build/digikam -rw-r--r-- 1 root root 2 2021-02-16 20:08 ./source/kde/kde/build/discover -rw-r--r-- 1 root root 2 2021-03-05 18:56 ./source/kde/kde/build/dolphin -rw-r--r-- 1 root root 2 2021-03-05 18:56 ./source/kde/kde/build/dolphin-plugins @@ -8886,16 +8895,16 @@ drwxr-xr-x 2 root root 4096 2021-03-24 04:08 ./source/kde/kde/src/applicat -rw-r--r-- 1 root root 3443204 2021-03-02 00:57 ./source/kde/kde/src/applications/kbounce-20.12.3.tar.xz -rw-r--r-- 1 root root 833 2021-03-02 01:13 ./source/kde/kde/src/applications/kbounce-20.12.3.tar.xz.sig -rw-r--r-- 1 root root 2284120 2021-03-02 00:57 ./source/kde/kde/src/applications/kbreakout-20.12.3.tar.xz --rw-r--r-- 1 root root 833 2021-03-02 01:13 ./source/kde/kde/src/applications/kbreakout-20.12.3.tar.xz.sig --rw-r--r-- 1 root root 5614940 2021-03-02 00:57 ./source/kde/kde/src/applications/kbruch-20.12.3.tar.xz --rw-r--r-- 1 root root 833 2021-03-02 01:13 ./source/kde/kde/src/applications/kbruch-20.12.3.tar.xz.sig --rw-r--r-- 1 root root 818260 2021-03-02 00:57 ./source/kde/kde/src/applications/kcachegrind-20.12.3.tar.xz --rw-r--r-- 1 root root 833 2021-03-02 01:13 ./source/kde/kde/src/applications/kcachegrind-20.12.3.tar.xz.sig --rw-r--r-- 1 root root 380676 2021-03-02 00:57 ./source/kde/kde/src/applications/kcalc-20.12.3.tar.xz --rw-r--r-- 1 root root 833 2021-03-02 01:13 ./source/kde/kde/src/applications/kcalc-20.12.3.tar.xz.sig --rw-r--r-- 1 root root 324512 2021-03-02 00:57 ./source/kde/kde/src/applications/kcalutils-20.12.3.tar.xz --rw-r--r-- 1 root root 833 2021-03-02 01:13 ./source/kde/kde/src/applications/kcalutils-20.12.3.tar.xz.sig --rw-r--r-- 1 root root 366696 2021-03-02 00:57 ./source/kde/kde/src/applications/kcharselect-20.12.3.tar.xz +-rw-r--r-- 1 root root 833 2021-03-02 01:13 ./source/kde/kde/src/applications/kbreakout-20.12.3.tar.xz.sig +-rw-r--r-- 1 root root 5614940 2021-03-02 00:57 ./source/kde/kde/src/applications/kbruch-20.12.3.tar.xz +-rw-r--r-- 1 root root 833 2021-03-02 01:13 ./source/kde/kde/src/applications/kbruch-20.12.3.tar.xz.sig +-rw-r--r-- 1 root root 818260 2021-03-02 00:57 ./source/kde/kde/src/applications/kcachegrind-20.12.3.tar.xz +-rw-r--r-- 1 root root 833 2021-03-02 01:13 ./source/kde/kde/src/applications/kcachegrind-20.12.3.tar.xz.sig +-rw-r--r-- 1 root root 380676 2021-03-02 00:57 ./source/kde/kde/src/applications/kcalc-20.12.3.tar.xz +-rw-r--r-- 1 root root 833 2021-03-02 01:13 ./source/kde/kde/src/applications/kcalc-20.12.3.tar.xz.sig +-rw-r--r-- 1 root root 324512 2021-03-02 00:57 ./source/kde/kde/src/applications/kcalutils-20.12.3.tar.xz +-rw-r--r-- 1 root root 833 2021-03-02 01:13 ./source/kde/kde/src/applications/kcalutils-20.12.3.tar.xz.sig +-rw-r--r-- 1 root root 366696 2021-03-02 00:57 ./source/kde/kde/src/applications/kcharselect-20.12.3.tar.xz -rw-r--r-- 1 root root 833 2021-03-02 01:13 ./source/kde/kde/src/applications/kcharselect-20.12.3.tar.xz.sig -rw-r--r-- 1 root root 27660 2021-03-02 00:57 ./source/kde/kde/src/applications/kcolorchooser-20.12.3.tar.xz -rw-r--r-- 1 root root 833 2021-03-02 01:13 ./source/kde/kde/src/applications/kcolorchooser-20.12.3.tar.xz.sig @@ -9387,7 +9396,7 @@ drwxr-xr-x 2 root root 4096 2021-03-13 19:19 ./source/kde/kde/src/framewo -rw-r--r-- 1 root root 488 2021-03-06 19:25 ./source/kde/kde/src/frameworks/syntax-highlighting-5.80.0.tar.xz.sig -rw-r--r-- 1 root root 1410660 2021-03-06 19:25 ./source/kde/kde/src/frameworks/threadweaver-5.80.0.tar.xz -rw-r--r-- 1 root root 488 2021-03-06 19:25 ./source/kde/kde/src/frameworks/threadweaver-5.80.0.tar.xz.sig -drwxr-xr-x 2 root root 4096 2021-03-16 17:59 ./source/kde/kde/src/plasma +drwxr-xr-x 2 root root 4096 2021-04-06 18:32 ./source/kde/kde/src/plasma drwxr-xr-x 2 root root 4096 2020-11-11 22:13 ./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 @@ -9401,112 +9410,112 @@ drwxr-xr-x 2 root root 4096 2020-11-11 22:13 ./source/kde/kde/src/plasma- -rw-r--r-- 1 root root 488 2019-12-10 15:54 ./source/kde/kde/src/plasma-extra/pulseaudio-qt-1.2.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 501029 2020-10-30 06:44 ./source/kde/kde/src/plasma-extra/wacomtablet-20201030_417d9d9.tar.lz --rw-r--r-- 1 root root 161820 2021-03-16 12:13 ./source/kde/kde/src/plasma/bluedevil-5.21.3.tar.xz --rw-r--r-- 1 root root 488 2021-03-16 12:13 ./source/kde/kde/src/plasma/bluedevil-5.21.3.tar.xz.sig --rw-r--r-- 1 root root 26283352 2021-03-16 12:14 ./source/kde/kde/src/plasma/breeze-5.21.3.tar.xz --rw-r--r-- 1 root root 488 2021-03-16 12:14 ./source/kde/kde/src/plasma/breeze-5.21.3.tar.xz.sig --rw-r--r-- 1 root root 3146916 2021-03-16 12:15 ./source/kde/kde/src/plasma/breeze-grub-5.21.3.tar.xz --rw-r--r-- 1 root root 488 2021-03-16 12:15 ./source/kde/kde/src/plasma/breeze-grub-5.21.3.tar.xz.sig --rw-r--r-- 1 root root 47180 2021-03-16 12:15 ./source/kde/kde/src/plasma/breeze-gtk-5.21.3.tar.xz --rw-r--r-- 1 root root 488 2021-03-16 12:15 ./source/kde/kde/src/plasma/breeze-gtk-5.21.3.tar.xz.sig --rw-r--r-- 1 root root 108872 2021-03-16 12:16 ./source/kde/kde/src/plasma/breeze-plymouth-5.21.3.tar.xz --rw-r--r-- 1 root root 488 2021-03-16 12:16 ./source/kde/kde/src/plasma/breeze-plymouth-5.21.3.tar.xz.sig --rw-r--r-- 1 root root 8425596 2021-03-16 12:17 ./source/kde/kde/src/plasma/discover-5.21.3.tar.xz --rw-r--r-- 1 root root 488 2021-03-16 12:17 ./source/kde/kde/src/plasma/discover-5.21.3.tar.xz.sig --rw-r--r-- 1 root root 769832 2021-03-16 12:17 ./source/kde/kde/src/plasma/drkonqi-5.21.3.tar.xz --rw-r--r-- 1 root root 488 2021-03-16 12:17 ./source/kde/kde/src/plasma/drkonqi-5.21.3.tar.xz.sig --rw-r--r-- 1 root root 99360 2021-03-16 12:18 ./source/kde/kde/src/plasma/kactivitymanagerd-5.21.3.tar.xz --rw-r--r-- 1 root root 488 2021-03-16 12:18 ./source/kde/kde/src/plasma/kactivitymanagerd-5.21.3.tar.xz.sig --rw-r--r-- 1 root root 610236 2021-03-16 12:19 ./source/kde/kde/src/plasma/kde-cli-tools-5.21.3.tar.xz --rw-r--r-- 1 root root 488 2021-03-16 12:19 ./source/kde/kde/src/plasma/kde-cli-tools-5.21.3.tar.xz.sig --rw-r--r-- 1 root root 68712 2021-03-16 12:19 ./source/kde/kde/src/plasma/kde-gtk-config-5.21.3.tar.xz --rw-r--r-- 1 root root 488 2021-03-16 12:19 ./source/kde/kde/src/plasma/kde-gtk-config-5.21.3.tar.xz.sig --rw-r--r-- 1 root root 45916 2021-03-16 12:20 ./source/kde/kde/src/plasma/kdecoration-5.21.3.tar.xz --rw-r--r-- 1 root root 484 2021-03-16 12:20 ./source/kde/kde/src/plasma/kdecoration-5.21.3.tar.xz.sig --rw-r--r-- 1 root root 626340 2021-03-16 12:20 ./source/kde/kde/src/plasma/kdeplasma-addons-5.21.3.tar.xz --rw-r--r-- 1 root root 488 2021-03-16 12:20 ./source/kde/kde/src/plasma/kdeplasma-addons-5.21.3.tar.xz.sig --rw-r--r-- 1 root root 82644 2021-03-16 12:21 ./source/kde/kde/src/plasma/kgamma5-5.21.3.tar.xz --rw-r--r-- 1 root root 488 2021-03-16 12:21 ./source/kde/kde/src/plasma/kgamma5-5.21.3.tar.xz.sig --rw-r--r-- 1 root root 1860500 2021-03-16 12:22 ./source/kde/kde/src/plasma/khotkeys-5.21.3.tar.xz --rw-r--r-- 1 root root 488 2021-03-16 12:22 ./source/kde/kde/src/plasma/khotkeys-5.21.3.tar.xz.sig --rw-r--r-- 1 root root 1301136 2021-03-16 12:23 ./source/kde/kde/src/plasma/kinfocenter-5.21.3.tar.xz --rw-r--r-- 1 root root 488 2021-03-16 12:23 ./source/kde/kde/src/plasma/kinfocenter-5.21.3.tar.xz.sig --rw-r--r-- 1 root root 899120 2021-03-16 12:23 ./source/kde/kde/src/plasma/kmenuedit-5.21.3.tar.xz --rw-r--r-- 1 root root 488 2021-03-16 12:23 ./source/kde/kde/src/plasma/kmenuedit-5.21.3.tar.xz.sig --rw-r--r-- 1 root root 114568 2021-03-16 12:24 ./source/kde/kde/src/plasma/kscreen-5.21.3.tar.xz --rw-r--r-- 1 root root 488 2021-03-16 12:24 ./source/kde/kde/src/plasma/kscreen-5.21.3.tar.xz.sig --rw-r--r-- 1 root root 117304 2021-03-16 12:24 ./source/kde/kde/src/plasma/kscreenlocker-5.21.3.tar.xz --rw-r--r-- 1 root root 488 2021-03-16 12:24 ./source/kde/kde/src/plasma/kscreenlocker-5.21.3.tar.xz.sig --rw-r--r-- 1 root root 24044 2021-03-16 12:25 ./source/kde/kde/src/plasma/ksshaskpass-5.21.3.tar.xz --rw-r--r-- 1 root root 488 2021-03-16 12:25 ./source/kde/kde/src/plasma/ksshaskpass-5.21.3.tar.xz.sig --rw-r--r-- 1 root root 603504 2021-03-16 12:26 ./source/kde/kde/src/plasma/ksysguard-5.21.3.tar.xz --rw-r--r-- 1 root root 488 2021-03-16 12:26 ./source/kde/kde/src/plasma/ksysguard-5.21.3.tar.xz.sig --rw-r--r-- 1 root root 19900 2021-03-16 12:26 ./source/kde/kde/src/plasma/kwallet-pam-5.21.3.tar.xz --rw-r--r-- 1 root root 488 2021-03-16 12:26 ./source/kde/kde/src/plasma/kwallet-pam-5.21.3.tar.xz.sig --rw-r--r-- 1 root root 23276 2021-03-16 12:27 ./source/kde/kde/src/plasma/kwayland-integration-5.21.3.tar.xz --rw-r--r-- 1 root root 488 2021-03-16 12:27 ./source/kde/kde/src/plasma/kwayland-integration-5.21.3.tar.xz.sig --rw-r--r-- 1 root root 219288 2021-03-16 12:27 ./source/kde/kde/src/plasma/kwayland-server-5.21.3.tar.xz --rw-r--r-- 1 root root 488 2021-03-16 12:27 ./source/kde/kde/src/plasma/kwayland-server-5.21.3.tar.xz.sig --rw-r--r-- 1 root root 6393736 2021-03-16 12:28 ./source/kde/kde/src/plasma/kwin-5.21.3.tar.xz --rw-r--r-- 1 root root 488 2021-03-16 12:28 ./source/kde/kde/src/plasma/kwin-5.21.3.tar.xz.sig --rw-r--r-- 1 root root 20532 2021-03-16 12:29 ./source/kde/kde/src/plasma/kwrited-5.21.3.tar.xz --rw-r--r-- 1 root root 488 2021-03-16 12:29 ./source/kde/kde/src/plasma/kwrited-5.21.3.tar.xz.sig --rw-r--r-- 1 root root 84668 2021-03-16 12:29 ./source/kde/kde/src/plasma/libkscreen-5.21.3.tar.xz --rw-r--r-- 1 root root 488 2021-03-16 12:30 ./source/kde/kde/src/plasma/libkscreen-5.21.3.tar.xz.sig --rw-r--r-- 1 root root 706316 2021-03-16 14:16 ./source/kde/kde/src/plasma/libksysguard-5.21.3.1.tar.xz --rw-r--r-- 1 root root 488 2021-03-16 14:16 ./source/kde/kde/src/plasma/libksysguard-5.21.3.1.tar.xz.sig --rw-r--r-- 1 root root 43764 2021-03-16 12:31 ./source/kde/kde/src/plasma/milou-5.21.3.tar.xz --rw-r--r-- 1 root root 488 2021-03-16 12:31 ./source/kde/kde/src/plasma/milou-5.21.3.tar.xz.sig --rw-r--r-- 1 root root 4477328 2021-03-16 12:31 ./source/kde/kde/src/plasma/oxygen-5.21.3.tar.xz --rw-r--r-- 1 root root 488 2021-03-16 12:31 ./source/kde/kde/src/plasma/oxygen-5.21.3.tar.xz.sig --rw-r--r-- 1 root root 203108 2021-03-16 12:32 ./source/kde/kde/src/plasma/plasma-browser-integration-5.21.3.tar.xz --rw-r--r-- 1 root root 488 2021-03-16 12:32 ./source/kde/kde/src/plasma/plasma-browser-integration-5.21.3.tar.xz.sig --rw-r--r-- 1 root root 15912448 2021-03-16 12:33 ./source/kde/kde/src/plasma/plasma-desktop-5.21.3.tar.xz --rw-r--r-- 1 root root 488 2021-03-16 12:33 ./source/kde/kde/src/plasma/plasma-desktop-5.21.3.tar.xz.sig --rw-r--r-- 1 root root 70096 2021-03-16 12:34 ./source/kde/kde/src/plasma/plasma-disks-5.21.3.tar.xz --rw-r--r-- 1 root root 488 2021-03-16 12:34 ./source/kde/kde/src/plasma/plasma-disks-5.21.3.tar.xz.sig --rw-r--r-- 1 root root 330072 2021-03-16 12:34 ./source/kde/kde/src/plasma/plasma-firewall-5.21.3.tar.xz --rw-r--r-- 1 root root 488 2021-03-16 12:34 ./source/kde/kde/src/plasma/plasma-firewall-5.21.3.tar.xz.sig --rw-r--r-- 1 root root 60952 2021-03-16 12:35 ./source/kde/kde/src/plasma/plasma-integration-5.21.3.tar.xz --rw-r--r-- 1 root root 488 2021-03-16 12:35 ./source/kde/kde/src/plasma/plasma-integration-5.21.3.tar.xz.sig --rw-r--r-- 1 root root 65436 2021-03-16 12:35 ./source/kde/kde/src/plasma/plasma-nano-5.21.3.tar.xz --rw-r--r-- 1 root root 488 2021-03-16 12:35 ./source/kde/kde/src/plasma/plasma-nano-5.21.3.tar.xz.sig --rw-r--r-- 1 root root 896180 2021-03-16 12:36 ./source/kde/kde/src/plasma/plasma-nm-5.21.3.tar.xz --rw-r--r-- 1 root root 488 2021-03-16 12:36 ./source/kde/kde/src/plasma/plasma-nm-5.21.3.tar.xz.sig --rw-r--r-- 1 root root 113384 2021-03-16 12:37 ./source/kde/kde/src/plasma/plasma-pa-5.21.3.tar.xz --rw-r--r-- 1 root root 488 2021-03-16 12:37 ./source/kde/kde/src/plasma/plasma-pa-5.21.3.tar.xz.sig --rw-r--r-- 1 root root 1496344 2021-03-16 12:37 ./source/kde/kde/src/plasma/plasma-phone-components-5.21.3.tar.xz --rw-r--r-- 1 root root 488 2021-03-16 12:37 ./source/kde/kde/src/plasma/plasma-phone-components-5.21.3.tar.xz.sig --rw-r--r-- 1 root root 269100 2021-03-16 12:38 ./source/kde/kde/src/plasma/plasma-sdk-5.21.3.tar.xz --rw-r--r-- 1 root root 488 2021-03-16 12:38 ./source/kde/kde/src/plasma/plasma-sdk-5.21.3.tar.xz.sig --rw-r--r-- 1 root root 122832 2021-03-16 12:38 ./source/kde/kde/src/plasma/plasma-systemmonitor-5.21.3.tar.xz --rw-r--r-- 1 root root 488 2021-03-16 12:38 ./source/kde/kde/src/plasma/plasma-systemmonitor-5.21.3.tar.xz.sig --rw-r--r-- 1 root root 1528 2021-03-16 12:39 ./source/kde/kde/src/plasma/plasma-tests-5.21.3.tar.xz --rw-r--r-- 1 root root 488 2021-03-16 12:39 ./source/kde/kde/src/plasma/plasma-tests-5.21.3.tar.xz.sig --rw-r--r-- 1 root root 56724 2021-03-16 12:39 ./source/kde/kde/src/plasma/plasma-thunderbolt-5.21.3.tar.xz --rw-r--r-- 1 root root 488 2021-03-16 12:39 ./source/kde/kde/src/plasma/plasma-thunderbolt-5.21.3.tar.xz.sig --rw-r--r-- 1 root root 159316 2021-03-16 12:40 ./source/kde/kde/src/plasma/plasma-vault-5.21.3.tar.xz --rw-r--r-- 1 root root 488 2021-03-16 12:40 ./source/kde/kde/src/plasma/plasma-vault-5.21.3.tar.xz.sig --rw-r--r-- 1 root root 9713648 2021-03-16 12:41 ./source/kde/kde/src/plasma/plasma-workspace-5.21.3.tar.xz --rw-r--r-- 1 root root 488 2021-03-16 12:41 ./source/kde/kde/src/plasma/plasma-workspace-5.21.3.tar.xz.sig --rw-r--r-- 1 root root 48098692 2021-03-16 12:43 ./source/kde/kde/src/plasma/plasma-workspace-wallpapers-5.21.3.tar.xz --rw-r--r-- 1 root root 488 2021-03-16 12:43 ./source/kde/kde/src/plasma/plasma-workspace-wallpapers-5.21.3.tar.xz.sig --rw-r--r-- 1 root root 43144 2021-03-16 12:43 ./source/kde/kde/src/plasma/plymouth-kcm-5.21.3.tar.xz --rw-r--r-- 1 root root 488 2021-03-16 12:43 ./source/kde/kde/src/plasma/plymouth-kcm-5.21.3.tar.xz.sig --rw-r--r-- 1 root root 45704 2021-03-16 12:44 ./source/kde/kde/src/plasma/polkit-kde-agent-1-5.21.3.tar.xz --rw-r--r-- 1 root root 488 2021-03-16 12:44 ./source/kde/kde/src/plasma/polkit-kde-agent-1-5.21.3.tar.xz.sig --rw-r--r-- 1 root root 614332 2021-03-16 12:44 ./source/kde/kde/src/plasma/powerdevil-5.21.3.tar.xz --rw-r--r-- 1 root root 488 2021-03-16 12:44 ./source/kde/kde/src/plasma/powerdevil-5.21.3.tar.xz.sig --rw-r--r-- 1 root root 61460 2021-03-16 12:45 ./source/kde/kde/src/plasma/qqc2-breeze-style-5.21.3.tar.xz --rw-r--r-- 1 root root 488 2021-03-16 12:45 ./source/kde/kde/src/plasma/qqc2-breeze-style-5.21.3.tar.xz.sig --rw-r--r-- 1 root root 64252 2021-03-16 12:45 ./source/kde/kde/src/plasma/sddm-kcm-5.21.3.tar.xz --rw-r--r-- 1 root root 488 2021-03-16 12:45 ./source/kde/kde/src/plasma/sddm-kcm-5.21.3.tar.xz.sig --rw-r--r-- 1 root root 198240 2021-03-16 12:46 ./source/kde/kde/src/plasma/systemsettings-5.21.3.tar.xz --rw-r--r-- 1 root root 488 2021-03-16 12:46 ./source/kde/kde/src/plasma/systemsettings-5.21.3.tar.xz.sig --rw-r--r-- 1 root root 82504 2021-03-16 12:46 ./source/kde/kde/src/plasma/xdg-desktop-portal-kde-5.21.3.tar.xz --rw-r--r-- 1 root root 488 2021-03-16 12:46 ./source/kde/kde/src/plasma/xdg-desktop-portal-kde-5.21.3.tar.xz.sig -drwxr-xr-x 358 root root 12288 2021-04-01 23:34 ./source/l --rw-r--r-- 1 root root 5095 2021-04-04 19:03 ./source/l/FTBFSlog +-rw-r--r-- 1 root root 162016 2021-04-06 12:14 ./source/kde/kde/src/plasma/bluedevil-5.21.4.tar.xz +-rw-r--r-- 1 root root 488 2021-04-06 12:14 ./source/kde/kde/src/plasma/bluedevil-5.21.4.tar.xz.sig +-rw-r--r-- 1 root root 26283596 2021-04-06 12:14 ./source/kde/kde/src/plasma/breeze-5.21.4.tar.xz +-rw-r--r-- 1 root root 488 2021-04-06 12:14 ./source/kde/kde/src/plasma/breeze-5.21.4.tar.xz.sig +-rw-r--r-- 1 root root 3131192 2021-04-06 12:15 ./source/kde/kde/src/plasma/breeze-grub-5.21.4.tar.xz +-rw-r--r-- 1 root root 488 2021-04-06 12:15 ./source/kde/kde/src/plasma/breeze-grub-5.21.4.tar.xz.sig +-rw-r--r-- 1 root root 47160 2021-04-06 12:15 ./source/kde/kde/src/plasma/breeze-gtk-5.21.4.tar.xz +-rw-r--r-- 1 root root 488 2021-04-06 12:15 ./source/kde/kde/src/plasma/breeze-gtk-5.21.4.tar.xz.sig +-rw-r--r-- 1 root root 108872 2021-04-06 12:16 ./source/kde/kde/src/plasma/breeze-plymouth-5.21.4.tar.xz +-rw-r--r-- 1 root root 488 2021-04-06 12:16 ./source/kde/kde/src/plasma/breeze-plymouth-5.21.4.tar.xz.sig +-rw-r--r-- 1 root root 8425820 2021-04-06 12:16 ./source/kde/kde/src/plasma/discover-5.21.4.tar.xz +-rw-r--r-- 1 root root 488 2021-04-06 12:17 ./source/kde/kde/src/plasma/discover-5.21.4.tar.xz.sig +-rw-r--r-- 1 root root 770164 2021-04-06 12:17 ./source/kde/kde/src/plasma/drkonqi-5.21.4.tar.xz +-rw-r--r-- 1 root root 488 2021-04-06 12:17 ./source/kde/kde/src/plasma/drkonqi-5.21.4.tar.xz.sig +-rw-r--r-- 1 root root 99360 2021-04-06 12:17 ./source/kde/kde/src/plasma/kactivitymanagerd-5.21.4.tar.xz +-rw-r--r-- 1 root root 488 2021-04-06 12:18 ./source/kde/kde/src/plasma/kactivitymanagerd-5.21.4.tar.xz.sig +-rw-r--r-- 1 root root 610380 2021-04-06 12:18 ./source/kde/kde/src/plasma/kde-cli-tools-5.21.4.tar.xz +-rw-r--r-- 1 root root 488 2021-04-06 12:18 ./source/kde/kde/src/plasma/kde-cli-tools-5.21.4.tar.xz.sig +-rw-r--r-- 1 root root 68712 2021-04-06 12:19 ./source/kde/kde/src/plasma/kde-gtk-config-5.21.4.tar.xz +-rw-r--r-- 1 root root 488 2021-04-06 12:19 ./source/kde/kde/src/plasma/kde-gtk-config-5.21.4.tar.xz.sig +-rw-r--r-- 1 root root 45892 2021-04-06 12:19 ./source/kde/kde/src/plasma/kdecoration-5.21.4.tar.xz +-rw-r--r-- 1 root root 488 2021-04-06 12:19 ./source/kde/kde/src/plasma/kdecoration-5.21.4.tar.xz.sig +-rw-r--r-- 1 root root 626504 2021-04-06 12:20 ./source/kde/kde/src/plasma/kdeplasma-addons-5.21.4.tar.xz +-rw-r--r-- 1 root root 488 2021-04-06 12:20 ./source/kde/kde/src/plasma/kdeplasma-addons-5.21.4.tar.xz.sig +-rw-r--r-- 1 root root 82676 2021-04-06 12:21 ./source/kde/kde/src/plasma/kgamma5-5.21.4.tar.xz +-rw-r--r-- 1 root root 488 2021-04-06 12:21 ./source/kde/kde/src/plasma/kgamma5-5.21.4.tar.xz.sig +-rw-r--r-- 1 root root 1860852 2021-04-06 12:21 ./source/kde/kde/src/plasma/khotkeys-5.21.4.tar.xz +-rw-r--r-- 1 root root 488 2021-04-06 12:21 ./source/kde/kde/src/plasma/khotkeys-5.21.4.tar.xz.sig +-rw-r--r-- 1 root root 1301188 2021-04-06 12:22 ./source/kde/kde/src/plasma/kinfocenter-5.21.4.tar.xz +-rw-r--r-- 1 root root 488 2021-04-06 12:22 ./source/kde/kde/src/plasma/kinfocenter-5.21.4.tar.xz.sig +-rw-r--r-- 1 root root 899124 2021-04-06 12:23 ./source/kde/kde/src/plasma/kmenuedit-5.21.4.tar.xz +-rw-r--r-- 1 root root 488 2021-04-06 12:23 ./source/kde/kde/src/plasma/kmenuedit-5.21.4.tar.xz.sig +-rw-r--r-- 1 root root 114640 2021-04-06 12:23 ./source/kde/kde/src/plasma/kscreen-5.21.4.tar.xz +-rw-r--r-- 1 root root 488 2021-04-06 12:23 ./source/kde/kde/src/plasma/kscreen-5.21.4.tar.xz.sig +-rw-r--r-- 1 root root 117284 2021-04-06 12:24 ./source/kde/kde/src/plasma/kscreenlocker-5.21.4.tar.xz +-rw-r--r-- 1 root root 488 2021-04-06 12:24 ./source/kde/kde/src/plasma/kscreenlocker-5.21.4.tar.xz.sig +-rw-r--r-- 1 root root 24060 2021-04-06 12:24 ./source/kde/kde/src/plasma/ksshaskpass-5.21.4.tar.xz +-rw-r--r-- 1 root root 488 2021-04-06 12:24 ./source/kde/kde/src/plasma/ksshaskpass-5.21.4.tar.xz.sig +-rw-r--r-- 1 root root 603960 2021-04-06 12:25 ./source/kde/kde/src/plasma/ksysguard-5.21.4.tar.xz +-rw-r--r-- 1 root root 488 2021-04-06 12:25 ./source/kde/kde/src/plasma/ksysguard-5.21.4.tar.xz.sig +-rw-r--r-- 1 root root 19904 2021-04-06 12:25 ./source/kde/kde/src/plasma/kwallet-pam-5.21.4.tar.xz +-rw-r--r-- 1 root root 488 2021-04-06 12:26 ./source/kde/kde/src/plasma/kwallet-pam-5.21.4.tar.xz.sig +-rw-r--r-- 1 root root 23276 2021-04-06 12:26 ./source/kde/kde/src/plasma/kwayland-integration-5.21.4.tar.xz +-rw-r--r-- 1 root root 488 2021-04-06 12:26 ./source/kde/kde/src/plasma/kwayland-integration-5.21.4.tar.xz.sig +-rw-r--r-- 1 root root 219340 2021-04-06 12:26 ./source/kde/kde/src/plasma/kwayland-server-5.21.4.tar.xz +-rw-r--r-- 1 root root 488 2021-04-06 12:26 ./source/kde/kde/src/plasma/kwayland-server-5.21.4.tar.xz.sig +-rw-r--r-- 1 root root 6394596 2021-04-06 12:28 ./source/kde/kde/src/plasma/kwin-5.21.4.tar.xz +-rw-r--r-- 1 root root 488 2021-04-06 12:28 ./source/kde/kde/src/plasma/kwin-5.21.4.tar.xz.sig +-rw-r--r-- 1 root root 20536 2021-04-06 12:28 ./source/kde/kde/src/plasma/kwrited-5.21.4.tar.xz +-rw-r--r-- 1 root root 488 2021-04-06 12:28 ./source/kde/kde/src/plasma/kwrited-5.21.4.tar.xz.sig +-rw-r--r-- 1 root root 84652 2021-04-06 12:28 ./source/kde/kde/src/plasma/libkscreen-5.21.4.tar.xz +-rw-r--r-- 1 root root 488 2021-04-06 12:28 ./source/kde/kde/src/plasma/libkscreen-5.21.4.tar.xz.sig +-rw-r--r-- 1 root root 706288 2021-04-06 12:29 ./source/kde/kde/src/plasma/libksysguard-5.21.4.tar.xz +-rw-r--r-- 1 root root 488 2021-04-06 12:29 ./source/kde/kde/src/plasma/libksysguard-5.21.4.tar.xz.sig +-rw-r--r-- 1 root root 43840 2021-04-06 12:30 ./source/kde/kde/src/plasma/milou-5.21.4.tar.xz +-rw-r--r-- 1 root root 488 2021-04-06 12:30 ./source/kde/kde/src/plasma/milou-5.21.4.tar.xz.sig +-rw-r--r-- 1 root root 4475612 2021-04-06 12:30 ./source/kde/kde/src/plasma/oxygen-5.21.4.tar.xz +-rw-r--r-- 1 root root 488 2021-04-06 12:30 ./source/kde/kde/src/plasma/oxygen-5.21.4.tar.xz.sig +-rw-r--r-- 1 root root 203948 2021-04-06 12:31 ./source/kde/kde/src/plasma/plasma-browser-integration-5.21.4.tar.xz +-rw-r--r-- 1 root root 488 2021-04-06 12:31 ./source/kde/kde/src/plasma/plasma-browser-integration-5.21.4.tar.xz.sig +-rw-r--r-- 1 root root 15914768 2021-04-06 12:32 ./source/kde/kde/src/plasma/plasma-desktop-5.21.4.tar.xz +-rw-r--r-- 1 root root 488 2021-04-06 12:32 ./source/kde/kde/src/plasma/plasma-desktop-5.21.4.tar.xz.sig +-rw-r--r-- 1 root root 71000 2021-04-06 12:33 ./source/kde/kde/src/plasma/plasma-disks-5.21.4.tar.xz +-rw-r--r-- 1 root root 488 2021-04-06 12:33 ./source/kde/kde/src/plasma/plasma-disks-5.21.4.tar.xz.sig +-rw-r--r-- 1 root root 330788 2021-04-06 12:33 ./source/kde/kde/src/plasma/plasma-firewall-5.21.4.tar.xz +-rw-r--r-- 1 root root 488 2021-04-06 12:33 ./source/kde/kde/src/plasma/plasma-firewall-5.21.4.tar.xz.sig +-rw-r--r-- 1 root root 60944 2021-04-06 12:34 ./source/kde/kde/src/plasma/plasma-integration-5.21.4.tar.xz +-rw-r--r-- 1 root root 488 2021-04-06 12:34 ./source/kde/kde/src/plasma/plasma-integration-5.21.4.tar.xz.sig +-rw-r--r-- 1 root root 65472 2021-04-06 12:34 ./source/kde/kde/src/plasma/plasma-nano-5.21.4.tar.xz +-rw-r--r-- 1 root root 488 2021-04-06 12:34 ./source/kde/kde/src/plasma/plasma-nano-5.21.4.tar.xz.sig +-rw-r--r-- 1 root root 896848 2021-04-06 12:35 ./source/kde/kde/src/plasma/plasma-nm-5.21.4.tar.xz +-rw-r--r-- 1 root root 488 2021-04-06 12:35 ./source/kde/kde/src/plasma/plasma-nm-5.21.4.tar.xz.sig +-rw-r--r-- 1 root root 113496 2021-04-06 12:36 ./source/kde/kde/src/plasma/plasma-pa-5.21.4.tar.xz +-rw-r--r-- 1 root root 488 2021-04-06 12:36 ./source/kde/kde/src/plasma/plasma-pa-5.21.4.tar.xz.sig +-rw-r--r-- 1 root root 1496480 2021-04-06 12:36 ./source/kde/kde/src/plasma/plasma-phone-components-5.21.4.tar.xz +-rw-r--r-- 1 root root 488 2021-04-06 12:36 ./source/kde/kde/src/plasma/plasma-phone-components-5.21.4.tar.xz.sig +-rw-r--r-- 1 root root 269256 2021-04-06 12:37 ./source/kde/kde/src/plasma/plasma-sdk-5.21.4.tar.xz +-rw-r--r-- 1 root root 488 2021-04-06 12:37 ./source/kde/kde/src/plasma/plasma-sdk-5.21.4.tar.xz.sig +-rw-r--r-- 1 root root 124008 2021-04-06 12:37 ./source/kde/kde/src/plasma/plasma-systemmonitor-5.21.4.tar.xz +-rw-r--r-- 1 root root 488 2021-04-06 12:37 ./source/kde/kde/src/plasma/plasma-systemmonitor-5.21.4.tar.xz.sig +-rw-r--r-- 1 root root 1532 2021-04-06 12:37 ./source/kde/kde/src/plasma/plasma-tests-5.21.4.tar.xz +-rw-r--r-- 1 root root 488 2021-04-06 12:37 ./source/kde/kde/src/plasma/plasma-tests-5.21.4.tar.xz.sig +-rw-r--r-- 1 root root 56732 2021-04-06 12:38 ./source/kde/kde/src/plasma/plasma-thunderbolt-5.21.4.tar.xz +-rw-r--r-- 1 root root 488 2021-04-06 12:38 ./source/kde/kde/src/plasma/plasma-thunderbolt-5.21.4.tar.xz.sig +-rw-r--r-- 1 root root 159420 2021-04-06 12:38 ./source/kde/kde/src/plasma/plasma-vault-5.21.4.tar.xz +-rw-r--r-- 1 root root 488 2021-04-06 12:38 ./source/kde/kde/src/plasma/plasma-vault-5.21.4.tar.xz.sig +-rw-r--r-- 1 root root 9714792 2021-04-06 12:40 ./source/kde/kde/src/plasma/plasma-workspace-5.21.4.tar.xz +-rw-r--r-- 1 root root 488 2021-04-06 12:40 ./source/kde/kde/src/plasma/plasma-workspace-5.21.4.tar.xz.sig +-rw-r--r-- 1 root root 48099124 2021-04-06 12:41 ./source/kde/kde/src/plasma/plasma-workspace-wallpapers-5.21.4.tar.xz +-rw-r--r-- 1 root root 488 2021-04-06 12:41 ./source/kde/kde/src/plasma/plasma-workspace-wallpapers-5.21.4.tar.xz.sig +-rw-r--r-- 1 root root 43156 2021-04-06 12:42 ./source/kde/kde/src/plasma/plymouth-kcm-5.21.4.tar.xz +-rw-r--r-- 1 root root 488 2021-04-06 12:42 ./source/kde/kde/src/plasma/plymouth-kcm-5.21.4.tar.xz.sig +-rw-r--r-- 1 root root 45728 2021-04-06 12:42 ./source/kde/kde/src/plasma/polkit-kde-agent-1-5.21.4.tar.xz +-rw-r--r-- 1 root root 488 2021-04-06 12:42 ./source/kde/kde/src/plasma/polkit-kde-agent-1-5.21.4.tar.xz.sig +-rw-r--r-- 1 root root 614552 2021-04-06 12:43 ./source/kde/kde/src/plasma/powerdevil-5.21.4.tar.xz +-rw-r--r-- 1 root root 488 2021-04-06 12:43 ./source/kde/kde/src/plasma/powerdevil-5.21.4.tar.xz.sig +-rw-r--r-- 1 root root 61464 2021-04-06 12:43 ./source/kde/kde/src/plasma/qqc2-breeze-style-5.21.4.tar.xz +-rw-r--r-- 1 root root 488 2021-04-06 12:43 ./source/kde/kde/src/plasma/qqc2-breeze-style-5.21.4.tar.xz.sig +-rw-r--r-- 1 root root 64348 2021-04-06 12:44 ./source/kde/kde/src/plasma/sddm-kcm-5.21.4.tar.xz +-rw-r--r-- 1 root root 488 2021-04-06 12:44 ./source/kde/kde/src/plasma/sddm-kcm-5.21.4.tar.xz.sig +-rw-r--r-- 1 root root 198236 2021-04-06 12:45 ./source/kde/kde/src/plasma/systemsettings-5.21.4.tar.xz +-rw-r--r-- 1 root root 488 2021-04-06 12:45 ./source/kde/kde/src/plasma/systemsettings-5.21.4.tar.xz.sig +-rw-r--r-- 1 root root 82552 2021-04-06 12:45 ./source/kde/kde/src/plasma/xdg-desktop-portal-kde-5.21.4.tar.xz +-rw-r--r-- 1 root root 488 2021-04-06 12:45 ./source/kde/kde/src/plasma/xdg-desktop-portal-kde-5.21.4.tar.xz.sig +drwxr-xr-x 358 root root 12288 2021-04-06 18:11 ./source/l +-rw-r--r-- 1 root root 5232 2021-04-06 18:12 ./source/l/FTBFSlog drwxr-xr-x 3 root root 4096 2021-02-13 05:31 ./source/l/GConf -rw-r--r-- 1 root root 1559904 2013-01-22 02:48 ./source/l/GConf/GConf-3.2.6.tar.xz -rwxr-xr-x 1 root root 4881 2021-02-13 05:31 ./source/l/GConf/GConf.SlackBuild @@ -10023,9 +10032,9 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/l/grantlee -rwxr-xr-x 1 root root 4003 2021-02-13 05:31 ./source/l/grantlee/grantlee.SlackBuild -rw-r--r-- 1 root root 37 2020-09-29 03:02 ./source/l/grantlee/grantlee.url -rw-r--r-- 1 root root 907 2020-11-01 20:04 ./source/l/grantlee/slack-desc -drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/l/graphene --rw-r--r-- 1 root root 136493 2021-02-09 23:22 ./source/l/graphene/graphene-1.10.4.tar.lz --rwxr-xr-x 1 root root 4355 2021-02-13 05:31 ./source/l/graphene/graphene.SlackBuild +drwxr-xr-x 2 root root 4096 2021-04-06 18:35 ./source/l/graphene +-rw-r--r-- 1 root root 137248 2021-04-06 13:30 ./source/l/graphene/graphene-1.10.6.tar.lz +-rwxr-xr-x 1 root root 4355 2021-04-06 18:35 ./source/l/graphene/graphene.SlackBuild -rw-r--r-- 1 root root 35 2020-10-29 04:49 ./source/l/graphene/graphene.url -rw-r--r-- 1 root root 979 2020-10-29 04:57 ./source/l/graphene/slack-desc drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/l/graphite2 @@ -10296,9 +10305,9 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/l/libatasmart -rwxr-xr-x 1 root root 3880 2021-02-13 05:31 ./source/l/libatasmart/libatasmart.SlackBuild -rw-r--r-- 1 root root 27 2010-11-10 05:16 ./source/l/libatasmart/libatasmart.info -rw-r--r-- 1 root root 1013 2018-02-27 06:12 ./source/l/libatasmart/slack-desc -drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/l/libbluray --rw-r--r-- 1 root root 682773 2020-10-24 13:43 ./source/l/libbluray/libbluray-1.2.1.tar.lz --rwxr--r-- 1 root root 3707 2021-02-13 05:31 ./source/l/libbluray/libbluray.SlackBuild +drwxr-xr-x 2 root root 4096 2021-04-06 18:37 ./source/l/libbluray +-rw-r--r-- 1 root root 685292 2021-04-05 14:16 ./source/l/libbluray/libbluray-1.3.0.tar.lz +-rwxr--r-- 1 root root 3707 2021-04-06 18:37 ./source/l/libbluray/libbluray.SlackBuild -rw-r--r-- 1 root root 824 2018-02-27 06:12 ./source/l/libbluray/slack-desc drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/l/libburn -rw-r--r-- 1 root root 696850 2021-02-07 15:42 ./source/l/libburn/libburn-1.5.4.tar.lz @@ -10760,8 +10769,8 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/l/libwpg -rw-r--r-- 1 root root 328664 2019-01-01 18:25 ./source/l/libwpg/libwpg-0.3.3.tar.xz -rwxr--r-- 1 root root 3824 2021-02-13 05:32 ./source/l/libwpg/libwpg.SlackBuild -rw-r--r-- 1 root root 719 2018-02-27 06:12 ./source/l/libwpg/slack-desc -drwxr-xr-x 2 root root 4096 2021-03-02 19:25 ./source/l/libxkbcommon --rw-r--r-- 1 root root 429931 2021-02-27 20:48 ./source/l/libxkbcommon/libxkbcommon-1.1.0.tar.lz +drwxr-xr-x 2 root root 4096 2021-04-06 18:38 ./source/l/libxkbcommon +-rw-r--r-- 1 root root 445592 2021-04-03 11:15 ./source/l/libxkbcommon/libxkbcommon-1.2.0.tar.lz -rwxr-xr-x 1 root root 4060 2021-03-02 19:25 ./source/l/libxkbcommon/libxkbcommon.SlackBuild -rw-r--r-- 1 root root 1078 2020-11-23 20:27 ./source/l/libxkbcommon/slack-desc drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/l/libxklavier @@ -11335,10 +11344,11 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/l/sound-theme-freed -rw-r--r-- 1 root root 442084 2012-09-25 20:25 ./source/l/sound-theme-freedesktop/sound-theme-freedesktop-0.8.tar.xz -rwxr-xr-x 1 root root 2793 2021-02-13 05:32 ./source/l/sound-theme-freedesktop/sound-theme-freedesktop.SlackBuild -rw-r--r-- 1 root root 104 2012-05-01 01:36 ./source/l/sound-theme-freedesktop/sound-theme-freedesktop.url -drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/l/speech-dispatcher +drwxr-xr-x 2 root root 4096 2021-04-06 17:59 ./source/l/speech-dispatcher +-rw-r--r-- 1 root root 1496 2021-04-06 17:59 ./source/l/speech-dispatcher/a2faab416e42cbdf3d73f98578a89eb7a235e25a.patch.gz -rw-r--r-- 1 root root 970 2020-12-04 19:45 ./source/l/speech-dispatcher/slack-desc -rw-r--r-- 1 root root 2853791 2020-11-24 23:41 ./source/l/speech-dispatcher/speech-dispatcher-0.10.2.tar.lz --rwxr-xr-x 1 root root 4627 2021-02-13 05:32 ./source/l/speech-dispatcher/speech-dispatcher.SlackBuild +-rwxr-xr-x 1 root root 4750 2021-04-06 18:00 ./source/l/speech-dispatcher/speech-dispatcher.SlackBuild -rw-r--r-- 1 root root 36 2020-11-30 22:29 ./source/l/speech-dispatcher/speech-dispatcher.url drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/l/speex -rw-r--r-- 1 root root 993 2018-02-27 06:12 ./source/l/speex/slack-desc @@ -12034,20 +12044,20 @@ drwxr-xr-x 2 root root 4096 2014-06-25 04:05 ./source/n/netkit-ftp/patche -rw-r--r-- 1 root root 634 2014-06-07 17:00 ./source/n/netkit-ftp/patches/27-netkit-ftp-0.17-remove-nested-include.patch -rw-r--r-- 1 root root 1280 2014-06-07 17:00 ./source/n/netkit-ftp/patches/28-netkit-ftp-0.17-linelen.patch -rw-r--r-- 1 root root 1288 2014-06-07 17:00 ./source/n/netkit-ftp/patches/29-netkit-ftp-0.17-active-mode-option.patch --rw-r--r-- 1 root root 401 2014-06-07 17:00 ./source/n/netkit-ftp/patches/30-netkit-ftp-0.17-commands-leaks.patch --rw-r--r-- 1 root root 771 2014-06-07 17:00 ./source/n/netkit-ftp/patches/31-netkit-ftp-0.17-lsn-timeout.patch --rw-r--r-- 1 root root 1080 2014-06-07 17:00 ./source/n/netkit-ftp/patches/32-netkit-ftp-0.17-getlogin.patch --rw-r--r-- 1 root root 1545 2014-06-07 17:00 ./source/n/netkit-ftp/patches/33-netkit-ftp-0.17-token.patch --rw-r--r-- 1 root root 900 2018-02-27 06:13 ./source/n/netkit-ftp/slack-desc -drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/netkit-ntalk --rw-r--r-- 1 root root 842 2000-06-08 02:04 ./source/n/netkit-ntalk/netkit-ntalk-0.11.diff.gz --rw-r--r-- 1 root root 30632 2000-06-08 02:04 ./source/n/netkit-ntalk/netkit-ntalk-0.11.tar.gz --rw-r--r-- 1 root root 230 2001-02-26 02:46 ./source/n/netkit-ntalk/netkit-ntalk-0.17.diff.gz --rw-r--r-- 1 root root 37396 2000-07-31 03:02 ./source/n/netkit-ntalk/netkit-ntalk-0.17.tar.gz --rwxr-xr-x 1 root root 3507 2021-02-13 05:32 ./source/n/netkit-ntalk/netkit-ntalk.SlackBuild --rw-r--r-- 1 root root 551 2004-11-04 03:51 ./source/n/netkit-ntalk/ntalk-0.17-slackware-alt-talkd.patch.gz --rw-r--r-- 1 root root 937 2018-02-27 06:13 ./source/n/netkit-ntalk/slack-desc -drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/netkit-routed +-rw-r--r-- 1 root root 401 2014-06-07 17:00 ./source/n/netkit-ftp/patches/30-netkit-ftp-0.17-commands-leaks.patch +-rw-r--r-- 1 root root 771 2014-06-07 17:00 ./source/n/netkit-ftp/patches/31-netkit-ftp-0.17-lsn-timeout.patch +-rw-r--r-- 1 root root 1080 2014-06-07 17:00 ./source/n/netkit-ftp/patches/32-netkit-ftp-0.17-getlogin.patch +-rw-r--r-- 1 root root 1545 2014-06-07 17:00 ./source/n/netkit-ftp/patches/33-netkit-ftp-0.17-token.patch +-rw-r--r-- 1 root root 900 2018-02-27 06:13 ./source/n/netkit-ftp/slack-desc +drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/netkit-ntalk +-rw-r--r-- 1 root root 842 2000-06-08 02:04 ./source/n/netkit-ntalk/netkit-ntalk-0.11.diff.gz +-rw-r--r-- 1 root root 30632 2000-06-08 02:04 ./source/n/netkit-ntalk/netkit-ntalk-0.11.tar.gz +-rw-r--r-- 1 root root 230 2001-02-26 02:46 ./source/n/netkit-ntalk/netkit-ntalk-0.17.diff.gz +-rw-r--r-- 1 root root 37396 2000-07-31 03:02 ./source/n/netkit-ntalk/netkit-ntalk-0.17.tar.gz +-rwxr-xr-x 1 root root 3507 2021-02-13 05:32 ./source/n/netkit-ntalk/netkit-ntalk.SlackBuild +-rw-r--r-- 1 root root 551 2004-11-04 03:51 ./source/n/netkit-ntalk/ntalk-0.17-slackware-alt-talkd.patch.gz +-rw-r--r-- 1 root root 937 2018-02-27 06:13 ./source/n/netkit-ntalk/slack-desc +drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/netkit-routed -rw-r--r-- 1 root root 305 2001-02-26 02:15 ./source/n/netkit-routed/netkit-routed-0.17.diff.gz -rw-r--r-- 1 root root 36435 2000-07-31 03:02 ./source/n/netkit-routed/netkit-routed-0.17.tar.gz -rwxr-xr-x 1 root root 2996 2021-02-13 05:32 ./source/n/netkit-routed/netkit-routed.SlackBuild @@ -12426,11 +12436,11 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/sshfs -rw-r--r-- 1 root root 52988 2020-11-09 09:54 ./source/n/sshfs/sshfs-3.7.1.tar.xz -rw-r--r-- 1 root root 1012 2020-11-09 09:54 ./source/n/sshfs/sshfs-3.7.1.tar.xz.asc -rwxr-xr-x 1 root root 4227 2021-02-13 05:32 ./source/n/sshfs/sshfs.SlackBuild -drwxr-xr-x 2 root root 4096 2021-02-21 02:21 ./source/n/stunnel +drwxr-xr-x 2 root root 4096 2021-04-06 18:40 ./source/n/stunnel -rw-r--r-- 1 root root 268 2015-09-17 19:39 ./source/n/stunnel/doinst.sh.gz -rw-r--r-- 1 root root 286 2016-08-22 18:28 ./source/n/stunnel/generate-stunnel-key.sh -rw-r--r-- 1 root root 965 2018-02-27 06:13 ./source/n/stunnel/slack-desc --rw-r--r-- 1 root root 708629 2021-02-20 18:18 ./source/n/stunnel/stunnel-5.58.tar.lz +-rw-r--r-- 1 root root 710272 2021-04-05 21:16 ./source/n/stunnel/stunnel-5.59.tar.lz -rwxr-xr-x 1 root root 4728 2021-02-21 02:21 ./source/n/stunnel/stunnel.SlackBuild -rw-r--r-- 1 root root 39 2018-05-22 17:22 ./source/n/stunnel/stunnel.url drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/tcp_wrappers @@ -12615,11 +12625,11 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/tcl/tix -rw-r--r-- 1 root root 1908 2008-09-09 00:46 ./source/tcl/tix/tix.tcl8.5.patch.gz drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/tcl/tk -rw-r--r-- 1 root root 677 2018-11-16 18:36 ./source/tcl/tk/slack-desc --rwxr-xr-x 1 root root 4432 2021-02-13 05:32 ./source/tcl/tk/tk.SlackBuild +-rwxr-xr-x 1 root root 4431 2021-04-05 19:37 ./source/tcl/tk/tk.SlackBuild -rw-r--r-- 1 root root 48 2021-01-04 23:37 ./source/tcl/tk/tk.url -rw-r--r-- 1 root root 4496008 2021-01-13 20:19 ./source/tcl/tk/tk8.6.11.1-src.tar.gz -drwxr-xr-x 77 root root 4096 2021-03-12 01:33 ./source/x --rw-r--r-- 1 root root 1404 2021-01-30 02:47 ./source/x/FTBFSlog +drwxr-xr-x 77 root root 4096 2021-04-06 18:07 ./source/x +-rw-r--r-- 1 root root 1605 2021-04-06 18:08 ./source/x/FTBFSlog drwxr-xr-x 2 root root 4096 2021-03-05 17:22 ./source/x/OpenCC -rw-r--r-- 1 root root 2078513 2021-03-01 15:08 ./source/x/OpenCC/OpenCC-ver.1.1.2.tar.lz -rwxr-xr-x 1 root root 3386 2021-03-05 02:39 ./source/x/OpenCC/OpenCC.SlackBuild @@ -12642,15 +12652,15 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/dejavu-fonts-ttf -rwxr-xr-x 1 root root 2983 2021-02-13 05:32 ./source/x/dejavu-fonts-ttf/dejavu-fonts-ttf.SlackBuild -rw-r--r-- 1 root root 169 2018-06-05 22:36 ./source/x/dejavu-fonts-ttf/doinst.sh.gz -rw-r--r-- 1 root root 904 2018-02-27 06:13 ./source/x/dejavu-fonts-ttf/slack-desc -drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/fcitx -drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/fcitx-anthy --rw-r--r-- 1 root root 78020 2017-09-14 22:51 ./source/x/fcitx-anthy/fcitx-anthy-0.2.3.tar.xz --rwxr-xr-x 1 root root 3357 2021-02-13 05:32 ./source/x/fcitx-anthy/fcitx-anthy.SlackBuild +drwxr-xr-x 2 root root 4096 2021-04-06 17:55 ./source/x/fcitx +drwxr-xr-x 2 root root 4096 2021-04-06 18:34 ./source/x/fcitx-anthy +-rw-r--r-- 1 root root 77146 2021-04-05 23:37 ./source/x/fcitx-anthy/fcitx-anthy-0.2.4.tar.lz +-rwxr-xr-x 1 root root 3357 2021-04-06 18:34 ./source/x/fcitx-anthy/fcitx-anthy.SlackBuild -rw-r--r-- 1 root root 727 2016-10-13 18:57 ./source/x/fcitx-anthy/slack-desc -drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/fcitx-configtool +drwxr-xr-x 2 root root 4096 2021-04-06 17:56 ./source/x/fcitx-configtool -rw-r--r-- 1 root root 50440 2017-09-14 22:51 ./source/x/fcitx-configtool/fcitx-configtool-0.4.10.tar.xz -rw-r--r-- 1 root root 310 2017-09-14 22:51 ./source/x/fcitx-configtool/fcitx-configtool-0.4.10.tar.xz.sig --rwxr-xr-x 1 root root 3436 2021-02-13 05:32 ./source/x/fcitx-configtool/fcitx-configtool.SlackBuild +-rwxr-xr-x 1 root root 3469 2021-04-06 17:55 ./source/x/fcitx-configtool/fcitx-configtool.SlackBuild -rw-r--r-- 1 root root 47 2020-12-08 18:26 ./source/x/fcitx-configtool/fcitx-configtool.url -rw-r--r-- 1 root root 851 2017-03-18 14:58 ./source/x/fcitx-configtool/slack-desc drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/fcitx-hangul @@ -12695,7 +12705,7 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/fcitx-unikey -rw-r--r-- 1 root root 1703948 2020-08-01 01:41 ./source/x/fcitx/fcitx-4.2.9.8.tar.xz -rw-r--r-- 1 root root 310 2020-08-01 01:41 ./source/x/fcitx/fcitx-4.2.9.8.tar.xz.sig -rw-r--r-- 1 root root 295 2020-11-25 23:27 ./source/x/fcitx/fcitx-autostart.patch.gz --rwxr-xr-x 1 root root 4011 2021-02-13 05:32 ./source/x/fcitx/fcitx.SlackBuild +-rwxr-xr-x 1 root root 4005 2021-04-06 17:55 ./source/x/fcitx/fcitx.SlackBuild -rw-r--r-- 1 root root 987 2016-10-12 18:43 ./source/x/fcitx/slack-desc drwxr-xr-x 3 root root 4096 2021-02-13 05:32 ./source/x/fontconfig -rw-r--r-- 1 root root 139 2013-02-28 21:07 ./source/x/fontconfig/doinst.sh.gz @@ -13255,7 +13265,7 @@ drwxr-xr-x 2 root root 12288 2021-02-13 05:36 ./source/x/x11/build -rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-input-evdev -rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-input-joystick -rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-input-keyboard --rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-input-libinput +-rw-r--r-- 1 root root 2 2021-04-06 18:42 ./source/x/x11/build/xf86-input-libinput -rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-input-mouse -rw-r--r-- 1 root root 3 2021-02-13 05:35 ./source/x/x11/build/xf86-input-penmount -rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-input-synaptics @@ -13868,7 +13878,7 @@ drwxr-xr-x 2 root root 12288 2020-05-18 17:50 ./source/x/x11/slack-desc -rw-r--r-- 1 root root 716 2012-04-08 02:21 ./source/x/x11/slack-desc/xwd -rw-r--r-- 1 root root 702 2012-04-08 02:21 ./source/x/x11/slack-desc/xwininfo -rw-r--r-- 1 root root 668 2012-04-07 23:42 ./source/x/x11/slack-desc/xwud -drwxr-xr-x 12 root root 4096 2021-02-07 19:10 ./source/x/x11/src +drwxr-xr-x 12 root root 4096 2021-04-06 18:42 ./source/x/x11/src drwxr-xr-x 2 root root 4096 2021-03-17 18:41 ./source/x/x11/src/app -rw-r--r-- 1 root root 115464 2018-03-05 03:32 ./source/x/x11/src/app/appres-1.0.5.tar.xz -rw-r--r-- 1 root root 139452 2017-11-07 19:12 ./source/x/x11/src/app/bdftopcf-1.1.tar.xz @@ -13963,12 +13973,12 @@ drwxr-xr-x 2 root root 4096 2021-02-16 19:25 ./source/x/x11/src/data drwxr-xr-x 2 root root 4096 2015-05-04 05:55 ./source/x/x11/src/doc -rw-r--r-- 1 root root 333452 2015-05-01 06:18 ./source/x/x11/src/doc/xorg-docs-1.7.1.tar.xz -rw-r--r-- 1 root root 110976 2012-06-06 02:42 ./source/x/x11/src/doc/xorg-sgml-doctools-1.11.tar.xz -drwxr-xr-x 2 root root 4096 2021-02-07 19:10 ./source/x/x11/src/driver +drwxr-xr-x 2 root root 4096 2021-04-06 18:42 ./source/x/x11/src/driver -rw-r--r-- 1 root root 236544 2011-05-04 23:02 ./source/x/x11/src/driver/xf86-input-acecad-1.5.0.tar.xz -rw-r--r-- 1 root root 345048 2018-05-29 02:33 ./source/x/x11/src/driver/xf86-input-evdev-2.10.6.tar.xz -rw-r--r-- 1 root root 291860 2016-11-17 23:02 ./source/x/x11/src/driver/xf86-input-joystick-1.6.3.tar.xz -rw-r--r-- 1 root root 290104 2016-11-17 04:29 ./source/x/x11/src/driver/xf86-input-keyboard-1.9.0.tar.xz --rw-r--r-- 1 root root 309420 2020-05-19 06:23 ./source/x/x11/src/driver/xf86-input-libinput-0.30.0.tar.xz +-rw-r--r-- 1 root root 310040 2021-04-06 06:11 ./source/x/x11/src/driver/xf86-input-libinput-1.0.0.tar.xz -rw-r--r-- 1 root root 318204 2018-06-19 04:36 ./source/x/x11/src/driver/xf86-input-mouse-1.9.3.tar.xz -rw-r--r-- 1 root root 229120 2011-06-28 00:52 ./source/x/x11/src/driver/xf86-input-penmount-1.5.0.tar.xz -rw-r--r-- 1 root root 427964 2018-05-29 03:19 ./source/x/x11/src/driver/xf86-input-synaptics-1.9.1.tar.xz @@ -14151,8 +14161,8 @@ drwxr-xr-x 2 root root 4096 2021-03-27 18:26 ./source/x/xterm -rw-r--r-- 1 root root 1002317 2021-03-26 23:11 ./source/x/xterm/xterm-367.tar.lz -rwxr-xr-x 1 root root 4903 2021-03-27 18:26 ./source/x/xterm/xterm.SlackBuild -rw-r--r-- 1 root root 38 2018-08-13 18:38 ./source/x/xterm/xterm.url -drwxr-xr-x 51 root root 4096 2021-04-02 19:27 ./source/xap --rw-r--r-- 1 root root 2033 2021-01-19 01:21 ./source/xap/FTBFSlog +drwxr-xr-x 51 root root 4096 2021-04-06 18:10 ./source/xap +-rw-r--r-- 1 root root 2156 2021-04-06 18:10 ./source/xap/FTBFSlog drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xap/MPlayer -rw-r--r-- 1 root root 222707 2017-10-10 01:18 ./source/xap/MPlayer/Blue-1.13.tar.bz2 -rw-r--r-- 1 root root 5254708 2020-01-03 18:32 ./source/xap/MPlayer/MPlayer-20200103.tar.xz @@ -14364,11 +14374,10 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xap/network-manager- -rw-r--r-- 1 root root 1953772 2021-02-03 08:55 ./source/xap/network-manager-applet/network-manager-applet-1.20.0.tar.xz -rwxr-xr-x 1 root root 4333 2021-02-13 05:32 ./source/xap/network-manager-applet/network-manager-applet.SlackBuild -rw-r--r-- 1 root root 829 2018-02-27 06:13 ./source/xap/network-manager-applet/slack-desc -drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xap/pan --rw-r--r-- 1 root root 460 2020-07-16 18:16 ./source/xap/pan/0d775547f0e7cf7529538704814469e1db5496f2.patch.gz --rw-r--r-- 1 root root 2533 2020-07-16 18:16 ./source/xap/pan/495bfb2eb9228b5b5cef8b50e11af577e4b473f8.patch.gz +drwxr-xr-x 2 root root 4096 2021-04-06 18:04 ./source/xap/pan -rw-r--r-- 1 root root 1657736 2019-10-12 20:22 ./source/xap/pan/pan-0.146.tar.lz --rwxr-xr-x 1 root root 4640 2021-02-13 05:32 ./source/xap/pan/pan.SlackBuild +-rwxr-xr-x 1 root root 4573 2021-04-06 18:04 ./source/xap/pan/pan.SlackBuild +-rw-r--r-- 1 root root 4832 2021-04-06 18:02 ./source/xap/pan/pan.glib-2.68.0.diff.gz -rw-r--r-- 1 root root 752 2018-02-27 06:13 ./source/xap/pan/slack-desc drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xap/pavucontrol -rw-r--r-- 1 root root 120 2013-11-05 03:45 ./source/xap/pavucontrol/doinst.sh.gz diff --git a/recompress.sh b/recompress.sh index 425e4e5b8..6520f4639 100755 --- a/recompress.sh +++ b/recompress.sh @@ -160,6 +160,13 @@ gzip ./source/a/file/recompile_magic.mgc.sh gzip ./source/a/file/file.short.diff gzip ./source/a/file/file.etc.file.diff gzip ./source/a/file/doinst.sh +gzip ./source/a/file/git-patches/1c677c04c0fa43ecfeccdb9705dbbd19fb356891.patch +gzip ./source/a/file/git-patches/2f62d5544d13ca32dc09504ec70358db581e9e65.patch +gzip ./source/a/file/git-patches/64dcffa715049351327851c8b5a6f3430a32ff39.patch +gzip ./source/a/file/git-patches/9e2becec20d023409a1671bf10a682f699350e85.patch +gzip ./source/a/file/git-patches/6b34436ac766dae64749b8d14f18c6910be40131.patch +gzip ./source/a/file/git-patches/f06015040e7ffb3be21bb7622f9f8291b749aaf9.patch +gzip ./source/a/file/git-patches/576d713ec955faafdc9d7b783f3f4c27b7bc1793.patch gzip ./source/a/file/file.quiet.diff gzip ./source/a/bzip2/bzip2.saneso.diff gzip ./source/a/floppy/fdutils-5.5-20081027.diff @@ -301,6 +308,7 @@ gzip ./source/a/lvm2/create-dm-run-dir.diff gzip ./source/a/lvm2/doinst.sh gzip ./source/a/bin/scripts/xx gzip ./source/a/bin/scripts/diskcopy +gzip ./source/a/libblockdev/libblockdev.glib-2.68.0.diff gzip ./source/a/libblockdev/doinst.sh gzip ./source/a/lilo/lilo.gcc10.diff gzip ./source/a/lilo/lilo.allow.colons.in.by-id.diff @@ -893,6 +901,7 @@ gzip ./source/l/gtk+3/doinst.sh gzip ./source/l/gtk+3/gtk.fix.missing.version-check.py.diff gzip ./source/l/system-config-printer/doinst.sh gzip ./source/l/aalib/aalib-aclocal.patch +gzip ./source/l/speech-dispatcher/a2faab416e42cbdf3d73f98578a89eb7a235e25a.patch gzip ./source/l/giflib/giflib.GifQuantizeBuffer.diff gzip ./source/l/at-spi2-atk/doinst.sh gzip ./source/l/dconf-editor/doinst.sh @@ -1019,8 +1028,7 @@ gzip ./source/xap/easytag/easytag.no.freedb.musicbrainz.org.diff gzip ./source/xap/easytag/doinst.sh gzip ./source/xap/gkrellm/gkrellm.theme.defaults.diff gzip ./source/xap/ssr/doinst.sh -gzip ./source/xap/pan/495bfb2eb9228b5b5cef8b50e11af577e4b473f8.patch -gzip ./source/xap/pan/0d775547f0e7cf7529538704814469e1db5496f2.patch +gzip ./source/xap/pan/pan.glib-2.68.0.diff gzip ./source/xap/pidgin/fix-gmain_h-compile-error.diff gzip ./source/xap/pidgin/doinst.sh gzip ./source/xap/NetworkManager-openvpn/openvpn.nobody.nogroup.diff diff --git a/source/a/FTBFSlog b/source/a/FTBFSlog index 58e0ffb09..b40091357 100644 --- a/source/a/FTBFSlog +++ b/source/a/FTBFSlog @@ -1,3 +1,6 @@ +Tue Apr 6 18:09:15 UTC 2021 + libblockdev: Fix build with glib-2.68.0. Thanks to nobodino. ++--------------------------+ Sun Jan 17 20:10:50 UTC 2021 mkinitrd: upgrade busybox to fix missing stime in newer glibc. +--------------------------+ diff --git a/source/a/file/file.SlackBuild b/source/a/file/file.SlackBuild index 2554d14b0..e70f55a1f 100755 --- a/source/a/file/file.SlackBuild +++ b/source/a/file/file.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=file VERSION=${VERSION:-$(echo file-*.tar.?z* | cut -d - -f 2 | rev | cut -f 3- -d . | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} @@ -100,6 +100,15 @@ zcat $CWD/file.PT_DYNAMIC.is.dynamically.linked.diff.gz | patch -p1 -E --verbose zcat $CWD/file.zisofs.magic.gz >> magic/Magdir/compress zcat $CWD/file.crdaregbin.magic.gz >> magic/Magdir/crdaregbin +# Add some regression fixes from upstream: +zcat $CWD/git-patches/1c677c04c0fa43ecfeccdb9705dbbd19fb356891.patch.gz | patch -p1 --verbose || exit 1 +zcat $CWD/git-patches/2f62d5544d13ca32dc09504ec70358db581e9e65.patch.gz | patch -p1 --verbose || exit 1 +zcat $CWD/git-patches/576d713ec955faafdc9d7b783f3f4c27b7bc1793.patch.gz | patch -p1 --verbose || exit 1 +zcat $CWD/git-patches/64dcffa715049351327851c8b5a6f3430a32ff39.patch.gz | patch -p1 --verbose || exit 1 +zcat $CWD/git-patches/6b34436ac766dae64749b8d14f18c6910be40131.patch.gz | patch -p1 --verbose || exit 1 +zcat $CWD/git-patches/9e2becec20d023409a1671bf10a682f699350e85.patch.gz | patch -p1 --verbose || exit 1 +zcat $CWD/git-patches/f06015040e7ffb3be21bb7622f9f8291b749aaf9.patch.gz | patch -p1 --verbose || exit 1 + CFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ diff --git a/source/a/file/git-patches/1c677c04c0fa43ecfeccdb9705dbbd19fb356891.patch b/source/a/file/git-patches/1c677c04c0fa43ecfeccdb9705dbbd19fb356891.patch new file mode 100644 index 000000000..47c8c2aed --- /dev/null +++ b/source/a/file/git-patches/1c677c04c0fa43ecfeccdb9705dbbd19fb356891.patch @@ -0,0 +1,33 @@ +From 1c677c04c0fa43ecfeccdb9705dbbd19fb356891 Mon Sep 17 00:00:00 2001 +From: Christos Zoulas +Date: Sun, 4 Apr 2021 21:02:19 +0000 +Subject: [PATCH] Don't count each byte encounter as 1, count the total number + of bytes found (Anatol Belski). This makes it behave like 5.39. + +--- + src/encoding.c | 5 ++--- + 1 file changed, 2 insertions(+), 3 deletions(-) + +diff --git a/src/encoding.c b/src/encoding.c +index c8b404390..c66703bb6 100644 +--- a/src/encoding.c ++++ b/src/encoding.c +@@ -35,7 +35,7 @@ + #include "file.h" + + #ifndef lint +-FILE_RCSID("@(#)$File: encoding.c,v 1.27 2021/02/05 21:33:49 christos Exp $") ++FILE_RCSID("@(#)$File: encoding.c,v 1.28 2021/04/04 21:02:19 christos Exp $") + #endif /* lint */ + + #include "magic.h" +@@ -282,8 +282,7 @@ looks_ ## NAME(const unsigned char *buf, size_t nbytes, file_unichar_t *ubuf, \ + } \ + u = 0; \ + for (i = 0; i < __arraycount(dist); i++) { \ +- if (dist[i]) \ +- u++; \ ++ u+= dist[i]; \ + } \ + if (u < 3) \ + return 0; \ diff --git a/source/a/file/git-patches/2f62d5544d13ca32dc09504ec70358db581e9e65.patch b/source/a/file/git-patches/2f62d5544d13ca32dc09504ec70358db581e9e65.patch new file mode 100644 index 000000000..61919d5c7 --- /dev/null +++ b/source/a/file/git-patches/2f62d5544d13ca32dc09504ec70358db581e9e65.patch @@ -0,0 +1,61 @@ +From 2f62d5544d13ca32dc09504ec70358db581e9e65 Mon Sep 17 00:00:00 2001 +From: Christos Zoulas +Date: Wed, 31 Mar 2021 19:51:14 +0000 +Subject: [PATCH] Improve 8086 relocatable detection (Joerg Jenderek) + +--- + magic/Magdir/xenix | 20 +++++++++++++++----- + 1 file changed, 15 insertions(+), 5 deletions(-) + +diff --git a/magic/Magdir/xenix b/magic/Magdir/xenix +index 3e248de26..d5ab69e5d 100644 +--- a/magic/Magdir/xenix ++++ b/magic/Magdir/xenix +@@ -1,6 +1,6 @@ + + #------------------------------------------------------------------------------ +-# $File: xenix,v 1.12 2021/02/23 00:51:10 christos Exp $ ++# $File: xenix,v 1.13 2021/03/31 19:51:14 christos Exp $ + # xenix: file(1) magic for Microsoft Xenix + # + # "Middle model" stuff, and "Xenix 8086 relocatable or 80286 small +@@ -13,25 +13,35 @@ + # + 0 string core core file (Xenix) + # URL: http://www.polarhome.com/service/man/?qf=86rel&tf=2&of=Xenix ++# http://fileformats.archiveteam.org/wiki/OMF + # Reference: http://www.azillionmonkeys.com/qed/Omfg.pdf + # Update: Joerg Jenderek + # recordtype~TranslatorHEADerRecord + 0 byte 0x80 +-# GRR: line above is too general as it catches also Extensible storage engine DataBase ++# GRR: line above is too general as it catches also Extensible storage engine DataBase, ++# all lif files like forth.lif hpcc88.lif lex90b.lif ( See ./lif) ++# and all compressed DEGAS low-res bitmaps like: MUNCHIE.PC1 PIDER1.PC1 + # skip examples like GENA.SND Switch.Snd by looking for record length maximal 1024-3 + >1 uleshort <1022 + # skip examples like GAME.PICTURE Strange.Pic by looking for positive record length + >>1 uleshort >0 + # skip examples like Xtable.Data FRACTAL.GEN SHR.VIEW by looking for positive string length + >>>3 ubyte >0 +-# skip examples like OMBRE.6 with "UUUUUU" by looking for filename like "hello.c" +->>>>4 regex [a-zA-Z_/]{1,8}[.] 8086 relocatable (Microsoft) ++# skip examples like OMBRE.6 with "UUUUUU" name by looking for valid high second record type ++>>>>(1.s+3) ubyte >0x6D 8086 relocatable (Microsoft) + #!:mime application/octet-stream + !:mime application/x-object +-!:ext o/a ++!:ext obj/o/a ++# T-module name often source name like "hello.c" or "jmppm32.asm" in JMPPM32.OBJ or ++# "kbhit" in KBHITS.OBJ or "CAUSEWAY_KERNAL" in CWAPI.OBJ + >>>>>3 pstring x \b, "%s" ++# data length probably lower 256 according to TrID obj_omf.trid.xml ++>>>>>1 uleshort x \b, 1st record data length %u + # checksum + #>>>>>(3.b+4) ubyte x \b, checksum 0x%2.2x ++# second recordtype: 96h~LNAMES 88h~COMENT 8CH~EXTDEF ++>>>>>(1.s+3) ubyte x \b, 2nd record type 0x%x ++>>>>>(1.s+4) uleshort x \b, 2nd record data length %u + 0 leshort 0xff65 x.out + >2 string __.SYMDEF randomized + >0 byte x archive diff --git a/source/a/file/git-patches/576d713ec955faafdc9d7b783f3f4c27b7bc1793.patch b/source/a/file/git-patches/576d713ec955faafdc9d7b783f3f4c27b7bc1793.patch new file mode 100644 index 000000000..1e80ac99d --- /dev/null +++ b/source/a/file/git-patches/576d713ec955faafdc9d7b783f3f4c27b7bc1793.patch @@ -0,0 +1,32 @@ +From 576d713ec955faafdc9d7b783f3f4c27b7bc1793 Mon Sep 17 00:00:00 2001 +From: Christos Zoulas +Date: Tue, 6 Apr 2021 15:43:11 +0000 +Subject: [PATCH] Add more ash paths from Cormac Stephenson + +--- + magic/Magdir/commands | 6 +++++- + 1 file changed, 5 insertions(+), 1 deletion(-) + +diff --git a/magic/Magdir/commands b/magic/Magdir/commands +index 10f8d2b20..5f6be0cce 100644 +--- a/magic/Magdir/commands ++++ b/magic/Magdir/commands +@@ -1,6 +1,6 @@ + + #------------------------------------------------------------------------------ +-# $File: commands,v 1.63 2020/06/06 15:36:30 christos Exp $ ++# $File: commands,v 1.64 2021/04/06 15:43:11 christos Exp $ + # commands: file(1) magic for various shells and interpreters + # + #0 string/w : shell archive or script for antique kernel text +@@ -38,6 +38,10 @@ + 0 search/1 #!/usr/bin/env\ zsh Paul Falstad's zsh script text executable + !:mime text/x-shellscript + ++0 string/wt #!\ /bin/ash Neil Brown's ash script text executable ++!:mime text/x-shellscript ++0 string/wt #!\ /usr/bin/ash Neil Brown's ash script text executable ++!:mime text/x-shellscript + 0 string/wt #!\ /usr/local/bin/ash Neil Brown's ash script text executable + !:mime text/x-shellscript + 0 string/wt #!\ /usr/local/bin/ae Neil Brown's ae script text executable diff --git a/source/a/file/git-patches/64dcffa715049351327851c8b5a6f3430a32ff39.patch b/source/a/file/git-patches/64dcffa715049351327851c8b5a6f3430a32ff39.patch new file mode 100644 index 000000000..f026891fb --- /dev/null +++ b/source/a/file/git-patches/64dcffa715049351327851c8b5a6f3430a32ff39.patch @@ -0,0 +1,102 @@ +From 64dcffa715049351327851c8b5a6f3430a32ff39 Mon Sep 17 00:00:00 2001 +From: Christos Zoulas +Date: Sun, 4 Apr 2021 18:24:34 +0000 +Subject: [PATCH] Add arm-coff (Mark Harmstone) + +--- + magic/Magdir/arm | 41 +++++++++++++++++++++++++++++++++++++++++ + magic/Magdir/coff | 7 ++++++- + magic/Makefile.am | 3 ++- + 3 files changed, 49 insertions(+), 2 deletions(-) + create mode 100644 magic/Magdir/arm + +diff --git a/magic/Magdir/arm b/magic/Magdir/arm +new file mode 100644 +index 000000000..8869d1928 +--- /dev/null ++++ b/magic/Magdir/arm +@@ -0,0 +1,41 @@ ++#------------------------------------------------------------------------------ ++# $File: arm,v 1.1 2021/04/04 18:24:34 christos Exp $ ++# arm: file(1) magic for ARM COFF ++# ++# https://docs.microsoft.com/en-us/windows/win32/debug/pe-format ++ ++# Aarch64 ++0 leshort 0xaa64 ++# test for unused flag bits in f_flags ++>18 uleshort&0x8E80 0 ++# use little endian variant of subroutine to ++# display name+variables+flags for common object formated files ++>>0 use display-coff ++!:strength -10 ++ ++# ARM ++0 leshort 0x01c0 ++# test for unused flag bits in f_flags ++>18 uleshort&0x8E80 0 ++# use little endian variant of subroutine to ++# display name+variables+flags for common object formated files ++>>0 use display-coff ++!:strength -10 ++ ++# ARM Thumb ++0 leshort 0x01c2 ++# test for unused flag bits in f_flags ++>18 uleshort&0x8E80 0 ++# use little endian variant of subroutine to ++# display name+variables+flags for common object formated files ++>>0 use display-coff ++!:strength -10 ++ ++# ARMv7 Thumb ++0 leshort 0x01c4 ++# test for unused flag bits in f_flags ++>18 uleshort&0x8E80 0 ++# use little endian variant of subroutine to ++# display name+variables+flags for common object formated files ++>>0 use display-coff ++!:strength -10 +diff --git a/magic/Magdir/coff b/magic/Magdir/coff +index 18e7b665e..5063bc19e 100644 +--- a/magic/Magdir/coff ++++ b/magic/Magdir/coff +@@ -1,6 +1,6 @@ + + #------------------------------------------------------------------------------ +-# $File: coff,v 1.4 2021/02/10 00:37:02 christos Exp $ ++# $File: coff,v 1.5 2021/04/04 18:24:34 christos Exp $ + # coff: file(1) magic for Common Object Files not specific to known cpu types or manufactures + # + # COFF +@@ -34,6 +34,11 @@ + # https://msdn.microsoft.com/en-us/library/windows/desktop/ms680313(v=vs.85).aspx + >>>>0 uleshort 0x0200 Intel ia64 + >>>>0 uleshort 0x8664 Intel amd64 ++# ARM COFF (./arm) ++>>>>0 uleshort 0xaa64 Aarch64 ++>>>>0 uleshort 0x01c0 ARM ++>>>>0 uleshort 0x01c2 ARM Thumb ++>>>>0 uleshort 0x01c4 ARMv7 Thumb + # TODO for other COFFs + #>>>>0 uleshort 0xABCD COFF_TEMPLATE + >>>>0 default x +diff --git a/magic/Makefile.am b/magic/Makefile.am +index 0eb5865b7..75d39bbde 100644 +--- a/magic/Makefile.am ++++ b/magic/Makefile.am +@@ -1,5 +1,5 @@ + # +-# $File: Makefile.am,v 1.166 2021/03/14 16:24:18 christos Exp $ ++# $File: Makefile.am,v 1.167 2021/04/04 18:24:34 christos Exp $ + # + MAGIC_FRAGMENT_BASE = Magdir + MAGIC_DIR = $(top_srcdir)/magic +@@ -29,6 +29,7 @@ $(MAGIC_FRAGMENT_DIR)/application \ + $(MAGIC_FRAGMENT_DIR)/applix \ + $(MAGIC_FRAGMENT_DIR)/apt \ + $(MAGIC_FRAGMENT_DIR)/archive \ ++$(MAGIC_FRAGMENT_DIR)/arm \ + $(MAGIC_FRAGMENT_DIR)/asf \ + $(MAGIC_FRAGMENT_DIR)/assembler \ + $(MAGIC_FRAGMENT_DIR)/asterix \ diff --git a/source/a/file/git-patches/6b34436ac766dae64749b8d14f18c6910be40131.patch b/source/a/file/git-patches/6b34436ac766dae64749b8d14f18c6910be40131.patch new file mode 100644 index 000000000..78f7d31c6 --- /dev/null +++ b/source/a/file/git-patches/6b34436ac766dae64749b8d14f18c6910be40131.patch @@ -0,0 +1,26 @@ +From 6b34436ac766dae64749b8d14f18c6910be40131 Mon Sep 17 00:00:00 2001 +From: Christos Zoulas +Date: Mon, 5 Apr 2021 16:36:14 +0000 +Subject: [PATCH] remove "u" from the pattern (Joerg Jenderek) + +--- + magic/Magdir/mail.news | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/magic/Magdir/mail.news b/magic/Magdir/mail.news +index 3a2eeb962..6a2229107 100644 +--- a/magic/Magdir/mail.news ++++ b/magic/Magdir/mail.news +@@ -1,5 +1,5 @@ + #------------------------------------------------------------------------------ +-# $File: mail.news,v 1.26 2021/03/21 14:37:03 christos Exp $ ++# $File: mail.news,v 1.27 2021/04/05 16:36:14 christos Exp $ + # mail.news: file(1) magic for mail and news + # + # Unfortunately, saved netnews also has From line added in some news software. +@@ -81,4 +81,4 @@ + # File format spec: https://wiki.dovecot.org/Design/Dcrypt/#File_format + # From: Stephen Gildea + 0 string CRYPTED\003\007 Dovecot encrypted message +->9 byte xu \b, dcrypt version %d ++>9 byte x \b, dcrypt version %d diff --git a/source/a/file/git-patches/9e2becec20d023409a1671bf10a682f699350e85.patch b/source/a/file/git-patches/9e2becec20d023409a1671bf10a682f699350e85.patch new file mode 100644 index 000000000..9fa3ab4f0 --- /dev/null +++ b/source/a/file/git-patches/9e2becec20d023409a1671bf10a682f699350e85.patch @@ -0,0 +1,22 @@ +From 9e2becec20d023409a1671bf10a682f699350e85 Mon Sep 17 00:00:00 2001 +From: Christos Zoulas +Date: Sun, 4 Apr 2021 21:03:43 +0000 +Subject: [PATCH] Encoding bug fix. + +--- + ChangeLog | 5 +++++ + 1 file changed, 5 insertions(+) + +diff --git a/ChangeLog b/ChangeLog +index 23a93cf4b..2238ba6f8 100644 +--- a/ChangeLog ++++ b/ChangeLog +@@ -1,3 +1,8 @@ ++2021-04-04 17:02 Christos Zoulas ++ ++ * count the total bytes found not the total byte positions ++ in order to determine encoding (Anatol Belski) ++ + 2021-03-30 20:21 Christos Zoulas + + * release 5.40 diff --git a/source/a/file/git-patches/f06015040e7ffb3be21bb7622f9f8291b749aaf9.patch b/source/a/file/git-patches/f06015040e7ffb3be21bb7622f9f8291b749aaf9.patch new file mode 100644 index 000000000..c0cbf3cb8 --- /dev/null +++ b/source/a/file/git-patches/f06015040e7ffb3be21bb7622f9f8291b749aaf9.patch @@ -0,0 +1,159 @@ +From f06015040e7ffb3be21bb7622f9f8291b749aaf9 Mon Sep 17 00:00:00 2001 +From: Christos Zoulas +Date: Sun, 4 Apr 2021 17:46:17 +0000 +Subject: [PATCH] Fix regression after unsigned/signed printing changes by + making types unsigned (Richard W.M. Jones) + +--- + magic/Magdir/filesystems | 54 +++++++++++++++++++-------------------- + magic/Magdir/linux | 30 +++++++++++----------- + tests/Makefile.am | 1 + + tests/ext4.result | 1 + + tests/ext4.testfile | Bin 0 -> 2048 bytes + 5 files changed, 44 insertions(+), 42 deletions(-) + create mode 100644 tests/ext4.result + create mode 100644 tests/ext4.testfile + +diff --git a/magic/Magdir/filesystems b/magic/Magdir/filesystems +index 0cb45cbfe..81966d6cc 100644 +--- a/magic/Magdir/filesystems ++++ b/magic/Magdir/filesystems +@@ -1,5 +1,5 @@ + #------------------------------------------------------------------------------ +-# $File: filesystems,v 1.140 2021/02/23 00:51:10 christos Exp $ ++# $File: filesystems,v 1.141 2021/04/04 17:46:17 christos Exp $ + # filesystems: file(1) magic for different filesystems + # + 0 name partid +@@ -1739,12 +1739,12 @@ + >>>0x464 lelong >0x0000007 ext4 filesystem data + # else large INCOMPAT? + >>0x460 lelong >0x000003f ext4 filesystem data +->0x468 belong x \b, UUID=%08x +->0x46c beshort x \b-%04x +->0x46e beshort x \b-%04x +->0x470 beshort x \b-%04x +->0x472 belong x \b-%08x +->0x476 beshort x \b%04x ++>0x468 ubelong x \b, UUID=%08x ++>0x46c ubeshort x \b-%04x ++>0x46e ubeshort x \b-%04x ++>0x470 ubeshort x \b-%04x ++>0x472 ubelong x \b-%08x ++>0x476 ubeshort x \b%04x + >0x478 string >0 \b, volume name "%s" + # General flags for any ext* fs + >0x460 lelong &0x0000004 (needs journal recovery) +@@ -1767,12 +1767,12 @@ + + # f2fs filesystem - Tuomas Tynkkynen + 0x400 lelong 0xF2F52010 F2FS filesystem +->0x46c belong x \b, UUID=%08x +->0x470 beshort x \b-%04x +->0x472 beshort x \b-%04x +->0x474 beshort x \b-%04x +->0x476 belong x \b-%08x +->0x47a beshort x \b%04x ++>0x46c ubelong x \b, UUID=%08x ++>0x470 ubeshort x \b-%04x ++>0x472 ubeshort x \b-%04x ++>0x474 ubeshort x \b-%04x ++>0x476 ubelong x \b-%08x ++>0x47a ubeshort x \b%04x + >0x147c lestring16 x \b, volume name "%s" + + # Minix filesystems - Juan Cespedes +@@ -2296,20 +2296,20 @@ + >>0x10060 string >\0 lockproto %s) + + # Russell Coker +-0x10040 string _BHRfS_M BTRFS Filesystem +->0x1012b string >\0 label "%s", +->0x10090 lelong x sectorsize %d, +->0x10094 lelong x nodesize %d, +->0x10098 lelong x leafsize %d, +->0x10020 belong x UUID=%08x- +->0x10024 beshort x \b%04x- +->0x10026 beshort x \b%04x- +->0x10028 beshort x \b%04x- +->0x1002a beshort x \b%04x +->0x1002c belong x \b%08x, +->0x10078 lequad x %lld/ +->0x10070 lequad x \b%lld bytes used, +->0x10088 lequad x %lld devices ++0x10040 string _BHRfS_M BTRFS Filesystem ++>0x1012b string >\0 label "%s", ++>0x10090 lelong x sectorsize %d, ++>0x10094 lelong x nodesize %d, ++>0x10098 lelong x leafsize %d, ++>0x10020 ubelong x UUID=%08x- ++>0x10024 ubeshort x \b%04x- ++>0x10026 ubeshort x \b%04x- ++>0x10028 ubeshort x \b%04x- ++>0x1002a ubeshort x \b%04x ++>0x1002c ubelong x \b%08x, ++>0x10078 lequad x %lld/ ++>0x10070 lequad x \b%lld bytes used, ++>0x10088 lequad x %lld devices + + # dvdisaster's .ecc + # From: "Nelson A. de Oliveira" +diff --git a/magic/Magdir/linux b/magic/Magdir/linux +index 693cef6f5..f25243e20 100644 +--- a/magic/Magdir/linux ++++ b/magic/Magdir/linux +@@ -1,6 +1,6 @@ + + #------------------------------------------------------------------------------ +-# $File: linux,v 1.77 2021/02/24 23:05:02 christos Exp $ ++# $File: linux,v 1.78 2021/04/04 17:46:17 christos Exp $ + # linux: file(1) magic for Linux files + # + # Values for Linux/i386 binaries, from Daniel Quinlan +@@ -83,20 +83,20 @@ + + # format v1, supported since 1998 + 0 name linux-swap +->0x400 lelong 1 little endian, version %u, +->>0x404 lelong x size %u pages, +->>0x408 lelong x %u bad pages, +->0x400 belong 1 big endian, version %u, +->>0x404 belong x size %u pages, +->>0x408 belong x %u bad pages, +->0x41c string \0 no label, +->0x41c string >\0 LABEL=%s, +->0x40c belong x UUID=%08x +->0x410 beshort x \b-%04x +->0x412 beshort x \b-%04x +->0x414 beshort x \b-%04x +->0x416 belong x \b-%08x +->0x41a beshort x \b%04x ++>0x400 lelong 1 little endian, version %u, ++>>0x404 lelong x size %u pages, ++>>0x408 lelong x %u bad pages, ++>0x400 belong 1 big endian, version %u, ++>>0x404 belong x size %u pages, ++>>0x408 belong x %u bad pages, ++>0x41c string \0 no label, ++>0x41c string >\0 LABEL=%s, ++>0x40c ubelong x UUID=%08x ++>0x410 ubeshort x \b-%04x ++>0x412 ubeshort x \b-%04x ++>0x414 ubeshort x \b-%04x ++>0x416 ubelong x \b-%08x ++>0x41a ubeshort x \b%04x + + 0xff6 string SWAPSPACE2 Linux swap file, 4k page size, + >0 use linux-swap +diff --git a/tests/Makefile.am b/tests/Makefile.am +index b38a25b3d..a63c2f65a 100644 +--- a/tests/Makefile.am ++++ b/tests/Makefile.am +@@ -7,6 +7,7 @@ regex-eol.magic \ + CVE-2014-1943.testfile \ + JW07022A.mp3.testfile \ + escapevel.testfile \ ++ext4.testfile \ + fit-map-data.testfile \ + gedcom.testfile \ + hddrawcopytool.testfile \ diff --git a/source/a/libblockdev/libblockdev.SlackBuild b/source/a/libblockdev/libblockdev.SlackBuild index 812f29226..ccf0cc0fa 100755 --- a/source/a/libblockdev/libblockdev.SlackBuild +++ b/source/a/libblockdev/libblockdev.SlackBuild @@ -79,6 +79,9 @@ rm -rf $PKGNAM-$VERSION tar xvf $CWD/$PKGNAM-$VERSION.tar.?z || exit 1 cd $PKGNAM-$VERSION || exit 1 +# Fix build with glib-2.68.0: +zcat $CWD/libblockdev.glib-2.68.0.diff.gz | patch -p1 --verbose || exit 1 + chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ diff --git a/source/a/libblockdev/libblockdev.glib-2.68.0.diff b/source/a/libblockdev/libblockdev.glib-2.68.0.diff new file mode 100644 index 000000000..029f70fb2 --- /dev/null +++ b/source/a/libblockdev/libblockdev.glib-2.68.0.diff @@ -0,0 +1,11 @@ +--- ./src/plugins/vdo.c.orig 2021-01-11 04:48:35.000000000 -0600 ++++ ./src/plugins/vdo.c 2021-04-06 12:57:27.128009876 -0500 +@@ -81,7 +81,7 @@ + } + + BDVDOStats* bd_vdo_stats_copy (BDVDOStats *stats) { +- return g_memdup (stats, sizeof (BDVDOStats)); ++ return g_memdup2 (stats, sizeof (BDVDOStats)); + } + + diff --git a/source/a/sysvinit-scripts/scripts/rc.S b/source/a/sysvinit-scripts/scripts/rc.S index aa40bac1b..904065463 100644 --- a/source/a/sysvinit-scripts/scripts/rc.S +++ b/source/a/sysvinit-scripts/scripts/rc.S @@ -369,8 +369,6 @@ else /sbin/mount -a -v -t nonfs,nosmbfs,nocifs,noproc,nosysfs | grep successfully | cut -f 1 -d : | tr -d ' ' | while read dev ; do mount | grep " ${dev} " ; done fi -# This should be empty as it's just a mountpoint now: -rm -rf /var/run/* # Bind mount /run to /var/run: mount -o bind /run /var/run diff --git a/source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild b/source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild index 6245ae083..d97b63e28 100755 --- a/source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild +++ b/source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=sysvinit-scripts VERSION=${VERSION:-2.1} ARCH=noarch -BUILD=${BUILD:-40} +BUILD=${BUILD:-41} # 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 diff --git a/source/ap/linuxdoc-tools/linuxdoc-tools.build b/source/ap/linuxdoc-tools/linuxdoc-tools.build index 2a30a4bb3..32ecd3ce7 100755 --- a/source/ap/linuxdoc-tools/linuxdoc-tools.build +++ b/source/ap/linuxdoc-tools/linuxdoc-tools.build @@ -329,6 +329,10 @@ patch --verbose -p1 < ../opensp-sigsegv.patch || exit 1 patch --verbose -p1 < ../opensp-manpage.patch || exit 1 patch --verbose -p1 < ../opensp-nodeids.patch || exit 1 +# Refresh libtool for new architecture definitions: +find . -name config.guess -print0 | xargs -0i cp -favv /usr/share/libtool/build-aux/config.guess '{}' +find . -name config.sub -print0 | xargs -0i cp -favv /usr/share/libtool/build-aux/config.sub '{}' + # Configure without optimisation. OpenSP & OpenJade # are sensitive to optimisations, resulting in segfaults, # particularly on the ARM platform. Apparently -O1 will work but @@ -415,6 +419,10 @@ xz -dc $CWD/sources/openjade-1.3.2-gcc46.patch.xz | patch -p1 --verbose || exit # Migrate from Perl 4 'getopts' function which was deprecated in Perl 5.16: sed -i -e '/getopts/{N;s#&G#g#;s#do .getopts.pl.;##;}' -e '/use POSIX/ause Getopt::Std;' msggen.pl +# Refresh libtool for new architecture definitions: +find . -name config.guess -print0 | xargs -0i cp -favv /usr/share/libtool/build-aux/config.guess '{}' +find . -name config.sub -print0 | xargs -0i cp -favv /usr/share/libtool/build-aux/config.sub '{}' + # Configure: CXXFLAGS="$SLKCFLAGS -fno-lifetime-dse" \ ./configure \ @@ -541,6 +549,10 @@ for i in \ ; do patch --verbose -p1 < ../$i done || exit 1 +# Refresh libtool for new architecture definitions: +find . -name config.guess -print0 | xargs -0i cp -favv /usr/share/libtool/build-aux/config.guess '{}' +find . -name config.sub -print0 | xargs -0i cp -favv /usr/share/libtool/build-aux/config.sub '{}' + # Configure: CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ @@ -1046,6 +1058,10 @@ for i in \ ; do patch --verbose -p1 < ../$i done || exit 1 +# Refresh libtool for new architecture definitions: +find . -name config.guess -print0 | xargs -0i cp -favv /usr/share/libtool/build-aux/config.guess '{}' +find . -name config.sub -print0 | xargs -0i cp -favv /usr/share/libtool/build-aux/config.sub '{}' + # Configure: CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ diff --git a/source/kde/kde/build/digikam b/source/kde/kde/build/digikam index d00491fd7..0cfbf0888 100644 --- a/source/kde/kde/build/digikam +++ b/source/kde/kde/build/digikam @@ -1 +1 @@ -1 +2 diff --git a/source/l/FTBFSlog b/source/l/FTBFSlog index ed91b7452..aa234b8cd 100644 --- a/source/l/FTBFSlog +++ b/source/l/FTBFSlog @@ -1,3 +1,6 @@ +Tue Apr 6 18:11:11 UTC 2021 + speech-dispatcher: Fix build with glib-2.68.0. Thanks to nobodino and ponce. ++--------------------------+ Sun Apr 4 19:03:17 UTC 2021 qt5-webkit: Patched to fix building with glib-2.68.0. Thanks to nobodino and ponce. diff --git a/source/l/graphene/graphene.SlackBuild b/source/l/graphene/graphene.SlackBuild index 76b408bbf..f229fc6e8 100755 --- a/source/l/graphene/graphene.SlackBuild +++ b/source/l/graphene/graphene.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=graphene VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/l/libbluray/libbluray.SlackBuild b/source/l/libbluray/libbluray.SlackBuild index 87ac37750..13e1a3419 100755 --- a/source/l/libbluray/libbluray.SlackBuild +++ b/source/l/libbluray/libbluray.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=libbluray VERSION=${VERSION:-$(echo libbluray-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d- | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} if [ -z "$ARCH" ]; then case "$( uname -m )" in diff --git a/source/l/speech-dispatcher/a2faab416e42cbdf3d73f98578a89eb7a235e25a.patch b/source/l/speech-dispatcher/a2faab416e42cbdf3d73f98578a89eb7a235e25a.patch new file mode 100644 index 000000000..b4f7a840f --- /dev/null +++ b/source/l/speech-dispatcher/a2faab416e42cbdf3d73f98578a89eb7a235e25a.patch @@ -0,0 +1,102 @@ +From a2faab416e42cbdf3d73f98578a89eb7a235e25a Mon Sep 17 00:00:00 2001 +From: Michael Catanzaro +Date: Tue, 2 Feb 2021 14:50:23 -0600 +Subject: [PATCH] Fix build after glib e38982df + +glib.h now includes when building as C++. But kali.cpp +includes it (via module_utils.h) inside an extern "C" block. This is +illegal. + +Best practice is to use extern "C" in project header files, not around +include statements. So let's do that. module_utils.h already includes +glib.h, so we can use G_BEGIN_DECLS/G_END_DECLS there. spd_audio.h does +not, so I decided to write out the usual boilerplate, as including all +of glib.h just for G_BEGIN_DECLS/G_END_DECLS seemed like overkill. +Finally, I'll move config.h at the very top of kali.cpp, since I'm +touching this code anyway and that is the usual place to put it. + +This is the minimum viable change required for speech-dispatcher to +build with glib master. As long as speech-dispatcher is combining C and +C++, it would be advisible to use extern "C" in all headers that declare +C functions and might be included from C++. +--- + src/modules/kali.cpp | 10 +++++----- + src/modules/module_utils.h | 4 ++++ + src/modules/spd_audio.h | 8 ++++++++ + 3 files changed, 17 insertions(+), 5 deletions(-) + +diff --git a/src/modules/kali.cpp b/src/modules/kali.cpp +index 193975d8..7b497626 100644 +--- a/src/modules/kali.cpp ++++ b/src/modules/kali.cpp +@@ -21,21 +21,21 @@ + * $Id: kali.c,v 1.59 2008-06-09 10:38:02 hanke Exp $ + */ + ++#ifdef HAVE_CONFIG_H ++#include ++#endif ++ + #include + #include + #include + #include +-extern "C" { +-#ifdef HAVE_CONFIG_H +-#include +-#endif ++ + #include + #include "spd_audio.h" + + #include + + #include "module_utils.h" +-} + #define MODULE_NAME "kali" + #define MODULE_VERSION "0.0" + #define DEBUG_MODULE 1 +diff --git a/src/modules/module_utils.h b/src/modules/module_utils.h +index 6081e7e1..e82850b2 100644 +--- a/src/modules/module_utils.h ++++ b/src/modules/module_utils.h +@@ -41,6 +41,8 @@ + #include + #include "spd_audio.h" + ++G_BEGIN_DECLS ++ + typedef struct SPDMarks { + unsigned num; + unsigned allocated; +@@ -420,4 +422,6 @@ char *module_getvoice(char *language, SPDVoiceType voice); + gboolean module_existsvoice(char *voicename); + char *module_getdefaultvoice(void); + ++G_END_DECLS ++ + #endif /* #ifndef __MODULE_UTILS_H */ +diff --git a/src/modules/spd_audio.h b/src/modules/spd_audio.h +index 25045e2f..b9de3cd5 100644 +--- a/src/modules/spd_audio.h ++++ b/src/modules/spd_audio.h +@@ -28,6 +28,10 @@ + + #define SPD_AUDIO_LIB_PREFIX "spd_" + ++#ifdef __cplusplus ++extern "C" { ++#endif ++ + AudioID *spd_audio_open(char *name, void **pars, char **error); + + int spd_audio_play(AudioID * id, AudioTrack track, AudioFormat format); +@@ -47,4 +51,8 @@ void spd_audio_set_loglevel(AudioID * id, int level); + + char const *spd_audio_get_playcmd(AudioID * id); + ++#ifdef __cplusplus ++} ++#endif ++ + #endif /* ifndef #__SPD_AUDIO_H */ diff --git a/source/l/speech-dispatcher/speech-dispatcher.SlackBuild b/source/l/speech-dispatcher/speech-dispatcher.SlackBuild index b6f0ee30f..9ef0055c3 100755 --- a/source/l/speech-dispatcher/speech-dispatcher.SlackBuild +++ b/source/l/speech-dispatcher/speech-dispatcher.SlackBuild @@ -90,6 +90,9 @@ find -L . \ sed -i "s/cicero //g" configure.ac sed -i "s/sd_cicero//g" src/modules/Makefile.am +# Fix build with glib-2.68.0: +zcat $CWD/a2faab416e42cbdf3d73f98578a89eb7a235e25a.patch.gz | patch -p1 --verbose || exit 1 + autoreconf -vif || exit 1 CFLAGS="$SLKCFLAGS" \ diff --git a/source/tcl/tk/tk.SlackBuild b/source/tcl/tk/tk.SlackBuild index 38e52d071..c025b44ed 100755 --- a/source/tcl/tk/tk.SlackBuild +++ b/source/tcl/tk/tk.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=tk VERSION=${VERSION:-8.6.11.1} # See also version number 8.6 in the symlinks below...) -BUILD=${BUILD:-3} +BUILD=${BUILD:-4} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -73,7 +73,7 @@ cd $TMP rm -rf tk8.6.11 tk$VERSION tar xvf $CWD/tk$VERSION-src.tar.?z || exit 1 cd tk$VERSION || cd tk8.6.11 || exit 1 -sed -i -e "s#^TK_LIBRARY='\$(prefix)/lib/#TK_LIBRARY='\$(libdir)/#" \ +sed -i -e "s#TK_LIBRARY='\$(prefix)/lib/#TK_LIBRARY='\$(libdir)/#" \ unix/configure chown -R root:root . diff --git a/source/x/FTBFSlog b/source/x/FTBFSlog index e7c6293ba..51d321af9 100644 --- a/source/x/FTBFSlog +++ b/source/x/FTBFSlog @@ -1,3 +1,7 @@ +Tue Apr 6 18:07:59 UTC 2021 + fcitx: Remove -fPIC to fix build (it uses it anyway). Thanks to nobodino. + fcitx-configtool: Remove -fPIC to fix build. Thanks to nobodino. ++--------------------------+ Sat Jan 30 02:44:45 UTC 2021 fcitx-libpinyin: fix building against libpinyin-2.6.0 with upstream patch. Thanks to nobodino for the report. diff --git a/source/x/fcitx-anthy/fcitx-anthy.SlackBuild b/source/x/fcitx-anthy/fcitx-anthy.SlackBuild index 2ccfcf585..6c60c2043 100755 --- a/source/x/fcitx-anthy/fcitx-anthy.SlackBuild +++ b/source/x/fcitx-anthy/fcitx-anthy.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=fcitx-anthy VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d- | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} diff --git a/source/x/fcitx-configtool/fcitx-configtool.SlackBuild b/source/x/fcitx-configtool/fcitx-configtool.SlackBuild index 92ac59fd9..1452ecb03 100755 --- a/source/x/fcitx-configtool/fcitx-configtool.SlackBuild +++ b/source/x/fcitx-configtool/fcitx-configtool.SlackBuild @@ -51,7 +51,7 @@ elif [ "$ARCH" = "s390" ]; then SLKCFLAGS="-O2" LIBDIRSUFFIX="" elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" + SLKCFLAGS="-O2" LIBDIRSUFFIX="64" elif [ "$ARCH" = "armv7hl" ]; then SLKCFLAGS="-O2 -march=armv7-a -mfpu=vfpv3-d16" @@ -89,6 +89,7 @@ find . \ mkdir build cd build cmake \ + -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \ -DCMAKE_C_FLAGS:STRING=${SLKCFLAGS} \ -DCMAKE_CXX_FLAGS:STRING=${SLKCFLAGS} \ -DCMAKE_INSTALL_PREFIX=/usr \ diff --git a/source/x/fcitx/fcitx.SlackBuild b/source/x/fcitx/fcitx.SlackBuild index 474a2e6f4..ddbcc2c96 100755 --- a/source/x/fcitx/fcitx.SlackBuild +++ b/source/x/fcitx/fcitx.SlackBuild @@ -54,7 +54,7 @@ elif [ "$ARCH" = "s390" ]; then SLKCFLAGS="-O2" LIBDIRSUFFIX="" elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" + SLKCFLAGS="-O2" LIBDIRSUFFIX="64" elif [ "$ARCH" = "armv7hl" ]; then SLKCFLAGS="-O3 -march=armv7-a -mfpu=vfpv3-d16" diff --git a/source/x/x11/build/xf86-input-libinput b/source/x/x11/build/xf86-input-libinput index 00750edc0..d00491fd7 100644 --- a/source/x/x11/build/xf86-input-libinput +++ b/source/x/x11/build/xf86-input-libinput @@ -1 +1 @@ -3 +1 diff --git a/source/xap/FTBFSlog b/source/xap/FTBFSlog index 82df57f0e..af5588c89 100644 --- a/source/xap/FTBFSlog +++ b/source/xap/FTBFSlog @@ -1,3 +1,6 @@ +Tue Apr 6 18:10:12 UTC 2021 + pan: Fix build with glib-2.68.0. Thanks to nobodino and ponce. ++--------------------------+ Tue Jan 19 01:20:27 UTC 2021 seamonkey: patch to fix build with Rust 1.48.0. Thanks to USUARIONUEVO and nobodino. diff --git a/source/xap/pan/0d775547f0e7cf7529538704814469e1db5496f2.patch b/source/xap/pan/0d775547f0e7cf7529538704814469e1db5496f2.patch deleted file mode 100644 index 80dc04877..000000000 --- a/source/xap/pan/0d775547f0e7cf7529538704814469e1db5496f2.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 0d775547f0e7cf7529538704814469e1db5496f2 Mon Sep 17 00:00:00 2001 -From: Detlef Graef -Date: Sun, 5 Jul 2020 08:54:35 +0200 -Subject: [PATCH] Remove empty line from file posting.xml - ---- - pan/data-impl/profiles.cc | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/pan/data-impl/profiles.cc b/pan/data-impl/profiles.cc -index e999fda..4053cae 100644 ---- a/pan/data-impl/profiles.cc -+++ b/pan/data-impl/profiles.cc -@@ -240,7 +240,7 @@ ProfilesImpl :: serialize (std::ostream& out) const - } - out << indent(--depth) << "\n"; - } -- out << indent(--depth) << "\n\n"; -+ out << indent(--depth) << "\n"; - out << indent(--depth) << "\n"; - } - --- -GitLab - diff --git a/source/xap/pan/495bfb2eb9228b5b5cef8b50e11af577e4b473f8.patch b/source/xap/pan/495bfb2eb9228b5b5cef8b50e11af577e4b473f8.patch deleted file mode 100644 index 6b876d1ed..000000000 --- a/source/xap/pan/495bfb2eb9228b5b5cef8b50e11af577e4b473f8.patch +++ /dev/null @@ -1,280 +0,0 @@ -From 495bfb2eb9228b5b5cef8b50e11af577e4b473f8 Mon Sep 17 00:00:00 2001 -From: Detlef Graef -Date: Sun, 5 Jul 2020 08:47:54 +0200 -Subject: [PATCH] Fix for GMime3 build (Posting error). Issues #103 and #114 - ---- - pan/gui/post-ui.cc | 176 ++++++++++++++++++++++++++++++++------------- - 1 file changed, 126 insertions(+), 50 deletions(-) - -diff --git a/pan/gui/post-ui.cc b/pan/gui/post-ui.cc -index 8769ec5..eb21384 100644 ---- a/pan/gui/post-ui.cc -+++ b/pan/gui/post-ui.cc -@@ -1598,86 +1598,178 @@ namespace - GMimeMessage* - PostUI :: new_message_from_ui (Mode mode, bool copy_body) - { -+#ifdef HAVE_GMIME_30 - - GMimeMessage * msg(0); -- msg = g_mime_message_new (false); -+ msg = g_mime_message_new (true); -+ const char * charset_cstr = _charset.c_str(); - - // headers from the ui: From - const Profile profile (get_current_profile ()); - std::string s; - profile.get_from_header (s); --#ifdef HAVE_GMIME_30 -- g_mime_message_add_mailbox (msg, GMIME_ADDRESS_TYPE_SENDER, NULL, s.c_str()); -+ g_mime_message_add_mailbox (msg, GMIME_ADDRESS_TYPE_FROM, profile.username.c_str(), profile.address.c_str()); -+ -+ // headers from the ui: Subject -+ const char * cpch (gtk_entry_get_text (GTK_ENTRY(_subject_entry))); -+ if (cpch) { -+ g_mime_message_set_subject (msg, cpch, charset_cstr); -+ } -+ -+ // headers from the ui: To -+ const StringView to (gtk_entry_get_text (GTK_ENTRY(_to_entry))); -+ if (!to.empty()) -+ pan_g_mime_message_add_recipients_from_string (msg, GMIME_ADDRESS_TYPE_TO, to.str); -+ -+ // headers from the ui: Newsgroups -+ const StringView groups (gtk_entry_get_text (GTK_ENTRY(_groups_entry))); -+ if (!groups.empty()) -+ g_mime_object_set_header ((GMimeObject *) msg, "Newsgroups", groups.str, charset_cstr); -+ -+ // headers from the ui: Followup-To -+ const StringView followupto (gtk_entry_get_text (GTK_ENTRY(_followupto_entry))); -+ if (!followupto.empty()) -+ g_mime_object_set_header ((GMimeObject *) msg, "Followup-To", followupto.str, charset_cstr); -+ -+ // headers from the ui: Reply-To -+ const StringView replyto (gtk_entry_get_text (GTK_ENTRY(_replyto_entry))); -+ if (!replyto.empty()) -+ g_mime_object_set_header ((GMimeObject *) msg, "Reply-To", replyto.str, charset_cstr); -+ -+ // headers from posting profile(via prefs): X-Face -+ if (!profile.xface.empty()) -+ { -+ std::string f; -+ f += " " + profile.xface; -+ g_mime_object_set_header ((GMimeObject *) msg, "X-Face", f.c_str(), charset_cstr); -+ } -+ -+ // add the 'hidden headers' (references) -+ const gchar * h_key_str; -+ foreach_const (str2str_t, _hidden_headers, it) -+ if ((mode==DRAFTING) || (it->first.find ("X-Draft-")!=0)) -+ { -+ h_key_str = it->first.c_str(); -+ if ( g_ascii_strncasecmp (h_key_str, "Content", 7) ) -+ { -+ g_mime_object_set_header ((GMimeObject *) msg, it->first.c_str(), it->second.c_str(), charset_cstr); -+ } -+ } -+ -+ // build headers from the 'more headers' entry field -+ std::map headers; -+ GtkTextBuffer * buf (_headers_buf); -+ GtkTextIter start, end; -+ gtk_text_buffer_get_bounds (buf, &start, &end); -+ char * pch = gtk_text_buffer_get_text (buf, &start, &end, false); -+ StringView key, val, v(pch); -+ v.trim (); -+ while (v.pop_token (val, '\n') && val.pop_token(key,':')) { -+ key.trim (); -+ val.eat_chars (1); -+ val.trim (); -+ std::string key_str (key.to_string()); -+ if (extra_header_is_editable (key, val)) -+ g_mime_object_set_header ((GMimeObject *) msg, key.to_string().c_str(), -+ val.to_string().c_str(), charset_cstr); -+ } -+ g_free (pch); -+ -+ // User-Agent -+ if ((mode==POSTING || mode == UPLOADING) && _prefs.get_flag (USER_AGENT_PREFS_KEY, true)) -+ g_mime_object_set_header ((GMimeObject *) msg, "User-Agent", get_user_agent(), charset_cstr); -+ -+ // Message-ID for single text-only posts -+ if (mode==DRAFTING || ((mode==POSTING || mode==UPLOADING) && _prefs.get_flag (MESSAGE_ID_PREFS_KEY, false))) { -+ const std::string message_id = generate_message_id(profile); -+ pan_g_mime_message_set_message_id (msg, message_id.c_str()); -+ } -+ -+ // body & charset -+ { -+ std::string body; -+ if (copy_body) body = get_body(); -+ -+ GMimeStream * stream = g_mime_stream_mem_new_with_buffer (body.c_str(), body.size()); -+ -+ const std::string charset ((mode==POSTING && !_charset.empty()) ? _charset : "UTF-8"); -+ if (charset != "UTF-8") { -+ // add a wrapper to convert from UTF-8 to $charset -+ GMimeStream * tmp = g_mime_stream_filter_new (stream); -+ g_object_unref (stream); -+ GMimeFilter * filter = g_mime_filter_charset_new ("UTF-8", charset.c_str()); -+ g_mime_stream_filter_add (GMIME_STREAM_FILTER(tmp), filter); -+ g_object_unref (filter); -+ stream = tmp; -+ } -+ GMimeDataWrapper * content_object = g_mime_data_wrapper_new_with_stream (stream, GMIME_CONTENT_ENCODING_DEFAULT); -+ g_object_unref (stream); -+ GMimePart * part = g_mime_part_new (); -+ g_mime_part_set_content (part, content_object); -+ -+ pch = g_strdup_printf ("text/plain; charset=%s", charset.c_str()); -+ GMimeContentType * type = g_mime_content_type_parse (NULL, pch); -+ g_free (pch); -+ g_mime_object_set_content_type ((GMimeObject *) part, type); // part owns type now. type isn't refcounted. -+ -+ if (mode != UPLOADING) g_mime_part_set_content_encoding (part, _enc); -+ -+ g_object_unref (content_object); -+ g_mime_message_set_mime_part (msg, GMIME_OBJECT(part)); -+ g_object_unref (part); -+ } -+ -+ return msg; -+ - #else -+ -+ GMimeMessage * msg(0); -+ msg = g_mime_message_new (false); -+ -+ // headers from the ui: From -+ const Profile profile (get_current_profile ()); -+ std::string s; -+ profile.get_from_header (s); - g_mime_message_set_sender (msg, s.c_str()); --#endif - - // headers from the ui: Subject - const char * cpch (gtk_entry_get_text (GTK_ENTRY(_subject_entry))); - if (cpch) { --#ifdef HAVE_GMIME_30 -- g_mime_message_set_subject (msg, cpch, NULL); --#else - g_mime_message_set_subject (msg, cpch); --#endif - } - - // headers from the ui: To - const StringView to (gtk_entry_get_text (GTK_ENTRY(_to_entry))); - if (!to.empty()) --#ifdef HAVE_GMIME_30 -- pan_g_mime_message_add_recipients_from_string (msg, GMIME_ADDRESS_TYPE_TO, to.str); --#else - pan_g_mime_message_add_recipients_from_string (msg, GMIME_RECIPIENT_TYPE_TO, to.str); --#endif - - // headers from the ui: Newsgroups - const StringView groups (gtk_entry_get_text (GTK_ENTRY(_groups_entry))); - if (!groups.empty()) --#ifdef HAVE_GMIME_30 -- g_mime_object_set_header ((GMimeObject *) msg, "Newsgroups", groups.str, NULL); --#else - g_mime_object_set_header ((GMimeObject *) msg, "Newsgroups", groups.str); --#endif - - // headers from the ui: Followup-To - const StringView followupto (gtk_entry_get_text (GTK_ENTRY(_followupto_entry))); - if (!followupto.empty()) --#ifdef HAVE_GMIME_30 -- g_mime_object_set_header ((GMimeObject *) msg, "Followup-To", followupto.str, NULL); --#else - g_mime_object_set_header ((GMimeObject *) msg, "Followup-To", followupto.str); --#endif - - // headers from the ui: Reply-To - const StringView replyto (gtk_entry_get_text (GTK_ENTRY(_replyto_entry))); - if (!replyto.empty()) --#ifdef HAVE_GMIME_30 -- g_mime_object_set_header ((GMimeObject *) msg, "Reply-To", replyto.str, NULL); --#else - g_mime_object_set_header ((GMimeObject *) msg, "Reply-To", replyto.str); --#endif - - // headers from posting profile(via prefs): X-Face - if (!profile.xface.empty()) - { - std::string f; - f += " " + profile.xface; --#ifdef HAVE_GMIME_30 -- g_mime_object_set_header ((GMimeObject *) msg, "X-Face", f.c_str(), NULL); --#else - g_mime_object_set_header ((GMimeObject *) msg, "X-Face", f.c_str()); --#endif - } - - // add the 'hidden headers' - foreach_const (str2str_t, _hidden_headers, it) - if ((mode==DRAFTING) || (it->first.find ("X-Draft-")!=0)) --#ifdef HAVE_GMIME_30 -- g_mime_object_set_header ((GMimeObject *) msg, it->first.c_str(), it->second.c_str(), NULL); --#else - g_mime_object_set_header ((GMimeObject *) msg, it->first.c_str(), it->second.c_str()); --#endif - - // build headers from the 'more headers' entry field - std::map headers; -@@ -1693,23 +1785,14 @@ PostUI :: new_message_from_ui (Mode mode, bool copy_body) - val.trim (); - std::string key_str (key.to_string()); - if (extra_header_is_editable (key, val)) --#ifdef HAVE_GMIME_30 -- g_mime_object_set_header ((GMimeObject *) msg, key.to_string().c_str(), -- val.to_string().c_str(), NULL); --#else - g_mime_object_set_header ((GMimeObject *) msg, key.to_string().c_str(), - val.to_string().c_str()); --#endif - } - g_free (pch); - - // User-Agent - if ((mode==POSTING || mode == UPLOADING) && _prefs.get_flag (USER_AGENT_PREFS_KEY, true)) --#ifdef HAVE_GMIME_30 -- g_mime_object_set_header ((GMimeObject *) msg, "User-Agent", get_user_agent(), NULL); --#else - g_mime_object_set_header ((GMimeObject *) msg, "User-Agent", get_user_agent()); --#endif - - // Message-ID for single text-only posts - if (mode==DRAFTING || ((mode==POSTING || mode==UPLOADING) && _prefs.get_flag (MESSAGE_ID_PREFS_KEY, false))) { -@@ -1738,19 +1821,10 @@ PostUI :: new_message_from_ui (Mode mode, bool copy_body) - g_object_unref (stream); - GMimePart * part = g_mime_part_new (); - pch = g_strdup_printf ("text/plain; charset=%s", charset.c_str()); -- --#ifdef HAVE_GMIME_30 -- GMimeContentType * type = g_mime_content_type_parse (NULL, pch); --#else - GMimeContentType * type = g_mime_content_type_new_from_string (pch); --#endif - g_free (pch); - g_mime_object_set_content_type ((GMimeObject *) part, type); // part owns type now. type isn't refcounted. --#ifdef HAVE_GMIME_30 -- g_mime_part_set_content(part, content_object); --#else - g_mime_part_set_content_object (part, content_object); --#endif - if (mode != UPLOADING) g_mime_part_set_content_encoding (part, _enc); - g_object_unref (content_object); - g_mime_message_set_mime_part (msg, GMIME_OBJECT(part)); -@@ -1758,6 +1832,8 @@ PostUI :: new_message_from_ui (Mode mode, bool copy_body) - } - - return msg; -+ -+#endif - } - - void --- -GitLab - diff --git a/source/xap/pan/pan.SlackBuild b/source/xap/pan/pan.SlackBuild index 1881feee9..b3a8a3bfc 100755 --- a/source/xap/pan/pan.SlackBuild +++ b/source/xap/pan/pan.SlackBuild @@ -75,8 +75,8 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \+ -zcat $CWD/0d775547f0e7cf7529538704814469e1db5496f2.patch.gz | patch -p1 --verbose || exit 1 -zcat $CWD/495bfb2eb9228b5b5cef8b50e11af577e4b473f8.patch.gz | patch -p1 --verbose || exit 1 +# Fix gmime3 errors and building with glib-2.68.0: +zcat $CWD/pan.glib-2.68.0.diff.gz | patch -p1 --verbose || exit 1 # Configure: CFLAGS="$SLKCFLAGS" \ diff --git a/source/xap/pan/pan.glib-2.68.0.diff b/source/xap/pan/pan.glib-2.68.0.diff new file mode 100644 index 000000000..e02f28ca3 --- /dev/null +++ b/source/xap/pan/pan.glib-2.68.0.diff @@ -0,0 +1,743 @@ +diff -aurN pan-0.146/pan/data/article-cache.cc pan-0.146-mod/pan/data/article-cache.cc +--- pan-0.146/pan/data/article-cache.cc 2017-12-29 18:15:47.000000000 +0100 ++++ pan-0.146-mod/pan/data/article-cache.cc 2021-04-05 18:50:26.132408821 +0200 +@@ -26,12 +26,10 @@ + #include + #include + #include +- +- #include +- #include +- #include + } +- ++#include ++#include ++#include + #include + #include + #include +diff -aurN pan-0.146/pan/data/article-cache.h pan-0.146-mod/pan/data/article-cache.h +--- pan-0.146/pan/data/article-cache.h 2017-12-29 18:15:47.000000000 +0100 ++++ pan-0.146-mod/pan/data/article-cache.h 2021-04-05 18:49:41.686408990 +0200 +@@ -22,9 +22,7 @@ + + #include + #include +-extern "C" { +- #include // for guint64 +-} ++#include // for guint64 + #include + #include + +diff -aurN pan-0.146/pan/data-impl/data-impl.cc pan-0.146-mod/pan/data-impl/data-impl.cc +--- pan-0.146/pan/data-impl/data-impl.cc 2017-12-29 18:15:47.000000000 +0100 ++++ pan-0.146-mod/pan/data-impl/data-impl.cc 2021-04-05 18:59:43.045406696 +0200 +@@ -22,10 +22,8 @@ + **************/ + + #include +-extern "C" { +- #include +- #include // for g_build_filename +-} ++#include ++#include // for g_build_filename + #include + #include + #include +diff -aurN pan-0.146/pan/data-impl/profiles.cc pan-0.146-mod/pan/data-impl/profiles.cc +--- pan-0.146/pan/data-impl/profiles.cc 2017-12-29 18:15:47.000000000 +0100 ++++ pan-0.146-mod/pan/data-impl/profiles.cc 2021-04-05 07:03:32.546986596 +0200 +@@ -240,7 +240,7 @@ + } + out << indent(--depth) << "\n"; + } +- out << indent(--depth) << "\n\n"; ++ out << indent(--depth) << "\n"; + out << indent(--depth) << "\n"; + } + +diff -aurN pan-0.146/pan/general/file-util.cc pan-0.146-mod/pan/general/file-util.cc +--- pan-0.146/pan/general/file-util.cc 2017-12-29 18:15:47.000000000 +0100 ++++ pan-0.146-mod/pan/general/file-util.cc 2021-04-05 18:44:45.568410120 +0200 +@@ -27,13 +27,12 @@ + #include + #include + #include +- #include +- #include + #ifndef G_OS_WIN32 + #include + #endif + } +- ++#include ++#include + #include "debug.h" + #include "log.h" + #include "messages.h" +diff -aurN pan-0.146/pan/general/file-util.h pan-0.146-mod/pan/general/file-util.h +--- pan-0.146/pan/general/file-util.h 2017-12-29 18:15:47.000000000 +0100 ++++ pan-0.146-mod/pan/general/file-util.h 2021-04-05 18:43:33.527410395 +0200 +@@ -25,9 +25,9 @@ + extern "C" { + #include + #include +- #include +- #include + } ++#include ++#include + #include + + #define g_freopen freopen +diff -aurN pan-0.146/pan/general/line-reader.cc pan-0.146-mod/pan/general/line-reader.cc +--- pan-0.146/pan/general/line-reader.cc 2017-12-23 20:51:55.000000000 +0100 ++++ pan-0.146-mod/pan/general/line-reader.cc 2021-04-05 18:45:43.352409899 +0200 +@@ -1,9 +1,7 @@ + #include + #include + #include +-extern "C"{ +- #include +-} ++#include + #include + #include "file-util.h" + #include "line-reader.h" +diff -aurN pan-0.146/pan/general/text-match.cc pan-0.146-mod/pan/general/text-match.cc +--- pan-0.146/pan/general/text-match.cc 2017-12-29 18:15:47.000000000 +0100 ++++ pan-0.146-mod/pan/general/text-match.cc 2021-04-05 18:46:30.698409719 +0200 +@@ -20,9 +20,9 @@ + #include + extern "C" { + #include +- #include +- #include + } ++#include ++#include + #include "debug.h" + #include "log.h" + #include "text-match.h" +diff -aurN pan-0.146/pan/gui/actions.cc pan-0.146-mod/pan/gui/actions.cc +--- pan-0.146/pan/gui/actions.cc 2017-12-29 18:15:47.000000000 +0100 ++++ pan-0.146-mod/pan/gui/actions.cc 2021-04-05 19:03:23.526405855 +0200 +@@ -18,11 +18,8 @@ + */ + + #include +-extern "C" { +- #include +- #include "gtk-compat.h" +-} +- ++#include "gtk-compat.h" ++#include + #include + #include + #include +diff -aurN pan-0.146/pan/gui/dl-headers-ui.cc pan-0.146-mod/pan/gui/dl-headers-ui.cc +--- pan-0.146/pan/gui/dl-headers-ui.cc 2017-12-29 18:15:47.000000000 +0100 ++++ pan-0.146-mod/pan/gui/dl-headers-ui.cc 2021-04-05 19:04:01.884405709 +0200 +@@ -18,11 +18,9 @@ + */ + + #include +-extern "C" { +- #include +- #include +- #include "gtk-compat.h" +-} ++#include ++#include ++#include "gtk-compat.h" + #include + #include + #include +diff -aurN pan-0.146/pan/gui/group-prefs.cc pan-0.146-mod/pan/gui/group-prefs.cc +--- pan-0.146/pan/gui/group-prefs.cc 2017-12-29 18:15:47.000000000 +0100 ++++ pan-0.146-mod/pan/gui/group-prefs.cc 2021-04-05 19:04:41.030405560 +0200 +@@ -21,8 +21,8 @@ + #include + #include // chmod + #include // chmod +- #include + } ++#include + #include + #include + #include +diff -aurN pan-0.146/pan/gui/group-prefs-dialog.cc pan-0.146-mod/pan/gui/group-prefs-dialog.cc +--- pan-0.146/pan/gui/group-prefs-dialog.cc 2017-12-29 18:15:47.000000000 +0100 ++++ pan-0.146-mod/pan/gui/group-prefs-dialog.cc 2021-04-05 19:05:19.236405414 +0200 +@@ -19,13 +19,13 @@ + + #include + extern "C" { +- #include +- #include +- #include "gtk-compat.h" + #ifdef HAVE_GTKSPELL + #include + #endif + } ++#include ++#include ++#include "gtk-compat.h" + #include + #include + #include +diff -aurN pan-0.146/pan/gui/gui.cc pan-0.146-mod/pan/gui/gui.cc +--- pan-0.146/pan/gui/gui.cc 2019-05-04 18:10:27.000000000 +0200 ++++ pan-0.146-mod/pan/gui/gui.cc 2021-04-05 19:00:49.351406443 +0200 +@@ -25,9 +25,9 @@ + extern "C" { + #include // for chmod + #include // for chmod +- #include + #include + } ++#include + #include + #include + #include +diff -aurN pan-0.146/pan/gui/header-pane.cc pan-0.146-mod/pan/gui/header-pane.cc +--- pan-0.146/pan/gui/header-pane.cc 2017-12-29 18:15:47.000000000 +0100 ++++ pan-0.146-mod/pan/gui/header-pane.cc 2021-04-05 19:06:37.048405117 +0200 +@@ -19,10 +19,9 @@ + + extern "C" { + #include +- #include +- #include "gtk-compat.h" +- #include "gtk-compat.h" + } ++#include "gtk-compat.h" ++#include + #include + #include + #include +diff -aurN pan-0.146/pan/gui/post-ui.cc pan-0.146-mod/pan/gui/post-ui.cc +--- pan-0.146/pan/gui/post-ui.cc 2017-12-29 18:15:47.000000000 +0100 ++++ pan-0.146-mod/pan/gui/post-ui.cc 2021-04-05 07:03:32.564986261 +0200 +@@ -1598,86 +1598,178 @@ + GMimeMessage* + PostUI :: new_message_from_ui (Mode mode, bool copy_body) + { ++#ifdef HAVE_GMIME_30 + + GMimeMessage * msg(0); +- msg = g_mime_message_new (false); ++ msg = g_mime_message_new (true); ++ const char * charset_cstr = _charset.c_str(); + + // headers from the ui: From + const Profile profile (get_current_profile ()); + std::string s; + profile.get_from_header (s); +-#ifdef HAVE_GMIME_30 +- g_mime_message_add_mailbox (msg, GMIME_ADDRESS_TYPE_SENDER, NULL, s.c_str()); ++ g_mime_message_add_mailbox (msg, GMIME_ADDRESS_TYPE_FROM, profile.username.c_str(), profile.address.c_str()); ++ ++ // headers from the ui: Subject ++ const char * cpch (gtk_entry_get_text (GTK_ENTRY(_subject_entry))); ++ if (cpch) { ++ g_mime_message_set_subject (msg, cpch, charset_cstr); ++ } ++ ++ // headers from the ui: To ++ const StringView to (gtk_entry_get_text (GTK_ENTRY(_to_entry))); ++ if (!to.empty()) ++ pan_g_mime_message_add_recipients_from_string (msg, GMIME_ADDRESS_TYPE_TO, to.str); ++ ++ // headers from the ui: Newsgroups ++ const StringView groups (gtk_entry_get_text (GTK_ENTRY(_groups_entry))); ++ if (!groups.empty()) ++ g_mime_object_set_header ((GMimeObject *) msg, "Newsgroups", groups.str, charset_cstr); ++ ++ // headers from the ui: Followup-To ++ const StringView followupto (gtk_entry_get_text (GTK_ENTRY(_followupto_entry))); ++ if (!followupto.empty()) ++ g_mime_object_set_header ((GMimeObject *) msg, "Followup-To", followupto.str, charset_cstr); ++ ++ // headers from the ui: Reply-To ++ const StringView replyto (gtk_entry_get_text (GTK_ENTRY(_replyto_entry))); ++ if (!replyto.empty()) ++ g_mime_object_set_header ((GMimeObject *) msg, "Reply-To", replyto.str, charset_cstr); ++ ++ // headers from posting profile(via prefs): X-Face ++ if (!profile.xface.empty()) ++ { ++ std::string f; ++ f += " " + profile.xface; ++ g_mime_object_set_header ((GMimeObject *) msg, "X-Face", f.c_str(), charset_cstr); ++ } ++ ++ // add the 'hidden headers' (references) ++ const gchar * h_key_str; ++ foreach_const (str2str_t, _hidden_headers, it) ++ if ((mode==DRAFTING) || (it->first.find ("X-Draft-")!=0)) ++ { ++ h_key_str = it->first.c_str(); ++ if ( g_ascii_strncasecmp (h_key_str, "Content", 7) ) ++ { ++ g_mime_object_set_header ((GMimeObject *) msg, it->first.c_str(), it->second.c_str(), charset_cstr); ++ } ++ } ++ ++ // build headers from the 'more headers' entry field ++ std::map headers; ++ GtkTextBuffer * buf (_headers_buf); ++ GtkTextIter start, end; ++ gtk_text_buffer_get_bounds (buf, &start, &end); ++ char * pch = gtk_text_buffer_get_text (buf, &start, &end, false); ++ StringView key, val, v(pch); ++ v.trim (); ++ while (v.pop_token (val, '\n') && val.pop_token(key,':')) { ++ key.trim (); ++ val.eat_chars (1); ++ val.trim (); ++ std::string key_str (key.to_string()); ++ if (extra_header_is_editable (key, val)) ++ g_mime_object_set_header ((GMimeObject *) msg, key.to_string().c_str(), ++ val.to_string().c_str(), charset_cstr); ++ } ++ g_free (pch); ++ ++ // User-Agent ++ if ((mode==POSTING || mode == UPLOADING) && _prefs.get_flag (USER_AGENT_PREFS_KEY, true)) ++ g_mime_object_set_header ((GMimeObject *) msg, "User-Agent", get_user_agent(), charset_cstr); ++ ++ // Message-ID for single text-only posts ++ if (mode==DRAFTING || ((mode==POSTING || mode==UPLOADING) && _prefs.get_flag (MESSAGE_ID_PREFS_KEY, false))) { ++ const std::string message_id = generate_message_id(profile); ++ pan_g_mime_message_set_message_id (msg, message_id.c_str()); ++ } ++ ++ // body & charset ++ { ++ std::string body; ++ if (copy_body) body = get_body(); ++ ++ GMimeStream * stream = g_mime_stream_mem_new_with_buffer (body.c_str(), body.size()); ++ ++ const std::string charset ((mode==POSTING && !_charset.empty()) ? _charset : "UTF-8"); ++ if (charset != "UTF-8") { ++ // add a wrapper to convert from UTF-8 to $charset ++ GMimeStream * tmp = g_mime_stream_filter_new (stream); ++ g_object_unref (stream); ++ GMimeFilter * filter = g_mime_filter_charset_new ("UTF-8", charset.c_str()); ++ g_mime_stream_filter_add (GMIME_STREAM_FILTER(tmp), filter); ++ g_object_unref (filter); ++ stream = tmp; ++ } ++ GMimeDataWrapper * content_object = g_mime_data_wrapper_new_with_stream (stream, GMIME_CONTENT_ENCODING_DEFAULT); ++ g_object_unref (stream); ++ GMimePart * part = g_mime_part_new (); ++ g_mime_part_set_content (part, content_object); ++ ++ pch = g_strdup_printf ("text/plain; charset=%s", charset.c_str()); ++ GMimeContentType * type = g_mime_content_type_parse (NULL, pch); ++ g_free (pch); ++ g_mime_object_set_content_type ((GMimeObject *) part, type); // part owns type now. type isn't refcounted. ++ ++ if (mode != UPLOADING) g_mime_part_set_content_encoding (part, _enc); ++ ++ g_object_unref (content_object); ++ g_mime_message_set_mime_part (msg, GMIME_OBJECT(part)); ++ g_object_unref (part); ++ } ++ ++ return msg; ++ + #else ++ ++ GMimeMessage * msg(0); ++ msg = g_mime_message_new (false); ++ ++ // headers from the ui: From ++ const Profile profile (get_current_profile ()); ++ std::string s; ++ profile.get_from_header (s); + g_mime_message_set_sender (msg, s.c_str()); +-#endif + + // headers from the ui: Subject + const char * cpch (gtk_entry_get_text (GTK_ENTRY(_subject_entry))); + if (cpch) { +-#ifdef HAVE_GMIME_30 +- g_mime_message_set_subject (msg, cpch, NULL); +-#else + g_mime_message_set_subject (msg, cpch); +-#endif + } + + // headers from the ui: To + const StringView to (gtk_entry_get_text (GTK_ENTRY(_to_entry))); + if (!to.empty()) +-#ifdef HAVE_GMIME_30 +- pan_g_mime_message_add_recipients_from_string (msg, GMIME_ADDRESS_TYPE_TO, to.str); +-#else + pan_g_mime_message_add_recipients_from_string (msg, GMIME_RECIPIENT_TYPE_TO, to.str); +-#endif + + // headers from the ui: Newsgroups + const StringView groups (gtk_entry_get_text (GTK_ENTRY(_groups_entry))); + if (!groups.empty()) +-#ifdef HAVE_GMIME_30 +- g_mime_object_set_header ((GMimeObject *) msg, "Newsgroups", groups.str, NULL); +-#else + g_mime_object_set_header ((GMimeObject *) msg, "Newsgroups", groups.str); +-#endif + + // headers from the ui: Followup-To + const StringView followupto (gtk_entry_get_text (GTK_ENTRY(_followupto_entry))); + if (!followupto.empty()) +-#ifdef HAVE_GMIME_30 +- g_mime_object_set_header ((GMimeObject *) msg, "Followup-To", followupto.str, NULL); +-#else + g_mime_object_set_header ((GMimeObject *) msg, "Followup-To", followupto.str); +-#endif + + // headers from the ui: Reply-To + const StringView replyto (gtk_entry_get_text (GTK_ENTRY(_replyto_entry))); + if (!replyto.empty()) +-#ifdef HAVE_GMIME_30 +- g_mime_object_set_header ((GMimeObject *) msg, "Reply-To", replyto.str, NULL); +-#else + g_mime_object_set_header ((GMimeObject *) msg, "Reply-To", replyto.str); +-#endif + + // headers from posting profile(via prefs): X-Face + if (!profile.xface.empty()) + { + std::string f; + f += " " + profile.xface; +-#ifdef HAVE_GMIME_30 +- g_mime_object_set_header ((GMimeObject *) msg, "X-Face", f.c_str(), NULL); +-#else + g_mime_object_set_header ((GMimeObject *) msg, "X-Face", f.c_str()); +-#endif + } + + // add the 'hidden headers' + foreach_const (str2str_t, _hidden_headers, it) + if ((mode==DRAFTING) || (it->first.find ("X-Draft-")!=0)) +-#ifdef HAVE_GMIME_30 +- g_mime_object_set_header ((GMimeObject *) msg, it->first.c_str(), it->second.c_str(), NULL); +-#else + g_mime_object_set_header ((GMimeObject *) msg, it->first.c_str(), it->second.c_str()); +-#endif + + // build headers from the 'more headers' entry field + std::map headers; +@@ -1693,23 +1785,14 @@ + val.trim (); + std::string key_str (key.to_string()); + if (extra_header_is_editable (key, val)) +-#ifdef HAVE_GMIME_30 +- g_mime_object_set_header ((GMimeObject *) msg, key.to_string().c_str(), +- val.to_string().c_str(), NULL); +-#else + g_mime_object_set_header ((GMimeObject *) msg, key.to_string().c_str(), + val.to_string().c_str()); +-#endif + } + g_free (pch); + + // User-Agent + if ((mode==POSTING || mode == UPLOADING) && _prefs.get_flag (USER_AGENT_PREFS_KEY, true)) +-#ifdef HAVE_GMIME_30 +- g_mime_object_set_header ((GMimeObject *) msg, "User-Agent", get_user_agent(), NULL); +-#else + g_mime_object_set_header ((GMimeObject *) msg, "User-Agent", get_user_agent()); +-#endif + + // Message-ID for single text-only posts + if (mode==DRAFTING || ((mode==POSTING || mode==UPLOADING) && _prefs.get_flag (MESSAGE_ID_PREFS_KEY, false))) { +@@ -1738,19 +1821,10 @@ + g_object_unref (stream); + GMimePart * part = g_mime_part_new (); + pch = g_strdup_printf ("text/plain; charset=%s", charset.c_str()); +- +-#ifdef HAVE_GMIME_30 +- GMimeContentType * type = g_mime_content_type_parse (NULL, pch); +-#else + GMimeContentType * type = g_mime_content_type_new_from_string (pch); +-#endif + g_free (pch); + g_mime_object_set_content_type ((GMimeObject *) part, type); // part owns type now. type isn't refcounted. +-#ifdef HAVE_GMIME_30 +- g_mime_part_set_content(part, content_object); +-#else + g_mime_part_set_content_object (part, content_object); +-#endif + if (mode != UPLOADING) g_mime_part_set_content_encoding (part, _enc); + g_object_unref (content_object); + g_mime_message_set_mime_part (msg, GMIME_OBJECT(part)); +@@ -1758,6 +1832,8 @@ + } + + return msg; ++ ++#endif + } + + void +diff -aurN pan-0.146/pan/gui/prefs-ui.cc pan-0.146-mod/pan/gui/prefs-ui.cc +--- pan-0.146/pan/gui/prefs-ui.cc 2017-12-29 18:15:47.000000000 +0100 ++++ pan-0.146-mod/pan/gui/prefs-ui.cc 2021-04-05 19:07:26.592404928 +0200 +@@ -18,10 +18,8 @@ + */ + + #include +-extern "C" { +- #include +- #include "gtk-compat.h" +-} ++#include ++#include "gtk-compat.h" + #include + #include + #include +diff -aurN pan-0.146/pan/gui/progress-view.cc pan-0.146-mod/pan/gui/progress-view.cc +--- pan-0.146/pan/gui/progress-view.cc 2017-12-29 18:15:47.000000000 +0100 ++++ pan-0.146-mod/pan/gui/progress-view.cc 2021-04-05 19:08:01.207404796 +0200 +@@ -18,9 +18,7 @@ + */ + + #include +-extern "C" { +- #include "gtk-compat.h" +-} ++#include "gtk-compat.h" + #include + #include + #include "progress-view.h" +diff -aurN pan-0.146/pan/gui/save-attach-ui.cc pan-0.146-mod/pan/gui/save-attach-ui.cc +--- pan-0.146/pan/gui/save-attach-ui.cc 2017-12-29 18:15:47.000000000 +0100 ++++ pan-0.146-mod/pan/gui/save-attach-ui.cc 2021-04-05 19:09:43.571404405 +0200 +@@ -18,10 +18,8 @@ + */ + + #include +-extern "C" { +- #include +- #include "gtk-compat.h" +-} ++#include ++#include "gtk-compat.h" + #include + #include + #include +diff -aurN pan-0.146/pan/gui/save-ui.cc pan-0.146-mod/pan/gui/save-ui.cc +--- pan-0.146/pan/gui/save-ui.cc 2017-12-29 18:15:47.000000000 +0100 ++++ pan-0.146-mod/pan/gui/save-ui.cc 2021-04-05 19:08:49.801404611 +0200 +@@ -18,10 +18,8 @@ + */ + + #include +-extern "C" { +- #include +- #include "gtk-compat.h" +-} ++#include ++#include "gtk-compat.h" + #include + #include + #include +diff -aurN pan-0.146/pan/gui/score-add-ui.cc pan-0.146-mod/pan/gui/score-add-ui.cc +--- pan-0.146/pan/gui/score-add-ui.cc 2017-12-29 18:15:47.000000000 +0100 ++++ pan-0.146-mod/pan/gui/score-add-ui.cc 2021-04-05 19:10:11.844404298 +0200 +@@ -20,9 +20,7 @@ + #include + #include + #include +-extern "C" { +- #include +-} ++#include + #include + #include + #include "hig.h" +diff -aurN pan-0.146/pan/gui/score-view-ui.cc pan-0.146-mod/pan/gui/score-view-ui.cc +--- pan-0.146/pan/gui/score-view-ui.cc 2017-12-29 18:15:47.000000000 +0100 ++++ pan-0.146-mod/pan/gui/score-view-ui.cc 2021-04-05 19:10:51.159404148 +0200 +@@ -18,10 +18,8 @@ + */ + + #include +-extern "C" { +- #include +- #include "gtk-compat.h" +-} ++#include ++#include "gtk-compat.h" + #include + #include "pad.h" + #include "score-add-ui.h" +diff -aurN pan-0.146/pan/gui/server-ui.cc pan-0.146-mod/pan/gui/server-ui.cc +--- pan-0.146/pan/gui/server-ui.cc 2017-12-29 18:15:47.000000000 +0100 ++++ pan-0.146-mod/pan/gui/server-ui.cc 2021-04-05 19:11:30.464403998 +0200 +@@ -21,12 +21,9 @@ + #include + #include + #include +-extern "C" { +- #include +- #include +- #include "gtk-compat.h" +-} +- ++#include ++#include ++#include "gtk-compat.h" + #include + #include + #include +diff -aurN pan-0.146/pan/gui/task-pane.cc pan-0.146-mod/pan/gui/task-pane.cc +--- pan-0.146/pan/gui/task-pane.cc 2017-12-29 18:15:47.000000000 +0100 ++++ pan-0.146-mod/pan/gui/task-pane.cc 2021-04-05 19:12:05.829403863 +0200 +@@ -18,11 +18,9 @@ + */ + + #include +-extern "C" { +- #include +- #include +- #include "gtk-compat.h" +-} ++#include ++#include ++#include "gtk-compat.h" + #include + #include + #include +diff -aurN pan-0.146/pan/tasks/nntp.cc pan-0.146-mod/pan/tasks/nntp.cc +--- pan-0.146/pan/tasks/nntp.cc 2017-12-29 18:15:47.000000000 +0100 ++++ pan-0.146-mod/pan/tasks/nntp.cc 2021-04-05 18:57:01.768407312 +0200 +@@ -22,10 +22,8 @@ + #include + #include // abort, atoi, strtoul + #include // snprintf +-extern "C" { +- #include +- #include +-} ++#include ++#include + #include + #include + #include +diff -aurN pan-0.146/pan/tasks/socket.cc pan-0.146-mod/pan/tasks/socket.cc +--- pan-0.146/pan/tasks/socket.cc 2017-12-29 18:15:47.000000000 +0100 ++++ pan-0.146-mod/pan/tasks/socket.cc 2021-04-05 18:58:43.178406925 +0200 +@@ -21,9 +21,7 @@ + #include + #include + #include +-extern "C" { +- #include +-} ++#include + #include + #include + #include "socket.h" +diff -aurN pan-0.146/pan/tasks/task-groups.cc pan-0.146-mod/pan/tasks/task-groups.cc +--- pan-0.146/pan/tasks/task-groups.cc 2017-12-29 18:15:47.000000000 +0100 ++++ pan-0.146-mod/pan/tasks/task-groups.cc 2021-04-05 18:52:54.804408254 +0200 +@@ -20,9 +20,9 @@ + #include + #include + extern "C" { +- #include + #include + } ++#include + #include + #include + #include +diff -aurN pan-0.146/pan/tasks/task-post.cc pan-0.146-mod/pan/tasks/task-post.cc +--- pan-0.146/pan/tasks/task-post.cc 2017-12-29 18:15:47.000000000 +0100 ++++ pan-0.146-mod/pan/tasks/task-post.cc 2021-04-05 18:54:43.554407839 +0200 +@@ -18,9 +18,7 @@ + */ + + #include +-extern "C" { +- #include +-} ++#include + #include "task-post.h" + #include + #include +diff -aurN pan-0.146/pan/tasks/task-xover.cc pan-0.146-mod/pan/tasks/task-xover.cc +--- pan-0.146/pan/tasks/task-xover.cc 2017-12-29 18:15:47.000000000 +0100 ++++ pan-0.146-mod/pan/tasks/task-xover.cc 2021-04-05 18:55:26.528407675 +0200 +@@ -26,10 +26,9 @@ + #define PROTOTYPES + #include + #include ++} + #include + #include +-} +- + #include + #include + #include +diff -aurN pan-0.146/pan/tasks/task-xoverinfo.cc pan-0.146-mod/pan/tasks/task-xoverinfo.cc +--- pan-0.146/pan/tasks/task-xoverinfo.cc 2017-12-29 18:15:47.000000000 +0100 ++++ pan-0.146-mod/pan/tasks/task-xoverinfo.cc 2021-04-05 18:56:10.119407509 +0200 +@@ -24,10 +24,10 @@ + #define PROTOTYPES + #include + #include +- #include +- #include + #include + } ++#include ++#include + #include + #include + #include +diff -aurN pan-0.146/pan/usenet-utils/filter-info.cc pan-0.146-mod/pan/usenet-utils/filter-info.cc +--- pan-0.146/pan/usenet-utils/filter-info.cc 2017-12-29 18:15:47.000000000 +0100 ++++ pan-0.146-mod/pan/usenet-utils/filter-info.cc 2021-04-05 18:48:09.801409341 +0200 +@@ -18,10 +18,8 @@ + */ + + #include +-extern "C" { +- #include +- #include +-} ++#include ++#include + #include + #include "filter-info.h" + +diff -aurN pan-0.146/README.windows pan-0.146-mod/README.windows +--- pan-0.146/README.windows 2019-10-12 21:57:23.000000000 +0200 ++++ pan-0.146-mod/README.windows 1970-01-01 01:00:00.000000000 +0100 +@@ -1,16 +0,0 @@ +- +- http://pan.rebelbase.com/download/releases/0.146/ +- has a full list of changes since the previous release. +- +- On Windows, Pan requires GTK 2.16.0 or higher, which can be found at +- . +- +- Found a bug? Have a suggestion? +- Send feedback to the pan-users@nongnu.org mailing list. +- +- Information on building Pan on Windows can be found at +- . +- +- See the following page for more information on Pan builds for Windows: +- . +- -- cgit v1.2.3