]> git.pld-linux.org Git - packages/hdparm.git/commitdiff
up to 9.61 auto/th/hdparm-9.61-1
authorJan Palus <atler@pld-linux.org>
Fri, 30 Apr 2021 15:07:33 +0000 (17:07 +0200)
committerJan Palus <atler@pld-linux.org>
Fri, 30 Apr 2021 15:07:33 +0000 (17:07 +0200)
hdparm-ioctl.patch
hdparm-man-patch
hdparm.spec

index 3ee962c42c142d49d2374cd0d687a0acf190d280..1a40dbc37788f777d0e2a0c50bb246165f8372e6 100644 (file)
@@ -1,17 +1,19 @@
 --- hdparm-8.8/hdparm.h.orig   2008-06-03 17:35:07.000000000 +0200
 +++ hdparm-8.8/hdparm.h        2008-06-12 18:15:49.971172186 +0200
-@@ -75,5 +75,5 @@
+@@ -75,7 +75,7 @@
  #ifdef BLKGETSIZE64
  #undef BLKGETSIZE64
  #endif
 -#define BLKGETSIZE64 _IOR(0x12,114,__u64)
 +#define BLKGETSIZE64 _IOR(0x12,114,size_t) /* broken __u64 arg actually */
  
+ /*
 --- hdparm-9.3/Makefile.orig   2008-11-02 23:18:05.000000000 +0100
 +++ hdparm-9.3/Makefile        2008-11-06 21:30:37.321553760 +0100
 @@ -31,6 +31,8 @@
        $(CC) $(LDFLAGS) -o hdparm $(OBJS)
-       strip hdparm
+       $(STRIP) hdparm
  
 +geom.o:       hdparm.h
 +
index 092e047f5463d45d2bc5291bb658e1c9605b699e..aa3118fa739117ee9968ef60dfc3693d90f90dd0 100644 (file)
@@ -10,9 +10,9 @@
 +.BR -Y ,
  and
  .B -Z
flags can be used to manipulate the IDE power modes.
options can be used to manipulate the IDE power modes.
 @@ -352,8 +354,8 @@
flag can be used to find the maximum setting supported by an installed drive
option can be used to find the maximum setting supported by an installed drive
  (look for MaxMultSect in the output).
  Some drives claim to support multiple mode, but lose data at some settings.
 -Under rare circumstances, such failures can result in
index 2aadb9c97adbd33cab1b8708b2db2ccc00cffbd1..08fb929c8f9ec5cd7d436f5e322b485872b4e213 100644 (file)
@@ -8,12 +8,12 @@ Summary(ru.UTF-8):    Утилита для показа/настройки пар
 Summary(tr.UTF-8):     (E)IDE/SATA/SAS sabit disklerle ilgili bazı parametreleri değiştirir
 Summary(uk.UTF-8):     Утиліта для показу/установки параметрів жорстких дисків
 Name:          hdparm
-Version:       9.60
+Version:       9.61
 Release:       1
 License:       BSD
 Group:         Applications/System
-Source0:       http://downloads.sourceforge.net/hdparm/%{name}-%{version}.tar.gz
-# Source0-md5: 25a791d47236c58801f8b27074f3ef93
+Source0:       https://downloads.sourceforge.net/hdparm/%{name}-%{version}.tar.gz
+# Source0-md5: 3ef06831e83890f0ba48f7a252b93325
 Source1:       %{name}.init
 Source2:       %{name}.sysconfig
 Source3:       %{name}.8.pl
This page took 0.11636 seconds and 4 git commands to generate.