* [PATCH] mtools: Update to 4.0.27
@ 2021-04-22 18:21 Adolf Belka
2021-04-26 10:19 ` Michael Tremer
0 siblings, 1 reply; 4+ messages in thread
From: Adolf Belka @ 2021-04-22 18:21 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2946 bytes --]
- Update from 3.9.10 (2007) to 4.0.27 (2021)
- Update of rootfile
- Changelog is too large to put here
Full details can be found in the changelog file in the debian
subdirectory of the source tarball
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
config/rootfiles/common/mtools | 61 +++++++++++++++++-----------------
lfs/mtools | 4 +--
2 files changed, 33 insertions(+), 32 deletions(-)
diff --git a/config/rootfiles/common/mtools b/config/rootfiles/common/mtools
index 58e4152fe..014d99255 100644
--- a/config/rootfiles/common/mtools
+++ b/config/rootfiles/common/mtools
@@ -22,6 +22,7 @@
#usr/bin/mpartition
#usr/bin/mrd
#usr/bin/mren
+#usr/bin/mshortname
#usr/bin/mshowfat
usr/bin/mtools
#usr/bin/mtoolstest
@@ -30,33 +31,33 @@ usr/bin/mtools
#usr/bin/mzip
#usr/bin/tgz
#usr/bin/uz
-#usr/info/mtools.info
-#usr/man/man1/floppyd.1
-#usr/man/man1/floppyd_installtest.1
-#usr/man/man1/mattrib.1
-#usr/man/man1/mbadblocks.1
-#usr/man/man1/mcat.1
-#usr/man/man1/mcd.1
-#usr/man/man1/mclasserase.1
-#usr/man/man1/mcopy.1
-#usr/man/man1/mdel.1
-#usr/man/man1/mdeltree.1
-#usr/man/man1/mdir.1
-#usr/man/man1/mdu.1
-#usr/man/man1/mformat.1
-#usr/man/man1/minfo.1
-#usr/man/man1/mkmanifest.1
-#usr/man/man1/mlabel.1
-#usr/man/man1/mmd.1
-#usr/man/man1/mmount.1
-#usr/man/man1/mmove.1
-#usr/man/man1/mpartition.1
-#usr/man/man1/mrd.1
-#usr/man/man1/mren.1
-#usr/man/man1/mshowfat.1
-#usr/man/man1/mtools.1
-#usr/man/man1/mtoolstest.1
-#usr/man/man1/mtype.1
-#usr/man/man1/mzip.1
-#usr/man/man5
-#usr/man/man5/mtools.5
+#usr/share/info/mtools.info
+#usr/share/man/man1/floppyd.1
+#usr/share/man/man1/floppyd_installtest.1
+#usr/share/man/man1/mattrib.1
+#usr/share/man/man1/mbadblocks.1
+#usr/share/man/man1/mcat.1
+#usr/share/man/man1/mcd.1
+#usr/share/man/man1/mclasserase.1
+#usr/share/man/man1/mcopy.1
+#usr/share/man/man1/mdel.1
+#usr/share/man/man1/mdeltree.1
+#usr/share/man/man1/mdir.1
+#usr/share/man/man1/mdu.1
+#usr/share/man/man1/mformat.1
+#usr/share/man/man1/minfo.1
+#usr/share/man/man1/mkmanifest.1
+#usr/share/man/man1/mlabel.1
+#usr/share/man/man1/mmd.1
+#usr/share/man/man1/mmount.1
+#usr/share/man/man1/mmove.1
+#usr/share/man/man1/mpartition.1
+#usr/share/man/man1/mrd.1
+#usr/share/man/man1/mren.1
+#usr/share/man/man1/mshortname.1
+#usr/share/man/man1/mshowfat.1
+#usr/share/man/man1/mtools.1
+#usr/share/man/man1/mtoolstest.1
+#usr/share/man/man1/mtype.1
+#usr/share/man/man1/mzip.1
+#usr/share/man/man5/mtools.5
diff --git a/lfs/mtools b/lfs/mtools
index 655204e5a..3a5a35d1e 100644
--- a/lfs/mtools
+++ b/lfs/mtools
@@ -24,7 +24,7 @@
include Config
-VER = 3.9.10
+VER = 4.0.27
THISAPP = mtools-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 19bc1f06e9c5865b8ad20b1ddd976f5f
+$(DL_FILE)_MD5 = 5895493cc71bcdc03308bb564bd2061d
install : $(TARGET)
--
2.31.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] mtools: Update to 4.0.27
2021-04-22 18:21 [PATCH] mtools: Update to 4.0.27 Adolf Belka
@ 2021-04-26 10:19 ` Michael Tremer
2021-04-26 10:41 ` Adolf Belka
0 siblings, 1 reply; 4+ messages in thread
From: Michael Tremer @ 2021-04-26 10:19 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 3598 bytes --]
Hello,
Thank you for this update. I merged it, but I am thinking about dropping the package straight away.
It manipulates MS-DOS formatted floppy disks which we are no longer generated and I do not think we will need those ever again :)
-Michael
> On 22 Apr 2021, at 19:21, Adolf Belka <adolf.belka(a)ipfire.org> wrote:
>
> - Update from 3.9.10 (2007) to 4.0.27 (2021)
> - Update of rootfile
> - Changelog is too large to put here
> Full details can be found in the changelog file in the debian
> subdirectory of the source tarball
>
> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
> ---
> config/rootfiles/common/mtools | 61 +++++++++++++++++-----------------
> lfs/mtools | 4 +--
> 2 files changed, 33 insertions(+), 32 deletions(-)
>
> diff --git a/config/rootfiles/common/mtools b/config/rootfiles/common/mtools
> index 58e4152fe..014d99255 100644
> --- a/config/rootfiles/common/mtools
> +++ b/config/rootfiles/common/mtools
> @@ -22,6 +22,7 @@
> #usr/bin/mpartition
> #usr/bin/mrd
> #usr/bin/mren
> +#usr/bin/mshortname
> #usr/bin/mshowfat
> usr/bin/mtools
> #usr/bin/mtoolstest
> @@ -30,33 +31,33 @@ usr/bin/mtools
> #usr/bin/mzip
> #usr/bin/tgz
> #usr/bin/uz
> -#usr/info/mtools.info
> -#usr/man/man1/floppyd.1
> -#usr/man/man1/floppyd_installtest.1
> -#usr/man/man1/mattrib.1
> -#usr/man/man1/mbadblocks.1
> -#usr/man/man1/mcat.1
> -#usr/man/man1/mcd.1
> -#usr/man/man1/mclasserase.1
> -#usr/man/man1/mcopy.1
> -#usr/man/man1/mdel.1
> -#usr/man/man1/mdeltree.1
> -#usr/man/man1/mdir.1
> -#usr/man/man1/mdu.1
> -#usr/man/man1/mformat.1
> -#usr/man/man1/minfo.1
> -#usr/man/man1/mkmanifest.1
> -#usr/man/man1/mlabel.1
> -#usr/man/man1/mmd.1
> -#usr/man/man1/mmount.1
> -#usr/man/man1/mmove.1
> -#usr/man/man1/mpartition.1
> -#usr/man/man1/mrd.1
> -#usr/man/man1/mren.1
> -#usr/man/man1/mshowfat.1
> -#usr/man/man1/mtools.1
> -#usr/man/man1/mtoolstest.1
> -#usr/man/man1/mtype.1
> -#usr/man/man1/mzip.1
> -#usr/man/man5
> -#usr/man/man5/mtools.5
> +#usr/share/info/mtools.info
> +#usr/share/man/man1/floppyd.1
> +#usr/share/man/man1/floppyd_installtest.1
> +#usr/share/man/man1/mattrib.1
> +#usr/share/man/man1/mbadblocks.1
> +#usr/share/man/man1/mcat.1
> +#usr/share/man/man1/mcd.1
> +#usr/share/man/man1/mclasserase.1
> +#usr/share/man/man1/mcopy.1
> +#usr/share/man/man1/mdel.1
> +#usr/share/man/man1/mdeltree.1
> +#usr/share/man/man1/mdir.1
> +#usr/share/man/man1/mdu.1
> +#usr/share/man/man1/mformat.1
> +#usr/share/man/man1/minfo.1
> +#usr/share/man/man1/mkmanifest.1
> +#usr/share/man/man1/mlabel.1
> +#usr/share/man/man1/mmd.1
> +#usr/share/man/man1/mmount.1
> +#usr/share/man/man1/mmove.1
> +#usr/share/man/man1/mpartition.1
> +#usr/share/man/man1/mrd.1
> +#usr/share/man/man1/mren.1
> +#usr/share/man/man1/mshortname.1
> +#usr/share/man/man1/mshowfat.1
> +#usr/share/man/man1/mtools.1
> +#usr/share/man/man1/mtoolstest.1
> +#usr/share/man/man1/mtype.1
> +#usr/share/man/man1/mzip.1
> +#usr/share/man/man5/mtools.5
> diff --git a/lfs/mtools b/lfs/mtools
> index 655204e5a..3a5a35d1e 100644
> --- a/lfs/mtools
> +++ b/lfs/mtools
> @@ -24,7 +24,7 @@
>
> include Config
>
> -VER = 3.9.10
> +VER = 4.0.27
>
> THISAPP = mtools-$(VER)
> DL_FILE = $(THISAPP).tar.gz
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>
> -$(DL_FILE)_MD5 = 19bc1f06e9c5865b8ad20b1ddd976f5f
> +$(DL_FILE)_MD5 = 5895493cc71bcdc03308bb564bd2061d
>
> install : $(TARGET)
>
> --
> 2.31.1
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] mtools: Update to 4.0.27
2021-04-26 10:19 ` Michael Tremer
@ 2021-04-26 10:41 ` Adolf Belka
2021-04-26 10:43 ` Michael Tremer
0 siblings, 1 reply; 4+ messages in thread
From: Adolf Belka @ 2021-04-26 10:41 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 4018 bytes --]
Hi Michael,
On 26/04/2021 12:19, Michael Tremer wrote:
> Hello,
>
> Thank you for this update. I merged it, but I am thinking about dropping the package straight away.
That's fine. My patch gave you the opportunity to make that decision so I am happy either way.
>
> It manipulates MS-DOS formatted floppy disks which we are no longer generated and I do not think we will need those ever again :)
I threw all of mine out a couple of years ago. I no longer had a computer with a floppy disk drive built in anyway. :-)
Regards,
Adolf.
>
> -Michael
>
>> On 22 Apr 2021, at 19:21, Adolf Belka <adolf.belka(a)ipfire.org> wrote:
>>
>> - Update from 3.9.10 (2007) to 4.0.27 (2021)
>> - Update of rootfile
>> - Changelog is too large to put here
>> Full details can be found in the changelog file in the debian
>> subdirectory of the source tarball
>>
>> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
>> ---
>> config/rootfiles/common/mtools | 61 +++++++++++++++++-----------------
>> lfs/mtools | 4 +--
>> 2 files changed, 33 insertions(+), 32 deletions(-)
>>
>> diff --git a/config/rootfiles/common/mtools b/config/rootfiles/common/mtools
>> index 58e4152fe..014d99255 100644
>> --- a/config/rootfiles/common/mtools
>> +++ b/config/rootfiles/common/mtools
>> @@ -22,6 +22,7 @@
>> #usr/bin/mpartition
>> #usr/bin/mrd
>> #usr/bin/mren
>> +#usr/bin/mshortname
>> #usr/bin/mshowfat
>> usr/bin/mtools
>> #usr/bin/mtoolstest
>> @@ -30,33 +31,33 @@ usr/bin/mtools
>> #usr/bin/mzip
>> #usr/bin/tgz
>> #usr/bin/uz
>> -#usr/info/mtools.info
>> -#usr/man/man1/floppyd.1
>> -#usr/man/man1/floppyd_installtest.1
>> -#usr/man/man1/mattrib.1
>> -#usr/man/man1/mbadblocks.1
>> -#usr/man/man1/mcat.1
>> -#usr/man/man1/mcd.1
>> -#usr/man/man1/mclasserase.1
>> -#usr/man/man1/mcopy.1
>> -#usr/man/man1/mdel.1
>> -#usr/man/man1/mdeltree.1
>> -#usr/man/man1/mdir.1
>> -#usr/man/man1/mdu.1
>> -#usr/man/man1/mformat.1
>> -#usr/man/man1/minfo.1
>> -#usr/man/man1/mkmanifest.1
>> -#usr/man/man1/mlabel.1
>> -#usr/man/man1/mmd.1
>> -#usr/man/man1/mmount.1
>> -#usr/man/man1/mmove.1
>> -#usr/man/man1/mpartition.1
>> -#usr/man/man1/mrd.1
>> -#usr/man/man1/mren.1
>> -#usr/man/man1/mshowfat.1
>> -#usr/man/man1/mtools.1
>> -#usr/man/man1/mtoolstest.1
>> -#usr/man/man1/mtype.1
>> -#usr/man/man1/mzip.1
>> -#usr/man/man5
>> -#usr/man/man5/mtools.5
>> +#usr/share/info/mtools.info
>> +#usr/share/man/man1/floppyd.1
>> +#usr/share/man/man1/floppyd_installtest.1
>> +#usr/share/man/man1/mattrib.1
>> +#usr/share/man/man1/mbadblocks.1
>> +#usr/share/man/man1/mcat.1
>> +#usr/share/man/man1/mcd.1
>> +#usr/share/man/man1/mclasserase.1
>> +#usr/share/man/man1/mcopy.1
>> +#usr/share/man/man1/mdel.1
>> +#usr/share/man/man1/mdeltree.1
>> +#usr/share/man/man1/mdir.1
>> +#usr/share/man/man1/mdu.1
>> +#usr/share/man/man1/mformat.1
>> +#usr/share/man/man1/minfo.1
>> +#usr/share/man/man1/mkmanifest.1
>> +#usr/share/man/man1/mlabel.1
>> +#usr/share/man/man1/mmd.1
>> +#usr/share/man/man1/mmount.1
>> +#usr/share/man/man1/mmove.1
>> +#usr/share/man/man1/mpartition.1
>> +#usr/share/man/man1/mrd.1
>> +#usr/share/man/man1/mren.1
>> +#usr/share/man/man1/mshortname.1
>> +#usr/share/man/man1/mshowfat.1
>> +#usr/share/man/man1/mtools.1
>> +#usr/share/man/man1/mtoolstest.1
>> +#usr/share/man/man1/mtype.1
>> +#usr/share/man/man1/mzip.1
>> +#usr/share/man/man5/mtools.5
>> diff --git a/lfs/mtools b/lfs/mtools
>> index 655204e5a..3a5a35d1e 100644
>> --- a/lfs/mtools
>> +++ b/lfs/mtools
>> @@ -24,7 +24,7 @@
>>
>> include Config
>>
>> -VER = 3.9.10
>> +VER = 4.0.27
>>
>> THISAPP = mtools-$(VER)
>> DL_FILE = $(THISAPP).tar.gz
>> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>>
>> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>>
>> -$(DL_FILE)_MD5 = 19bc1f06e9c5865b8ad20b1ddd976f5f
>> +$(DL_FILE)_MD5 = 5895493cc71bcdc03308bb564bd2061d
>>
>> install : $(TARGET)
>>
>> --
>> 2.31.1
>>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] mtools: Update to 4.0.27
2021-04-26 10:41 ` Adolf Belka
@ 2021-04-26 10:43 ` Michael Tremer
0 siblings, 0 replies; 4+ messages in thread
From: Michael Tremer @ 2021-04-26 10:43 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 4625 bytes --]
Hello,
> On 26 Apr 2021, at 11:41, Adolf Belka <adolf.belka(a)ipfire.org> wrote:
>
> Hi Michael,
>
> On 26/04/2021 12:19, Michael Tremer wrote:
>> Hello,
>> Thank you for this update. I merged it, but I am thinking about dropping the package straight away.
> That's fine. My patch gave you the opportunity to make that decision so I am happy either way.
I am running a clean build just to make sure that nothing needs this :)
>> It manipulates MS-DOS formatted floppy disks which we are no longer generated and I do not think we will need those ever again :)
> I threw all of mine out a couple of years ago. I no longer had a computer with a floppy disk drive built in anyway. :-)
It shows for how long IPFire 2 has been around and how far we have come. Now even a CD image is a bit outdated and I would not expect anyone to burn a disk any more.
If you find more stuff like this I would be surprised, but happy to drop it too. It saves us another 10 seconds of build time :)
-Michael
>
> Regards,
> Adolf.
>> -Michael
>>> On 22 Apr 2021, at 19:21, Adolf Belka <adolf.belka(a)ipfire.org> wrote:
>>>
>>> - Update from 3.9.10 (2007) to 4.0.27 (2021)
>>> - Update of rootfile
>>> - Changelog is too large to put here
>>> Full details can be found in the changelog file in the debian
>>> subdirectory of the source tarball
>>>
>>> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
>>> ---
>>> config/rootfiles/common/mtools | 61 +++++++++++++++++-----------------
>>> lfs/mtools | 4 +--
>>> 2 files changed, 33 insertions(+), 32 deletions(-)
>>>
>>> diff --git a/config/rootfiles/common/mtools b/config/rootfiles/common/mtools
>>> index 58e4152fe..014d99255 100644
>>> --- a/config/rootfiles/common/mtools
>>> +++ b/config/rootfiles/common/mtools
>>> @@ -22,6 +22,7 @@
>>> #usr/bin/mpartition
>>> #usr/bin/mrd
>>> #usr/bin/mren
>>> +#usr/bin/mshortname
>>> #usr/bin/mshowfat
>>> usr/bin/mtools
>>> #usr/bin/mtoolstest
>>> @@ -30,33 +31,33 @@ usr/bin/mtools
>>> #usr/bin/mzip
>>> #usr/bin/tgz
>>> #usr/bin/uz
>>> -#usr/info/mtools.info
>>> -#usr/man/man1/floppyd.1
>>> -#usr/man/man1/floppyd_installtest.1
>>> -#usr/man/man1/mattrib.1
>>> -#usr/man/man1/mbadblocks.1
>>> -#usr/man/man1/mcat.1
>>> -#usr/man/man1/mcd.1
>>> -#usr/man/man1/mclasserase.1
>>> -#usr/man/man1/mcopy.1
>>> -#usr/man/man1/mdel.1
>>> -#usr/man/man1/mdeltree.1
>>> -#usr/man/man1/mdir.1
>>> -#usr/man/man1/mdu.1
>>> -#usr/man/man1/mformat.1
>>> -#usr/man/man1/minfo.1
>>> -#usr/man/man1/mkmanifest.1
>>> -#usr/man/man1/mlabel.1
>>> -#usr/man/man1/mmd.1
>>> -#usr/man/man1/mmount.1
>>> -#usr/man/man1/mmove.1
>>> -#usr/man/man1/mpartition.1
>>> -#usr/man/man1/mrd.1
>>> -#usr/man/man1/mren.1
>>> -#usr/man/man1/mshowfat.1
>>> -#usr/man/man1/mtools.1
>>> -#usr/man/man1/mtoolstest.1
>>> -#usr/man/man1/mtype.1
>>> -#usr/man/man1/mzip.1
>>> -#usr/man/man5
>>> -#usr/man/man5/mtools.5
>>> +#usr/share/info/mtools.info
>>> +#usr/share/man/man1/floppyd.1
>>> +#usr/share/man/man1/floppyd_installtest.1
>>> +#usr/share/man/man1/mattrib.1
>>> +#usr/share/man/man1/mbadblocks.1
>>> +#usr/share/man/man1/mcat.1
>>> +#usr/share/man/man1/mcd.1
>>> +#usr/share/man/man1/mclasserase.1
>>> +#usr/share/man/man1/mcopy.1
>>> +#usr/share/man/man1/mdel.1
>>> +#usr/share/man/man1/mdeltree.1
>>> +#usr/share/man/man1/mdir.1
>>> +#usr/share/man/man1/mdu.1
>>> +#usr/share/man/man1/mformat.1
>>> +#usr/share/man/man1/minfo.1
>>> +#usr/share/man/man1/mkmanifest.1
>>> +#usr/share/man/man1/mlabel.1
>>> +#usr/share/man/man1/mmd.1
>>> +#usr/share/man/man1/mmount.1
>>> +#usr/share/man/man1/mmove.1
>>> +#usr/share/man/man1/mpartition.1
>>> +#usr/share/man/man1/mrd.1
>>> +#usr/share/man/man1/mren.1
>>> +#usr/share/man/man1/mshortname.1
>>> +#usr/share/man/man1/mshowfat.1
>>> +#usr/share/man/man1/mtools.1
>>> +#usr/share/man/man1/mtoolstest.1
>>> +#usr/share/man/man1/mtype.1
>>> +#usr/share/man/man1/mzip.1
>>> +#usr/share/man/man5/mtools.5
>>> diff --git a/lfs/mtools b/lfs/mtools
>>> index 655204e5a..3a5a35d1e 100644
>>> --- a/lfs/mtools
>>> +++ b/lfs/mtools
>>> @@ -24,7 +24,7 @@
>>>
>>> include Config
>>>
>>> -VER = 3.9.10
>>> +VER = 4.0.27
>>>
>>> THISAPP = mtools-$(VER)
>>> DL_FILE = $(THISAPP).tar.gz
>>> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>>>
>>> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>>>
>>> -$(DL_FILE)_MD5 = 19bc1f06e9c5865b8ad20b1ddd976f5f
>>> +$(DL_FILE)_MD5 = 5895493cc71bcdc03308bb564bd2061d
>>>
>>> install : $(TARGET)
>>>
>>> --
>>> 2.31.1
>>>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-04-26 10:43 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-22 18:21 [PATCH] mtools: Update to 4.0.27 Adolf Belka
2021-04-26 10:19 ` Michael Tremer
2021-04-26 10:41 ` Adolf Belka
2021-04-26 10:43 ` Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox