diff --git a/hardware/disk/btrfs-progs/pspec.xml b/hardware/disk/btrfs-progs/pspec.xml index 6734093a35..ec1cedb1d3 100644 --- a/hardware/disk/btrfs-progs/pspec.xml +++ b/hardware/disk/btrfs-progs/pspec.xml @@ -12,7 +12,7 @@ app:console Userspace utilities for btrfs btrfs-progs package provides all the userspace programs needed to create, check, modify and correct any inconsistencies in the btrfs filesystem. - https://github.com/kdave/btrfs-progs/archive/v5.15.tar.gz + https://github.com/kdave/btrfs-progs/archive/v5.18.tar.gz xmlto asciidoc @@ -57,10 +57,18 @@ /usr/include + /usr/lib/pkgconfig + + 2022-06-06 + 5.18 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2021-11-21 5.15 diff --git a/hardware/disk/gptfdisk/pspec.xml b/hardware/disk/gptfdisk/pspec.xml index b93eda3ac4..bbe837a847 100644 --- a/hardware/disk/gptfdisk/pspec.xml +++ b/hardware/disk/gptfdisk/pspec.xml @@ -16,7 +16,7 @@ popt-devel libutil-linux-devel - http://sourceforge.net/projects/gptfdisk/files/gptfdisk/1.0.8/gptfdisk-1.0.8.tar.gz + http://sourceforge.net/projects/gptfdisk/files/gptfdisk/1.0.9/gptfdisk-1.0.9.tar.gz @@ -35,6 +35,13 @@ + + 2022-06-06 + 1.0.9 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2021-11-21 1.0.8 diff --git a/hardware/disk/hdparm/pspec.xml b/hardware/disk/hdparm/pspec.xml index 5067aeac59..e9eb79a463 100644 --- a/hardware/disk/hdparm/pspec.xml +++ b/hardware/disk/hdparm/pspec.xml @@ -12,7 +12,7 @@ app:console Utility to change hard drive performance parameters hdparm has some useful utilities that allows you to get/set hard disk parameters for Linux IDE drives in runtime. - https://sourceforge.net/projects/hdparm/files/hdparm/hdparm-9.58.tar.gz + https://sourceforge.net/projects/hdparm/files/hdparm/hdparm-9.63.tar.gz @@ -29,6 +29,13 @@ + + 2022-06-06 + 9.63 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2020-02-01 9.58 diff --git a/hardware/disk/ntfs-3g/actions.py b/hardware/disk/ntfs-3g/actions.py index 1d6d237be0..6dbb7868ab 100644 --- a/hardware/disk/ntfs-3g/actions.py +++ b/hardware/disk/ntfs-3g/actions.py @@ -10,6 +10,7 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): + shelltools.system("./autogen.sh") shelltools.export("CFLAGS", "%s -D_FILE_OFFSET_BITS=64" % get.CFLAGS()) autotools.configure("--prefix=/usr \ --sbin=/usr/bin \ diff --git a/hardware/disk/ntfs-3g/pspec.xml b/hardware/disk/ntfs-3g/pspec.xml index 5bf8b0ded7..e8c4624483 100644 --- a/hardware/disk/ntfs-3g/pspec.xml +++ b/hardware/disk/ntfs-3g/pspec.xml @@ -14,16 +14,16 @@ app:console Userspace driver for NTFS read/write support ntfs-3g allows regular users read/write access to NTFS filesystems. - https://tuxera.com/opensource/ntfs-3g_ntfsprogs-2017.3.23.tgz + https://github.com/tuxera/ntfs-3g/archive/refs/tags/2022.5.17.tar.gz fuse-devel libutil-linux-devel - ntfs3g-2017.3.23-big-sectors.patch - ntfs3g-2017.3.23-check-mftmirr.patch - ntfs3g-2017.3.23-full-clusters.patch - ntfs-3g-CVE-2019-9755.patch + + + + @@ -69,6 +69,13 @@ + + 2022-06-06 + 2022.5.17 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2020-02-01 2017.3.23 diff --git a/hardware/disk/sg3_utils/pspec.xml b/hardware/disk/sg3_utils/pspec.xml index 75e99a498b..643effd172 100644 --- a/hardware/disk/sg3_utils/pspec.xml +++ b/hardware/disk/sg3_utils/pspec.xml @@ -14,7 +14,7 @@ library Utilities for devices that use SCSI command sets sg3_utils is a collection of Linux utilities for devices that use the SCSI command set. Includes utilities to copy data based on dd syntax and semantics, check INQUIRY data and VPD pages, check mode and log pages, spin up/down disks, do self tests and various other functions. - https://github.com/hreinecke/sg3_utils/archive/v1.44.tar.gz + https://sg.danny.cz/sg/p/sg3_utils-1.46.tar.xz @@ -42,6 +42,13 @@ + + 2022-06-06 + 1.47 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2020-02-01 1.44 diff --git a/hardware/disk/smartmontools/pspec.xml b/hardware/disk/smartmontools/pspec.xml index fb3a9b9dfc..4812fa1b78 100644 --- a/hardware/disk/smartmontools/pspec.xml +++ b/hardware/disk/smartmontools/pspec.xml @@ -12,13 +12,13 @@ app:console Programs to control and monitor storage systems using the Self-Monitoring The smartmontools package contains two utility programs (smartctl and smartd) to control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (SMART) built into most modern ATA and SCSI hard disks. - mirrors://sourceforge/smartmontools/7.2/smartmontools-7.2.tar.gz + mirrors://sourceforge/smartmontools/7.3/smartmontools-7.3.tar.gz libutil-linux-devel libcap-ng-devel - smartmontools-7.2-update-smart-drivedb-quiet.patch + @@ -46,6 +46,13 @@ + + 2022-06-06 + 7.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2021-11-22 7.2 diff --git a/hardware/disk/squashfs-tools/actions.py b/hardware/disk/squashfs-tools/actions.py index 94b4103260..bc0dac579c 100644 --- a/hardware/disk/squashfs-tools/actions.py +++ b/hardware/disk/squashfs-tools/actions.py @@ -29,4 +29,4 @@ def build(): def install(): shelltools.cd("squashfs-tools") - autotools.install("INSTALL_DIR='%s/usr/sbin'" % get.installDIR()) + autotools.install("INSTALL_PREFIX='%s/usr' INSTALL_MANPAGES_DIR='%s/usr/share/man/man1' INSTALL_DIR='%s/usr/sbin'" % (get.installDIR(), get.installDIR(), get.installDIR())) diff --git a/hardware/disk/squashfs-tools/pspec.xml b/hardware/disk/squashfs-tools/pspec.xml index 7b3e410232..ca57fcf1ed 100644 --- a/hardware/disk/squashfs-tools/pspec.xml +++ b/hardware/disk/squashfs-tools/pspec.xml @@ -12,7 +12,7 @@ app:console Userspace tools to create squashfs compressed filesystem Squashfs is a highly compressed read-only filesystem for Linux. This package contains the utilities for manipulating squashfs filesystems. - https://github.com/plougher/squashfs-tools/archive/refs/tags/4.4-git.1.tar.gz + https://github.com/plougher/squashfs-tools/archive/refs/tags/4.5.1.tar.gz lzo-devel lz4-devel @@ -39,10 +39,18 @@ /usr/sbin /usr/share/doc + /usr/share/man + + 2022-06-06 + 4.5.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2021-04-11 4.4 diff --git a/hardware/disk/udftools/pspec.xml b/hardware/disk/udftools/pspec.xml index 67b0307531..c3b96a21e7 100644 --- a/hardware/disk/udftools/pspec.xml +++ b/hardware/disk/udftools/pspec.xml @@ -12,7 +12,7 @@ app:console Linux UDF Filesystem userspace utilities UDF dosya sistemleri ve DVD / CD-R (W) sürücüleri için Linux araçları - https://github.com/pali/udftools/releases/download/2.1/udftools-2.1.tar.gz + https://github.com/pali/udftools/releases/download/2.3/udftools-2.3.tar.gz eudev-devel readline-devel @@ -42,6 +42,13 @@ + + 2022-06-06 + 2.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2020-02-01 2.1