forked from pool/mtools
This commit is contained in:
parent
ec599826c1
commit
0e2992a67f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6ceb7d087b7acb9308f523571eee0ce2788c913c9a2f01a3b03979bb6eb705a9
|
|
||||||
size 272909
|
|
@ -1,14 +1,3 @@
|
|||||||
--- file_name.c
|
|
||||||
+++ file_name.c
|
|
||||||
@@ -145,7 +145,7 @@ void dos_name(doscp_t *toDos, const char
|
|
||||||
wchar_t *unix_name(doscp_t *dosCp,
|
|
||||||
const char *base, const char *ext, char Case, wchar_t *ret)
|
|
||||||
{
|
|
||||||
- char *s, tname[9], text[4], ans[11];
|
|
||||||
+ char *s, tname[9], text[4], ans[13];
|
|
||||||
int i;
|
|
||||||
|
|
||||||
strncpy(tname, base, 8);
|
|
||||||
--- mpartition.c
|
--- mpartition.c
|
||||||
+++ mpartition.c
|
+++ mpartition.c
|
||||||
@@ -514,7 +514,7 @@ void mpartition(int argc, char **argv, i
|
@@ -514,7 +514,7 @@ void mpartition(int argc, char **argv, i
|
3
mtools-4.0.10.tar.bz2
Normal file
3
mtools-4.0.10.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:860fee13acb39365bd28763070e24011ea55f381f96714d2841937525aa02ded
|
||||||
|
size 381481
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 16 10:09:01 CET 2009 - pgajdos@suse.cz
|
||||||
|
|
||||||
|
- updated to 4.0.10 (see NEWS)
|
||||||
|
* adjusted overflow.patch
|
||||||
|
- splitted out doc package
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 21 17:22:15 CET 2009 - schwab@suse.de
|
Wed Jan 21 17:22:15 CET 2009 - schwab@suse.de
|
||||||
|
|
||||||
|
46
mtools.spec
46
mtools.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package mtools (Version 4.0.1)
|
# spec file for package mtools (Version 4.0.10)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -20,8 +20,8 @@
|
|||||||
|
|
||||||
Name: mtools
|
Name: mtools
|
||||||
BuildRequires: libpng texlive-latex xorg-x11 xorg-x11-devel
|
BuildRequires: libpng texlive-latex xorg-x11 xorg-x11-devel
|
||||||
Version: 4.0.1
|
Version: 4.0.10
|
||||||
Release: 2
|
Release: 1
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
@ -37,11 +37,6 @@ Patch5: %{name}-%{version}-prototypes.diff
|
|||||||
Patch6: %{name}-%{version}-overflow.diff
|
Patch6: %{name}-%{version}-overflow.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%package floppyd
|
|
||||||
License: GPL v2 or later
|
|
||||||
Group: System/Filesystems
|
|
||||||
Summary: floppy daemon for remote access to floppy drive
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Mtools allows uncomplicated access to an MS-DOS file system on disk
|
Mtools allows uncomplicated access to an MS-DOS file system on disk
|
||||||
without mounting it. It includes commands for working with MS-DOS
|
without mounting it. It includes commands for working with MS-DOS
|
||||||
@ -56,6 +51,11 @@ Authors:
|
|||||||
Alain Knaff <Alain.Knaff@imag.fr>
|
Alain Knaff <Alain.Knaff@imag.fr>
|
||||||
David C. Niemi <niemidc@erols.com>
|
David C. Niemi <niemidc@erols.com>
|
||||||
|
|
||||||
|
%package floppyd
|
||||||
|
License: GPL v2 or later
|
||||||
|
Group: System/Filesystems
|
||||||
|
Summary: floppy daemon for remote access to floppy drive
|
||||||
|
|
||||||
%description floppyd
|
%description floppyd
|
||||||
Floppyd is used as a server to grant access to the floppy drive to
|
Floppyd is used as a server to grant access to the floppy drive to
|
||||||
clients running on a remote machine, just as an X server grants access
|
clients running on a remote machine, just as an X server grants access
|
||||||
@ -63,6 +63,26 @@ to the display to remote clients.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Authors:
|
||||||
|
--------
|
||||||
|
Alain Knaff <Alain.Knaff@imag.fr>
|
||||||
|
David C. Niemi <niemidc@erols.com>
|
||||||
|
|
||||||
|
%package doc
|
||||||
|
License: GPL v2 or later
|
||||||
|
Group: System/Filesystems
|
||||||
|
Summary: Access Files on an MS-DOS File System
|
||||||
|
Requires: %{name} = %{version}
|
||||||
|
|
||||||
|
%description doc
|
||||||
|
Mtools allows uncomplicated access to an MS-DOS file system on disk
|
||||||
|
without mounting it. It includes commands for working with MS-DOS
|
||||||
|
files: mdir, mcd, mcopy, and mformat.
|
||||||
|
|
||||||
|
XDF support for OS/2 is also provided.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
Authors:
|
||||||
--------
|
--------
|
||||||
Alain Knaff <Alain.Knaff@imag.fr>
|
Alain Knaff <Alain.Knaff@imag.fr>
|
||||||
@ -104,7 +124,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%config %{_sysconfdir}/mtools.conf
|
%config %{_sysconfdir}/mtools.conf
|
||||||
%doc *.dvi Release.notes Changelog COPYING README*
|
%doc Release.notes NEWS COPYING README*
|
||||||
%doc %{_mandir}/man?*/*
|
%doc %{_mandir}/man?*/*
|
||||||
%exclude %{_mandir}/man?*/f*
|
%exclude %{_mandir}/man?*/f*
|
||||||
%doc %{_infodir}/mtools.info*
|
%doc %{_infodir}/mtools.info*
|
||||||
@ -116,7 +136,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc %{_mandir}/man?*/f*
|
%doc %{_mandir}/man?*/f*
|
||||||
%{_bindir}/f*
|
%{_bindir}/f*
|
||||||
|
|
||||||
|
%files doc
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%doc *.dvi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 16 2009 pgajdos@suse.cz
|
||||||
|
- updated to 4.0.10 (see NEWS)
|
||||||
|
* adjusted overflow.patch
|
||||||
|
- splitted out doc package
|
||||||
* Wed Jan 21 2009 schwab@suse.de
|
* Wed Jan 21 2009 schwab@suse.de
|
||||||
- Fix buffer overflows.
|
- Fix buffer overflows.
|
||||||
* Tue Jan 13 2009 pgajdos@suse.cz
|
* Tue Jan 13 2009 pgajdos@suse.cz
|
||||||
|
Loading…
Reference in New Issue
Block a user