--- Begin Message ---
- From: Paolo Molaro <lupus ximian com>
- To: mono-devel-list lists ximian com
- Subject: [Mono-dev] file(1) mono assembly magic support (for Linux distribution maintainers)
- Date: Mon, 27 Mar 2006 16:25:56 +0200
Hi.
People packaging mono for Linux or other systems should
forward this mail to the proper person/bugzilla etc that handles the
packaging for the file command. Suse has already this change, Debian has
already it filed in a bug report. It has been sent also to the current
file maintainer.
Apply this patch to the magic file to recognize Mono/.Net assemblies.
--- magic.old 2006-03-24 21:12:25.000000000 +0100
+++ magic 2006-03-24 21:12:17.000000000 +0100
@@ -7205,6 +7205,7 @@
>>>>(0x3c.l+4) leshort 0x290 PA-RISC
>>>>(0x3c.l+22) leshort&0x0100 >0 32-bit
>>>>(0x3c.l+22) leshort&0x1000 >0 system file
+>>>>(0x3c.l+232) lelong >0 Mono/.Net assembly
>>>>(0x3c.l+0xf8) string UPX0 \b, UPX compressed
>>>>(0x3c.l+0xf8) search/0x140 PEC2 \b, PECompact2 compressed
lupus
--
-----------------------------------------------------------------
lupus debian org debian/rules
lupus ximian com Monkeys do it better
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list lists ximian com
http://lists.ximian.com/mailman/listinfo/mono-devel-list
--- End Message ---