OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 19-Jul-2007 19:47:02
Branch: HEAD Handle: 2007071918470100
Modified files:
openpkg-src/apache apache.patch apache.spec
Log:
add a bunch of MIME types regarding Microsoft Office 2007. As I wasn't
lucky to find those information at IANA I tried at microsoft.com. The
only source I found was the Japanse TechNet site
(http://www.microsoft.com/japan/technet/prodtechnol/office/ork/library/f88d06fb-c9a4-413c-a1d3-40c97e340c5a.mspx?mfr=true).
So hopefully everything is set up right, at least for my few test
cases it worked correctly.
Summary:
Revision Changes Path
1.34 +42 -3 openpkg-src/apache/apache.patch
1.421 +1 -1 openpkg-src/apache/apache.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache/apache.patch
============================================================================
$ cvs diff -u -r1.33 -r1.34 apache.patch
--- openpkg-src/apache/apache.patch 28 Jun 2007 20:51:37 -0000 1.33
+++ openpkg-src/apache/apache.patch 19 Jul 2007 17:47:01 -0000 1.34
@@ -50,9 +50,39 @@
case ${apr_found}.${apu_found} in
reconfig.yes)
Index: docs/conf/mime.types
---- docs/conf/mime.types.orig 2006-01-29 23:34:37 +0100
-+++ docs/conf/mime.types 2007-06-28 22:12:16 +0200
-@@ -265,6 +265,22 @@
+--- docs/conf/mime.types.orig 2006-01-29 23:34:37.000000000 +0100
++++ docs/conf/mime.types 2007-07-19 19:05:56.000000000 +0200
+@@ -54,6 +54,7 @@
+ application/octet-stream bin dms lha lzh exe class so dll dmg
+ application/oda oda
+ application/ogg ogg
++application/onenote onetoc onetoc2 onetmp onepkg
+ application/parityfec
+ application/pdf pdf
+ application/pgp-encrypted
+@@ -248,10 +249,21 @@
+ application/vnd.ms-artgalry
+ application/vnd.ms-asf
+ application/vnd.ms-excel xls
++application/vnd.ms-excel.addin.macroEnabled.12 xlam
++application/vnd.ms-excel.sheet.binary.macroEnabled.12 xlsb
++application/vnd.ms-excel.sheet.macroEnabled.12 xlsm
++application/vnd.ms-excel.template.macroEnabled.12 xltm
+ application/vnd.ms-lrm
+ application/vnd.ms-powerpoint ppt
++application/vnd.ms-powerpoint.addin.macroEnabled.12 ppam
++application/vnd.ms-powerpoint.presentation.macroEnabled.12 pptm
++application/vnd.ms-powerpoint.slide.macroEnabled.12i sldm
++application/vnd.ms-powerpoint.slideshow.macroEnabled.12 ppsm
++application/vnd.ms-powerpoint.template.macroEnabled.12 potm
+ application/vnd.ms-project
+ application/vnd.ms-tnef
++application/vnd.ms-word.document.macroEnabled.12 docm
++application/vnd.ms-word.template.macroEnabled.12 dotm
+ application/vnd.ms-works
+ application/vnd.ms-wpl
+ application/vnd.mseq
+@@ -265,7 +277,31 @@
application/vnd.novadigm.edm
application/vnd.novadigm.edx
application/vnd.novadigm.ext
@@ -73,8 +103,17 @@
+application/vnd.oasis.opendocument.text-master odm
+application/vnd.oasis.opendocument.text-web oth
application/vnd.obn
++application/vnd.openxmlformats-officedocument.presentationml.presentation
pptx
++application/vnd.openxmlformats-officedocument.presentationml.slide
sldx
++application/vnd.openxmlformats-officedocument.presentationml.slideshow
ppsx
++application/vnd.openxmlformats-officedocument.presentationml.template
potx
++application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
xlsx
++application/vnd.openxmlformats-officedocument.spreadsheetml.template
xltx
++application/vnd.openxmlformats-officedocument.wordprocessingml.document
docx
++application/vnd.openxmlformats-officedocument.wordprocessingml.template
dotx
application/vnd.osa.netdeploy
application/vnd.palm
+ application/vnd.pg.format
Index: docs/docroot/index.html
--- docs/docroot/index.html.orig 2004-11-20 21:16:24 +0100
+++ docs/docroot/index.html 2007-06-28 22:12:16 +0200
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/apache/apache.spec
============================================================================
$ cvs diff -u -r1.420 -r1.421 apache.spec
--- openpkg-src/apache/apache.spec 28 Jun 2007 20:51:37 -0000 1.420
+++ openpkg-src/apache/apache.spec 19 Jul 2007 17:47:01 -0000 1.421
@@ -33,7 +33,7 @@
Group: Web
License: ASF
Version: 2.2.4
-Release: 20070628
+Release: 20070719
# package options
%option with_mpm_prefork yes
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]