[arch-commits] Commit in file/trunk (PKGBUILD file-5.07-zip-detect.patch)

Tobias Powalowski tpowa at archlinux.org
Sun May 15 08:19:29 UTC 2011


    Date: Sunday, May 15, 2011 @ 04:19:29
  Author: tpowa
Revision: 123963

upgpkg: file 5.07-3
fixed zip archives

Modified:
  file/trunk/PKGBUILD
  file/trunk/file-5.07-zip-detect.patch

----------------------------+
 PKGBUILD                   |    4 ++--
 file-5.07-zip-detect.patch |   21 +++++++++++----------
 2 files changed, 13 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-05-15 07:42:46 UTC (rev 123962)
+++ PKGBUILD	2011-05-15 08:19:29 UTC (rev 123963)
@@ -4,7 +4,7 @@
 
 pkgname=file
 pkgver=5.07
-pkgrel=2
+pkgrel=3
 pkgdesc="File type identification utility"
 arch=('i686' 'x86_64')
 license=('custom')
@@ -17,7 +17,7 @@
         file-5.07-zip-detect.patch)
 md5sums=('b8d1f9a8a644067bd0a703cebf3f4858'
          '385f020467debd98bd2d8df6143f93d0'
-         'fe52877b2a812b5a1e6276f4c55003cc')
+         'bcbf2e152f38003a2736298bbd0f37f8')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Modified: file-5.07-zip-detect.patch
===================================================================
--- file-5.07-zip-detect.patch	2011-05-15 07:42:46 UTC (rev 123962)
+++ file-5.07-zip-detect.patch	2011-05-15 08:19:29 UTC (rev 123963)
@@ -1,12 +1,13 @@
---- file-5.07-orig/magic/Magdir/archive	2011-05-14 04:28:25.918516697 +0300
-+++ file-5.07/magic/Magdir/archive	2011-05-14 04:29:14.351587647 +0300
-@@ -565,6 +565,9 @@
- 0	string		PK\x07\x08PK\x03\x04	Zip multi-volume archive data, at least PKZIP v2.50 to extract
- !:mime	application/zip
+--- file-5.07/magic/Magdir/archive.old	2011-04-23 17:02:48.000000000 +0200
++++ file-5.07/magic/Magdir/archive	2011-05-15 10:14:44.509271579 +0200
+@@ -654,6 +654,10 @@
+ >>>>78	string	-template		Template
+ !:mime	application/vnd.oasis.opendocument.image-template
  
-+# Zip archiver (Archlinux bugfix: detect generic zip archives)
-+0	string		PK\003\004	Zip archive data
++>26 byte x Zip archive data
 +
- # Zip archives (Greg Roelofs, c/o zip-bugs at wkuvx1.wku.edu)
- 0	string		PK\003\004
- 
++
++
+ # StarView Metafile
+ # From Pierre Ducroquet <pinaraf at pinaraf.info>
+ 0	string	VCLMTF	StarView MetaFile




More information about the arch-commits mailing list