udftools, squashfs-tools, smartmontools, ntfs-3g, sg3_utils, gptfdisk, hdparm, btrfs-progs ver. bump

This commit is contained in:
Rmys
2022-06-06 13:57:54 +03:00
parent 4190115063
commit c86cf1b20d
10 changed files with 73 additions and 14 deletions
+9 -1
View File
@@ -12,7 +12,7 @@
<IsA>app:console</IsA>
<Summary>Userspace utilities for btrfs</Summary>
<Description>btrfs-progs package provides all the userspace programs needed to create, check, modify and correct any inconsistencies in the btrfs filesystem.</Description>
<Archive sha1sum="4015ebcf824651f5c0fad4db43966a8fb6b0fd20" type="targz">https://github.com/kdave/btrfs-progs/archive/v5.15.tar.gz</Archive>
<Archive sha1sum="783e2016a3c807cc3f9d5efd78b0102f172ae509" type="targz">https://github.com/kdave/btrfs-progs/archive/v5.18.tar.gz</Archive>
<BuildDependencies>
<Dependency>xmlto</Dependency>
<Dependency>asciidoc</Dependency>
@@ -57,10 +57,18 @@
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="10">
<Date>2022-06-06</Date>
<Version>5.18</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="9">
<Date>2021-11-21</Date>
<Version>5.15</Version>
+8 -1
View File
@@ -16,7 +16,7 @@
<Dependency>popt-devel</Dependency>
<Dependency>libutil-linux-devel</Dependency>
</BuildDependencies>
<Archive sha1sum="c8824e779056158fa32887e415f5399a8646c3c5" type="targz">http://sourceforge.net/projects/gptfdisk/files/gptfdisk/1.0.8/gptfdisk-1.0.8.tar.gz</Archive>
<Archive sha1sum="284bd000edaf7874b472bd01719c6a71a8030e13" type="targz">http://sourceforge.net/projects/gptfdisk/files/gptfdisk/1.0.9/gptfdisk-1.0.9.tar.gz</Archive>
</Source>
<Package>
@@ -35,6 +35,13 @@
</Package>
<History>
<Update release="9">
<Date>2022-06-06</Date>
<Version>1.0.9</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="8">
<Date>2021-11-21</Date>
<Version>1.0.8</Version>
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>app:console</IsA>
<Summary>Utility to change hard drive performance parameters</Summary>
<Description>hdparm has some useful utilities that allows you to get/set hard disk parameters for Linux IDE drives in runtime.</Description>
<Archive sha1sum="b3425a141f1c0fe9f53b18631437129c2155ee45" type="targz">https://sourceforge.net/projects/hdparm/files/hdparm/hdparm-9.58.tar.gz</Archive>
<Archive sha1sum="c8e24233b4d29506907ad2bf0725f793106c3a78" type="targz">https://sourceforge.net/projects/hdparm/files/hdparm/hdparm-9.63.tar.gz</Archive>
</Source>
<Package>
@@ -29,6 +29,13 @@
</Package>
<History>
<Update release="7">
<Date>2022-06-06</Date>
<Version>9.63</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2020-02-01</Date>
<Version>9.58</Version>
+1
View File
@@ -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 \
+12 -5
View File
@@ -14,16 +14,16 @@
<IsA>app:console</IsA>
<Summary>Userspace driver for NTFS read/write support</Summary>
<Description>ntfs-3g allows regular users read/write access to NTFS filesystems.</Description>
<Archive sha1sum="160a836274c38d92e5c3a55256f404c8dd8f3cc1" type="targz">https://tuxera.com/opensource/ntfs-3g_ntfsprogs-2017.3.23.tgz</Archive>
<Archive sha1sum="ec9770d142373f2aeedb782b08956bb9a0d3dc7b" type="targz">https://github.com/tuxera/ntfs-3g/archive/refs/tags/2022.5.17.tar.gz</Archive>
<BuildDependencies>
<Dependency>fuse-devel</Dependency>
<Dependency>libutil-linux-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">ntfs3g-2017.3.23-big-sectors.patch</Patch>
<Patch level="1">ntfs3g-2017.3.23-check-mftmirr.patch</Patch>
<Patch level="1">ntfs3g-2017.3.23-full-clusters.patch</Patch>
<Patch level="1">ntfs-3g-CVE-2019-9755.patch</Patch>
<!-- <Patch level="1">ntfs3g-2017.3.23-big-sectors.patch</Patch> -->
<!-- <Patch level="1">ntfs3g-2017.3.23-check-mftmirr.patch</Patch> -->
<!-- <Patch level="1">ntfs3g-2017.3.23-full-clusters.patch</Patch> -->
<!-- <Patch level="1">ntfs-3g-CVE-2019-9755.patch</Patch> -->
</Patches>
</Source>
@@ -69,6 +69,13 @@
</Package>
<History>
<Update release="9">
<Date>2022-06-06</Date>
<Version>2022.5.17</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="8">
<Date>2020-02-01</Date>
<Version>2017.3.23</Version>
+8 -1
View File
@@ -14,7 +14,7 @@
<IsA>library</IsA>
<Summary>Utilities for devices that use SCSI command sets</Summary>
<Description>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.</Description>
<Archive sha1sum="961eaf240aa4fa3b0112bb58660753555d436344" type="targz">https://github.com/hreinecke/sg3_utils/archive/v1.44.tar.gz</Archive>
<Archive sha1sum="c8ebf32dd511c4f267515f584d610ee0120ca63c" type="tarxz">https://sg.danny.cz/sg/p/sg3_utils-1.46.tar.xz</Archive>
</Source>
<Package>
@@ -42,6 +42,13 @@
</Package>
<History>
<Update release="7">
<Date>2022-06-06</Date>
<Version>1.47</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2020-02-01</Date>
<Version>1.44</Version>
+9 -2
View File
@@ -12,13 +12,13 @@
<IsA>app:console</IsA>
<Summary>Programs to control and monitor storage systems using the Self-Monitoring</Summary>
<Description>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.</Description>
<Archive sha1sum="8d68241096f6ed5b1bbcd8b427fa4a881c1f3e33" type="targz">mirrors://sourceforge/smartmontools/7.2/smartmontools-7.2.tar.gz</Archive>
<Archive sha1sum="5ce7adb606119148d725b91a00652d427ca0adc2" type="targz">mirrors://sourceforge/smartmontools/7.3/smartmontools-7.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>libutil-linux-devel</Dependency>
<Dependency>libcap-ng-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">smartmontools-7.2-update-smart-drivedb-quiet.patch</Patch>
<!-- <Patch level="1">smartmontools-7.2-update-smart-drivedb-quiet.patch</Patch> -->
</Patches>
</Source>
@@ -46,6 +46,13 @@
</Package>
<History>
<Update release="8">
<Date>2022-06-06</Date>
<Version>7.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="7">
<Date>2021-11-22</Date>
<Version>7.2</Version>
+1 -1
View File
@@ -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()))
+9 -1
View File
@@ -12,7 +12,7 @@
<IsA>app:console</IsA>
<Summary>Userspace tools to create squashfs compressed filesystem</Summary>
<Description>Squashfs is a highly compressed read-only filesystem for Linux. This package contains the utilities for manipulating squashfs filesystems.</Description>
<Archive sha1sum="ccdbdb36be907de767019f2f35e985c6fad1bc2c" type="targz">https://github.com/plougher/squashfs-tools/archive/refs/tags/4.4-git.1.tar.gz</Archive>
<Archive sha1sum="3dc0a4d88b0a40f1537cea5e50371c1be0bb590f" type="targz">https://github.com/plougher/squashfs-tools/archive/refs/tags/4.5.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>lzo-devel</Dependency>
<Dependency>lz4-devel</Dependency>
@@ -39,10 +39,18 @@
<Files>
<Path fileType="executable">/usr/sbin</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="8">
<Date>2022-06-06</Date>
<Version>4.5.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="7">
<Date>2021-04-11</Date>
<Version>4.4</Version>
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>app:console</IsA>
<Summary>Linux UDF Filesystem userspace utilities</Summary>
<Description>UDF dosya sistemleri ve DVD / CD-R (W) sürücüleri için Linux araçları</Description>
<Archive sha1sum="4559ca48ba7a6aea20a2fd7e134960124dfa4bf1" type="targz">https://github.com/pali/udftools/releases/download/2.1/udftools-2.1.tar.gz</Archive>
<Archive sha1sum="3eb111de212be510f0bad8d81b8c2a02c339e5b3" type="targz">https://github.com/pali/udftools/releases/download/2.3/udftools-2.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>eudev-devel</Dependency>
<Dependency>readline-devel</Dependency>
@@ -42,6 +42,13 @@
</Package>
<History>
<Update release="3">
<Date>2022-06-06</Date>
<Version>2.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2020-02-01</Date>
<Version>2.1</Version>