mirror of
git://slackware.nl/current.git
synced 2025-01-12 08:03:03 +01:00
dcb09037c6
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.
11 lines
275 B
Diff
11 lines
275 B
Diff
--- ./common/fs.c.orig 2019-11-26 13:31:51.074763965 -0600
|
|
+++ ./common/fs.c 2019-11-26 13:32:44.304759560 -0600
|
|
@@ -204,7 +204,7 @@
|
|
int
|
|
fs_getid( char *mnts, uuid_t *idb )
|
|
{
|
|
- xfs_fsop_geom_v1_t geo;
|
|
+ struct xfs_fsop_geom geo;
|
|
int fd;
|
|
|
|
fd = open( mnts, O_RDONLY );
|