summaryrefslogtreecommitdiffstats
path: root/source/ap/xfsdump/0005-xfsdump.xfsprogs-5.3.0.xfs_fsop_bulkreq_t.patch
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2019-11-26 20:04:41 +0000
committer Eric Hameleers <alien@slackware.com>2019-11-27 08:59:50 +0100
commitdcb09037c6d84f27932186ec03741d52d60862e5 (patch)
treeee505e48b8533b49d70ee59d68efc3335ec3c0e1 /source/ap/xfsdump/0005-xfsdump.xfsprogs-5.3.0.xfs_fsop_bulkreq_t.patch
parent9b6fab2c3603408615a3a733985c7a7002cebfa1 (diff)
downloadcurrent-f5d1d428d24ce05af9dbb769245f52b7b8f769a2.tar.gz
current-f5d1d428d24ce05af9dbb769245f52b7b8f769a2.tar.xz
Tue Nov 26 20:04:41 UTC 201920191126200441
ap/xfsdump-3.1.8-x86_64-4.txz: Rebuilt. Patched for new xfsprogs-5.3.0 API. Thanks to nobodino. d/cmake-3.16.0-x86_64-1.txz: Upgraded. n/gnupg2-2.2.18-x86_64-1.txz: Upgraded. gpg: Prepare against chosen-prefix SHA-1 collisions in key signatures. This change removes all SHA-1 based key signature newer than 2019-01-19 from the web-of-trust. Note that this includes all key signatures created with dsa1024 keys. The new option --allow-weak-key-signatures can be used to override the new and safer behaviour. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-14855 (* Security fix *) n/iproute2-5.4.0-x86_64-1.txz: Upgraded. x/libepoxy-1.5.4-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/ap/xfsdump/0005-xfsdump.xfsprogs-5.3.0.xfs_fsop_bulkreq_t.patch')
-rw-r--r--source/ap/xfsdump/0005-xfsdump.xfsprogs-5.3.0.xfs_fsop_bulkreq_t.patch49
1 files changed, 49 insertions, 0 deletions
diff --git a/source/ap/xfsdump/0005-xfsdump.xfsprogs-5.3.0.xfs_fsop_bulkreq_t.patch b/source/ap/xfsdump/0005-xfsdump.xfsprogs-5.3.0.xfs_fsop_bulkreq_t.patch
new file mode 100644
index 000000000..98c6805ce
--- /dev/null
+++ b/source/ap/xfsdump/0005-xfsdump.xfsprogs-5.3.0.xfs_fsop_bulkreq_t.patch
@@ -0,0 +1,49 @@
+--- ./dump/content.c.orig 2019-11-26 13:37:51.425734146 -0600
++++ ./dump/content.c 2019-11-26 13:38:52.482729094 -0600
+@@ -1390,7 +1390,7 @@
+ stat64_t rootstat;
+ xfs_ino_t lastino = 0;
+ int ocount = 0;
+- xfs_fsop_bulkreq_t bulkreq;
++ struct xfs_fsop_bulkreq bulkreq;
+
+ /* Get the inode of the mount point */
+ rval = fstat64( sc_fsfd, &rootstat );
+@@ -2812,7 +2812,7 @@
+ {
+ xfs_ino_t lastino;
+ size_t bulkstatcallcnt;
+- xfs_fsop_bulkreq_t bulkreq;
++ struct xfs_fsop_bulkreq bulkreq;
+
+ inomap_reset_context(inomap_contextp);
+
+--- ./common/util.c.orig 2019-11-26 13:37:51.523734138 -0600
++++ ./common/util.c 2019-11-26 13:38:52.481729094 -0600
+@@ -132,7 +132,7 @@
+ xfs_ino_t lastino;
+ int saved_errno;
+ int bulkstatcnt;
+- xfs_fsop_bulkreq_t bulkreq;
++ struct xfs_fsop_bulkreq bulkreq;
+
+ /* stat set with return from callback func
+ */
+@@ -256,7 +256,7 @@
+ xfs_ino_t ino,
+ struct xfs_bstat *statp )
+ {
+- xfs_fsop_bulkreq_t bulkreq;
++ struct xfs_fsop_bulkreq bulkreq;
+ int count = 0;
+
+ assert( ino > 0 );
+@@ -281,7 +281,7 @@
+ xfs_ino_t lastino;
+ int inogrpcnt;
+ struct xfs_inogrp *igrp;
+- xfs_fsop_bulkreq_t bulkreq;
++ struct xfs_fsop_bulkreq bulkreq;
+
+ /* stat set with return from callback func */
+ *statp = 0;