- mtools 4.0.23:
* Address lots of compiler warnings (assignments between different types) * Network speedup fixes for floppyd (TCP_CORK) * Typo fixes * Explicitly pass available target buffer size for character set conversions - refreshed: % mtools-prototypes.diff OBS-URL: https://build.opensuse.org/package/show/Base:System/mtools?expand=0&rev=56
This commit is contained in:
parent
1f5ba587c2
commit
616c4b4b6f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:652c0f22004b00e62a432d0aa7d6af51ef2c91a4b7168a9e2fa693aa928f5023
|
||||
size 431185
|
@ -1,6 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABECAB0WIQThUfj1SuT06QGfA3vIBjGyb0MZYQUCXAQbbgAKCRDIBjGyb0MZ
|
||||
YdA3AJ4ggypF6i7dq9Fxfama6fo3UIhwoACfe7QL4VEEeYgO2Vu5dzyyktZ8RbE=
|
||||
=Ftg6
|
||||
-----END PGP SIGNATURE-----
|
3
mtools-4.0.23.tar.bz2
Normal file
3
mtools-4.0.23.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f188db26751aeb5692a79b2380b440ecc05fd1848a52f869d7ca1193f2ef8ee3
|
||||
size 418592
|
6
mtools-4.0.23.tar.bz2.sig
Normal file
6
mtools-4.0.23.tar.bz2.sig
Normal file
@ -0,0 +1,6 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABECAB0WIQThUfj1SuT06QGfA3vIBjGyb0MZYQUCXA2pLwAKCRDIBjGyb0MZ
|
||||
YVp+AJ40pR6GxrsSfEGxLdhY03TIer/L8gCeJaa3xjL1BLzvvovF0thAZc9C6Q0=
|
||||
=Umnk
|
||||
-----END PGP SIGNATURE-----
|
@ -1,7 +1,7 @@
|
||||
Index: mformat.c
|
||||
Index: mtools-4.0.23/mformat.c
|
||||
===================================================================
|
||||
--- mformat.c.orig
|
||||
+++ mformat.c
|
||||
--- mtools-4.0.23.orig/mformat.c 2018-12-10 00:18:40.000000000 +0100
|
||||
+++ mtools-4.0.23/mformat.c 2018-12-28 18:46:05.933555058 +0100
|
||||
@@ -19,6 +19,7 @@
|
||||
*/
|
||||
|
||||
@ -19,10 +19,10 @@ Index: mformat.c
|
||||
#undef _LINUX_STRING_H_
|
||||
|
||||
#endif
|
||||
Index: mpartition.c
|
||||
Index: mtools-4.0.23/mpartition.c
|
||||
===================================================================
|
||||
--- mpartition.c.orig
|
||||
+++ mpartition.c
|
||||
--- mtools-4.0.23.orig/mpartition.c 2018-12-09 23:56:07.000000000 +0100
|
||||
+++ mtools-4.0.23/mpartition.c 2018-12-28 18:46:05.933555058 +0100
|
||||
@@ -17,6 +17,7 @@
|
||||
* mformat.c
|
||||
*/
|
||||
@ -40,16 +40,16 @@ Index: mpartition.c
|
||||
#undef _LINUX_STRING_H_
|
||||
|
||||
#endif
|
||||
Index: sysincludes.h
|
||||
Index: mtools-4.0.23/sysincludes.h
|
||||
===================================================================
|
||||
--- sysincludes.h.orig
|
||||
+++ sysincludes.h
|
||||
@@ -331,12 +331,16 @@ typedef unsigned int uid_t;
|
||||
--- mtools-4.0.23.orig/sysincludes.h 2018-12-28 18:46:05.933555058 +0100
|
||||
+++ mtools-4.0.23/sysincludes.h 2018-12-28 18:48:58.902333733 +0100
|
||||
@@ -359,12 +359,16 @@ extern int errno;
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_NETINET_IN_H
|
||||
#ifdef HAVE_NETINET_TCP_H
|
||||
+#ifndef DONT_NEED_IN
|
||||
#include <netinet/in.h>
|
||||
#include <netinet/tcp.h>
|
||||
#endif
|
||||
+#endif
|
||||
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 28 18:03:42 UTC 2018 - Petr Gajdos <pgajdos@suse.com>
|
||||
|
||||
- mtools 4.0.23:
|
||||
* Address lots of compiler warnings (assignments between different types)
|
||||
* Network speedup fixes for floppyd (TCP_CORK)
|
||||
* Typo fixes
|
||||
* Explicitly pass available target buffer size for character
|
||||
set conversions
|
||||
- refreshed:
|
||||
% mtools-prototypes.diff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 11 13:57:02 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: mtools
|
||||
Version: 4.0.22
|
||||
Version: 4.0.23
|
||||
Release: 0
|
||||
Summary: Tools to access MS-DOS filesystems without kernel drivers
|
||||
License: GPL-3.0-or-later
|
||||
@ -50,7 +50,7 @@ XDF support for OS/2 is also provided.
|
||||
%package doc
|
||||
Summary: Documentation for mtools, a toolset for MS-DOS filesystem access
|
||||
License: GPL-3.0-or-later AND GFDL-1.3-only
|
||||
Group: Documentation/PDF
|
||||
Group: Documentation/Other
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
%description doc
|
||||
@ -63,7 +63,7 @@ mounting it. This subpackage contains the documentation for it.
|
||||
%patch1
|
||||
%patch3
|
||||
%patch4
|
||||
%patch5
|
||||
%patch5 -p1
|
||||
|
||||
%build
|
||||
autoreconf -fi
|
||||
|
Loading…
Reference in New Issue
Block a user