Hello community,

here is the log from the commit of package perl-MIME-Types for openSUSE:Factory 
checked in at 2017-11-15 16:58:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-MIME-Types (Old)
 and      /work/SRC/openSUSE:Factory/.perl-MIME-Types.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-MIME-Types"

Wed Nov 15 16:58:38 2017 rev:41 rq:541238 version:2.14

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-MIME-Types/perl-MIME-Types.changes  
2016-03-16 10:34:11.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-MIME-Types.new/perl-MIME-Types.changes     
2017-11-15 16:58:40.158122848 +0100
@@ -1,0 +2,12 @@
+Thu Nov  9 06:28:46 UTC 2017 - [email protected]
+
+- updated to 2.14
+   see /usr/share/doc/packages/perl-MIME-Types/ChangeLog
+
+  version 2.14: Wed  8 Nov 17:45:22 CET 2017
+  
+       Fixes:
+       - MojoX should not die on missing types.
+         rt.cpan.org#123298 [Dmitry Latin]
+
+-------------------------------------------------------------------

Old:
----
  MIME-Types-2.13.tar.gz

New:
----
  MIME-Types-2.14.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-MIME-Types.spec ++++++
--- /var/tmp/diff_new_pack.1xa5an/_old  2017-11-15 16:58:41.018091360 +0100
+++ /var/tmp/diff_new_pack.1xa5an/_new  2017-11-15 16:58:41.018091360 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-MIME-Types
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 Name:           perl-MIME-Types
-Version:        2.13
+Version:        2.14
 Release:        0
 %define cpan_name MIME-Types
 Summary:        Definition of MIME types
 License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/MIME-Types/
-Source0:        
http://www.cpan.org/authors/id/M/MA/MARKOV/%{cpan_name}-%{version}.tar.gz
+Source0:        
https://cpan.metacpan.org/authors/id/M/MA/MARKOV/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ MIME-Types-2.13.tar.gz -> MIME-Types-2.14.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MIME-Types-2.13/ChangeLog 
new/MIME-Types-2.14/ChangeLog
--- old/MIME-Types-2.13/ChangeLog       2016-03-07 15:48:38.000000000 +0100
+++ new/MIME-Types-2.14/ChangeLog       2017-11-08 17:54:05.000000000 +0100
@@ -6,6 +6,12 @@
 TODO:
  . Add source http://www.ltsw.se/knbase/internet/mime.htp ?
 
+version 2.14: Wed  8 Nov 17:45:22 CET 2017
+
+       Fixes:
+       - MojoX should not die on missing types.
+         rt.cpan.org#123298 [Dmitry Latin]
+
 version 2.13: Mon  7 Mar 15:48:28 CET 2016
 
        Fixes:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MIME-Types-2.13/META.json 
new/MIME-Types-2.14/META.json
--- old/MIME-Types-2.13/META.json       2016-03-07 15:48:41.000000000 +0100
+++ new/MIME-Types-2.14/META.json       2017-11-08 17:54:07.000000000 +0100
@@ -10,7 +10,7 @@
    ],
    "meta-spec" : {
       "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
-      "version" : "2"
+      "version" : 2
    },
    "name" : "MIME-Types",
    "no_index" : {
@@ -40,5 +40,5 @@
       }
    },
    "release_status" : "stable",
-   "version" : "2.13"
+   "version" : "2.14"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MIME-Types-2.13/META.yml new/MIME-Types-2.14/META.yml
--- old/MIME-Types-2.13/META.yml        2016-03-07 15:48:41.000000000 +0100
+++ new/MIME-Types-2.14/META.yml        2017-11-08 17:54:07.000000000 +0100
@@ -22,4 +22,4 @@
   File::Spec: 0
   List::Util: 0
   Test::More: 0.47
-version: 2.13
+version: 2.14
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MIME-Types-2.13/Makefile.PL 
new/MIME-Types-2.14/Makefile.PL
--- old/MIME-Types-2.13/Makefile.PL     2016-03-07 15:48:38.000000000 +0100
+++ new/MIME-Types-2.14/Makefile.PL     2017-11-08 17:54:05.000000000 +0100
@@ -2,7 +2,7 @@
 
 require 5.006;
 
-my $version  = '2.13';   # scanned by bin/collect_types !
+my $version  = '2.14';   # scanned by bin/collect_types !
 
 WriteMakefile
   ( NAME      => 'MIME::Types'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MIME-Types-2.13/lib/MIME/Type.pm 
new/MIME-Types-2.14/lib/MIME/Type.pm
--- old/MIME-Types-2.13/lib/MIME/Type.pm        2016-03-07 15:48:38.000000000 
+0100
+++ new/MIME-Types-2.14/lib/MIME/Type.pm        2017-11-08 17:54:05.000000000 
+0100
@@ -1,10 +1,10 @@
-# Copyrights 1999,2001-2016 by [Mark Overmeer].
+# Copyrights 1999,2001-2017 by [Mark Overmeer].
 #  For other contributors see ChangeLog.
 # See the manual pages for details on the licensing terms.
 # Pod stripped from pm file by OODoc 2.02.
 package MIME::Type;
 use vars '$VERSION';
-$VERSION = '2.13';
+$VERSION = '2.14';
 
 
 use strict;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MIME-Types-2.13/lib/MIME/Type.pod 
new/MIME-Types-2.14/lib/MIME/Type.pod
--- old/MIME-Types-2.13/lib/MIME/Type.pod       2016-03-07 15:48:38.000000000 
+0100
+++ new/MIME-Types-2.14/lib/MIME/Type.pod       2017-11-08 17:54:05.000000000 
+0100
@@ -225,14 +225,14 @@
 
 =head1 SEE ALSO
 
-This module is part of MIME-Types distribution version 2.13,
-built on March 07, 2016. Website: F<http://perl.overmeer.net/mimetypes/>
+This module is part of MIME-Types distribution version 2.14,
+built on November 08, 2017. Website: F<http://perl.overmeer.net/mimetypes/>
 
 =head1 LICENSE
 
-Copyrights 1999,2001-2016 by [Mark Overmeer]. For other contributors see 
ChangeLog.
+Copyrights 1999,2001-2017 by [Mark Overmeer]. For other contributors see 
ChangeLog.
 
 This program is free software; you can redistribute it and/or modify it
-under the same terms as Perl itself.
-See F<http://www.perl.com/perl/misc/Artistic.html>
+under the Artistic license.
+See F<http://dev.perl.org/licenses/artistic.html>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MIME-Types-2.13/lib/MIME/Types.pm 
new/MIME-Types-2.14/lib/MIME/Types.pm
--- old/MIME-Types-2.13/lib/MIME/Types.pm       2016-03-07 15:48:38.000000000 
+0100
+++ new/MIME-Types-2.14/lib/MIME/Types.pm       2017-11-08 17:54:05.000000000 
+0100
@@ -1,11 +1,11 @@
-# Copyrights 1999,2001-2016 by [Mark Overmeer].
+# Copyrights 1999,2001-2017 by [Mark Overmeer].
 #  For other contributors see ChangeLog.
 # See the manual pages for details on the licensing terms.
 # Pod stripped from pm file by OODoc 2.02.
 
 package MIME::Types;
 use vars '$VERSION';
-$VERSION = '2.13';
+$VERSION = '2.14';
 
 
 use strict;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MIME-Types-2.13/lib/MIME/Types.pod 
new/MIME-Types-2.14/lib/MIME/Types.pod
--- old/MIME-Types-2.13/lib/MIME/Types.pod      2016-03-07 15:48:38.000000000 
+0100
+++ new/MIME-Types-2.14/lib/MIME/Types.pod      2017-11-08 17:54:05.000000000 
+0100
@@ -254,14 +254,14 @@
 
 =head1 SEE ALSO
 
-This module is part of MIME-Types distribution version 2.13,
-built on March 07, 2016. Website: F<http://perl.overmeer.net/mimetypes/>
+This module is part of MIME-Types distribution version 2.14,
+built on November 08, 2017. Website: F<http://perl.overmeer.net/mimetypes/>
 
 =head1 LICENSE
 
-Copyrights 1999,2001-2016 by [Mark Overmeer]. For other contributors see 
ChangeLog.
+Copyrights 1999,2001-2017 by [Mark Overmeer]. For other contributors see 
ChangeLog.
 
 This program is free software; you can redistribute it and/or modify it
-under the same terms as Perl itself.
-See F<http://www.perl.com/perl/misc/Artistic.html>
+under the Artistic license.
+See F<http://dev.perl.org/licenses/artistic.html>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MIME-Types-2.13/lib/MIME/types.db 
new/MIME-Types-2.14/lib/MIME/types.db
--- old/MIME-Types-2.13/lib/MIME/types.db       2016-03-07 15:48:38.000000000 
+0100
+++ new/MIME-Types-2.14/lib/MIME/types.db       2017-11-08 17:54:05.000000000 
+0100
@@ -1,4 +1,4 @@
-1791:EXTENSIONS
+1792:EXTENSIONS
 #;application/x-mathcad
 %;application/x-trash
 123;application/vnd.lotus-1-2-3
@@ -989,7 +989,7 @@
 osf;application/vnd.yamaha.openscoreformat
 osfpvg;application/vnd.yamaha.openscoreformat.osfpvg+xml
 otc;application/vnd.oasis.opendocument.chart-template
-otf;application/x-font-otf
+otf;x-font/x-otf
 otg;application/vnd.oasis.opendocument.graphics-template
 oth;application/vnd.oasis.opendocument.text-web
 oti;application/vnd.oasis.opendocument.image-template
@@ -1489,8 +1489,8 @@
 tsp;application/x-dsptype
 tsv;text/tab-separated-values
 tta;audio/x-tta
-ttc;application/x-font-ttf
-ttf;application/x-font-ttf
+ttc;x-font/x-collection
+ttf;x-font/x-ttf
 ttl;text/turtle
 ttx;application/x-font-ttx
 turbot;image/x-florian
@@ -1644,7 +1644,8 @@
 wmv;video/x-ms-wmv
 wmx;video/x-ms-wmx
 wmz;application/x-ms-wmz
-woff;application/x-font-woff
+woff2;x-font/x-woff2
+woff;x-font/x-woff
 word;application/msword
 wp4;application/vnd.wordperfect
 wp5;application/vnd.wordperfect5.1
@@ -1791,19 +1792,52 @@
 zz;application/zlib
 ~;application/x-trash
 
-76:application::
+134:application::
+x-3gpdash-qoe-report+xml;;
+x-a2l;;
 x-access;;
+x-alto-costmap+json;;
+x-alto-costmapfilter+json;;
+x-alto-directory+json;;
+x-alto-endpointcost+json;;
+x-alto-endpointcostparams+json;;
+x-alto-endpointprop+json;;
+x-alto-endpointpropparams+json;;
+x-alto-error+json;;
+x-alto-networkmap+json;;
+x-alto-networkmapfilter+json;;
 x-amf;;
+x-aml;;
 x-appledouble;;base64
 x-arc;;
+x-atf;;
+x-atfx;;
+x-atxml;;
 x-auth-policy+xml;;
+x-bacnet-xdd+zip;;
 x-bzdvi;;
 x-bzpdf;;
 x-bzpostscript;;
+x-calendar+json;;
+x-cdfx+xml;;
+x-cdni;;
+x-cea;;
 x-cellml+xml;;
 x-class-file;;
+x-cms;;
+x-coap-group+json;;
 x-core;;
 x-cpio-compressed;;
+x-csvm+json;;
+x-dcd;;
+x-dii;;
+x-dit;;
+x-efi;;
+x-emergencycalldata.comment+xml;;
+x-emergencycalldata.deviceinfo+xml;;
+x-emergencycalldata.providerinfo+xml;;
+x-emergencycalldata.serviceinfo+xml;;
+x-emergencycalldata.subscriberinfo+xml;;
 x-example;;
 x-executable;;
 x-font-dos;;
@@ -1814,6 +1848,7 @@
 x-font-tex;;
 x-font-vfont;;
 x-gdbm;;
+x-geo+json;;
 x-ghostview;;
 x-gtktalog;;
 x-gunzip;;
@@ -1826,11 +1861,20 @@
 x-ipod-firmware;;
 x-java-applet;;
 x-java-bean;;
+x-jose+json;;
+x-jose;;
+x-json-seq;;
+x-jwk+json;;
+x-jwk-set+json;;
+x-jwt;;
 x-kdelnk;;
 x-kspread-crypt;;
 x-ksysv-package;;
 x-kword-crypt;;
+x-lgr+xml;;
+x-load-control+xml;;
 x-lotus-123;;
+x-lxf;;
 x-matroska;;
 x-mbms-associated-procedure-description+xml;;
 x-mbms-deregister+xml;;
@@ -1841,35 +1885,50 @@
 x-mbms-reception-report+xml;;
 x-mbms-register+xml;;
 x-mbms-register-response+xml;;
+x-mbms-schedule+xml;;
 x-mbms-user-service-description+xml;;
+x-merge-patch+json;;
+x-mf4;;
 x-mozilla-bookmarks;;
 x-ms-tnef;;
 x-nautilus-link;;
 x-news-message-id;;
+x-odx;;
 x-ole-storage;;
+x-pdx;;
 x-pef-executable;;
+x-ppsp-tracker+json;;
+x-problem+json;;
+x-problem+xml;;
 x-profile;;
 x-qsig;;
 x-raw-disk-image-xz-compressed;;
+x-rdap+json;;
 x-remote_printing;;
+x-rfc+xml;;
 x-riff;;
 x-rx;;
 x-sc;;
+x-scaip+xml;;
+x-scim+json;;
 x-simple-message-summary;;
 x-slp;;
 x-sqlite2;;
 x-sqlite3;;
 x-toutdoux;;
 x-troff-man-compressed;;
+x-ttml+xml;;
 x-videolan;;
 x-vividence.scriptfile;;
 x-word;;base64
+x-www-form-urlencoded;;
 x-x400-bp;;
+x-xml-patch+xml;;
 x-xzpdf;;
 x-zerosize;;
 x-zip-compressed-fb2;;
 
-465:application::E
+464:application::E
 x-123;wk,wk1;
 x-7z-compressed;7z;
 x-abiword;abw,zabw;
@@ -1980,10 +2039,9 @@
 x-font-pcf;pcf;
 x-font-snf;snf;
 x-font-speedo;spd;
-x-font-ttf;ttf,ttc;
+x-font-ttf;ttc,ttf;
 x-font-ttx;ttx;
 x-font-type1;pfa,pfb,pfm,afm,gsf;
-x-font-woff;woff;
 x-font;pfa,pfb,gsf,pcf,pcf.z;
 x-fractals;fif;
 x-frame;mif;
@@ -2336,7 +2394,7 @@
 x-zmachine;z1,z2,z3,z4,z5,z6,z7,z8;
 x-zoo;zoo;
 
-560:application:I:
+639:application:I:
 1d-interleaved-parityfec;;
 3gpp-ims+xml;;
 activemessage;;
@@ -2478,18 +2536,36 @@
 vcard+json;;
 vcard+xml;;
 vemmi;;
+vnd.3gpp-prose+xml;;
+vnd.3gpp-prose-pc3ch+xml;;
+vnd.3gpp.access-transfer-events+xml;;
 vnd.3gpp.bsf+xml;;
+vnd.3gpp.mid-call+xml;;
+vnd.3gpp.sms+xml;;
+vnd.3gpp.srvcc-ext+xml;;
+vnd.3gpp.srvcc-info+xml;;
+vnd.3gpp.state-and-event-info+xml;;
+vnd.3gpp.ussd+xml;;
 vnd.3gpp2.bcmcsinfo+xml;;
 vnd.3gpp2.sms;;
+vnd.3lightssoftware.imagescal;;
 vnd.adobe.partial-upload;;
 vnd.aether.imp;;
 vnd.ah-barcode;;
+vnd.amazon.mobi8-ebook;;
 vnd.amundsen.maze+xml;;
+vnd.anki;;
+vnd.apache.thrift.binary;;
+vnd.apache.thrift.compact;;
+vnd.apache.thrift.json;;
 vnd.api+json;;
+vnd.artsquare;;
 vnd.autopackage;;
 vnd.avistar+xml;;
 vnd.balsamiq.bmml+xml;;
+vnd.balsamiq.bmpr;;
 vnd.bekitzur-stech+json;;
+vnd.biopax.rdf+xml;;
 vnd.bluetooth.ep.oob;;
 vnd.bluetooth.le.oob;;
 vnd.cab-jscript;;
@@ -2497,11 +2573,16 @@
 vnd.canon-lips;;
 vnd.cendio.thinlinc.clientconf;;
 vnd.century-systems.tcp_stream;;
+vnd.chess-pgn;;
 vnd.cirpack.isdn-ext;;
+vnd.citationstyles.style+xml;;
 vnd.collection+json;;
+vnd.collection.doc+json;;
 vnd.collection.next+json;;
+vnd.comicbook+zip;;
 vnd.commerce-battelle;;
 vnd.comsocaller;;
+vnd.coreos.ignition+json;;
 vnd.ctct.ws+xml;;
 vnd.cups-pdf;;
 vnd.cups-postscript;;
@@ -2515,6 +2596,8 @@
 vnd.document+json;;
 vnd.dolby.mobile.1;;
 vnd.dolby.mobile.2;;
+vnd.doremir.scorecloud-binary-document;;
+vnd.drive+json;;
 vnd.dtg.local.flash;;
 vnd.dtg.local.html;;
 vnd.dtg.local;;
@@ -2536,6 +2619,7 @@
 vnd.dvb.notif-init+xml;;
 vnd.dvb.pfr;;
 vnd.dxr;;
+vnd.dzr;;
 vnd.easykaraoke.cdgdownload;;
 vnd.ecdis-update;;
 vnd.ecowin.filerequest;;
@@ -2544,6 +2628,7 @@
 vnd.ecowin.seriesrequest;;
 vnd.ecowin.seriesupdate;;
 vnd.emclient.accessrequest+xml;;
+vnd.enphase.envoy;;
 vnd.eprints.data+xml;;
 vnd.ericsson.quickcall;;
 vnd.etsi.aoc+xml;;
@@ -2570,24 +2655,43 @@
 vnd.etsi.tsl.der;;
 vnd.eudora.data;;
 vnd.f-secure.mobile;;
+vnd.fastcopy-disk-image;;
 vnd.ffsns;;
+vnd.filmit.zfc;;
 vnd.fints;;
+vnd.firemonkeys.cloudcell;;
 vnd.font-fontforge-sfd;;
 vnd.fujixerox.art-ex;;
 vnd.fujixerox.art4;;
 vnd.fujixerox.docuworks.container;;
 vnd.fujixerox.hbpl;;
 vnd.fut-misnet;;
+vnd.geo+json;;
 vnd.geocube+xml;;
+vnd.gerber;;
 vnd.globalplatform.card-content-mgt-response;;
 vnd.globalplatform.card-content-mgt;;
+vnd.gov.sk.e-form+xml;;
+vnd.gov.sk.e-form+zip;;
+vnd.gov.sk.xmldatacontainer+xml;;
 vnd.gridmp;;
 vnd.hal+json;;
 vnd.hcl-bireports;;
+vnd.hdt;;
 vnd.heroku+json;;
 vnd.httphone;;
+vnd.hyperdrive+json;;
 vnd.ibm.afplinedata;;
 vnd.ieee.1905;;
+vnd.ims.imsccv1p1;;
+vnd.ims.imsccv1p2;;
+vnd.ims.imsccv1p3;;
+vnd.ims.lis.v2.result+json;;
+vnd.ims.lti.v2.toolconsumerprofile+json;;
+vnd.ims.lti.v2.toolproxy+json;;
+vnd.ims.lti.v2.toolproxy.id+json;;
+vnd.ims.lti.v2.toolsettings+json;;
+vnd.ims.lti.v2.toolsettings.simple+json;;
 vnd.informedcontrol.rms+xml;;
 vnd.informix-visionary;;
 vnd.infotech.project+xml;;
@@ -2595,6 +2699,7 @@
 vnd.innopath.wamp.notification;;
 vnd.intertrust.digibox;;
 vnd.intertrust.nncp;;
+vnd.iptc.g2.catalogitem+xml;;
 vnd.iptc.g2.conceptitem+xml;;
 vnd.iptc.g2.knowledgeitem+xml;;
 vnd.iptc.g2.newsitem+xml;;
@@ -2611,11 +2716,17 @@
 vnd.japannet-verification;;
 vnd.jsk.isdn-ngn;;
 vnd.liberty-request+xml;;
+vnd.mapbox-vector-tile;;
 vnd.marlin.drm.actiontoken+xml;;
 vnd.marlin.drm.conftoken+xml;;
 vnd.marlin.drm.license+xml;;
 vnd.marlin.drm.mdcf;;
+vnd.mason+json;;
+vnd.maxmind.maxmind-db;;
 vnd.meridian-slingshot;;
+vnd.micro+json;;
+vnd.microsoft.portable-executable;;
+vnd.miele+json;;
 vnd.minisoft-hp3000-save;;
 vnd.mitsubishi.misty-guard.trustweb;;
 vnd.motorola.flexsuite.adsi;;
@@ -2626,17 +2737,24 @@
 vnd.motorola.flexsuite.wem;;
 vnd.motorola.flexsuite;;
 vnd.motorola.iprm;;
+vnd.ms-3mfdocument;;
 vnd.ms-color.iccprofile;;
 vnd.ms-office.activex+xml;;
 vnd.ms-opentype;;
 vnd.ms-package.obfuscated-opentype;;
 vnd.ms-playready.initiator+xml;;
+vnd.ms-printdevicecapabilities+xml;;
 vnd.ms-printing.printticket+xml;;
+vnd.ms-printschematicket+xml;;
+vnd.ms-windows.devicepairing;;
+vnd.ms-windows.nwprinting.oob;;
 vnd.ms-windows.printerpairing;;
+vnd.ms-windows.wsd.oob;;
 vnd.ms-wmdrm.lic-chlg-req;;
 vnd.ms-wmdrm.lic-resp;;
 vnd.ms-wmdrm.meter-chlg-req;;
 vnd.ms-wmdrm.meter-resp;;
+vnd.msa-disk-image;;
 vnd.msign;;
 vnd.multiad.creator.cif;;
 vnd.multiad.creator;;
@@ -2659,6 +2777,7 @@
 vnd.nokia.pcd+xml;;
 vnd.ntt-local.content-share;;
 vnd.ntt-local.file-transfer;;
+vnd.ntt-local.ogw_remote-access;;
 vnd.ntt-local.sip-ta_remote;;
 vnd.ntt-local.sip-ta_tcp_stream;;
 vnd.obn;;
@@ -2699,6 +2818,8 @@
 vnd.oma.dcdc;;
 vnd.oma.drm.risd+xml;;
 vnd.oma.group-usage-list+xml;;
+vnd.oma.lwm2m+json;;
+vnd.oma.lwm2m+tlv;;
 vnd.oma.pal+xml;;
 vnd.oma.poc.detailed-progress-report+xml;;
 vnd.oma.poc.final-report+xml;;
@@ -2712,6 +2833,9 @@
 vnd.omads-file+xml;;
 vnd.omads-folder+xml;;
 vnd.omaloc-supl-init;;
+vnd.onepager;;
+vnd.openblox.game+xml;;
+vnd.openblox.game-binary;;
 vnd.openeye.oeb;;
 vnd.openxmlformats-officedocument.custom-properties+xml;;
 vnd.openxmlformats-officedocument.customxmlproperties+xml;;
@@ -2779,11 +2903,16 @@
 vnd.openxmlformats-package.core-properties+xml;;
 vnd.openxmlformats-package.digital-signature-xmlsignature+xml;;
 vnd.openxmlformats-package.relationships+xml;;
+vnd.oracle.resource+json;;
 vnd.orange.indata;;
 vnd.osa.netdeploy;;
 vnd.osgi.bundle;;
 vnd.otps.ct-kip+xml;;
+vnd.oxli.countgraph;;
+vnd.pagerduty+json;;
+vnd.panoply;;
 vnd.paos.xml;;
+vnd.pcos;;
 vnd.piaccess.application-licence;;
 vnd.poc.group-advertisement+xml;;
 vnd.powerbuilder6-s;;
@@ -2796,6 +2925,7 @@
 vnd.pwg-xhtml-print+xml;;
 vnd.pwg-xmhtml-print+xml;;
 vnd.qualcomm.brew-app-res;;
+vnd.quarantainenet;;
 vnd.quobject-quoxdocument;;
 vnd.radisys.moml+xml;;
 vnd.radisys.msml+xml;;
@@ -2814,6 +2944,7 @@
 vnd.radisys.msml-dialog-transform+xml;;
 vnd.rainstor.data;;
 vnd.rapid;;
+vnd.rar;;
 vnd.renlearn.rlprint;;
 vnd.rs-274x;;
 vnd.ruckus.download;;
@@ -2841,6 +2972,8 @@
 vnd.syncml.dmtnds+wbxml;;
 vnd.syncml.dmtnds+xml;;
 vnd.syncml.ds.notification;;
+vnd.tmd.mediaflex.api+xml;;
+vnd.tml;;
 vnd.truedoc;;
 vnd.tve-trigger;;
 vnd.ubisoft.webplayer;;
@@ -2857,8 +2990,11 @@
 vnd.uplanet.listcmd-wbxml;;
 vnd.uplanet.listcmd;;
 vnd.uplanet.signal;;
+vnd.uri-map;;
+vnd.valve.source.material;;
 vnd.vd-study;;
 vnd.vectorworks;;
+vnd.vel+json;;
 vnd.verimatrix.vcas;;
 vnd.vividence.scriptfile;;
 vnd.wfa.p2p;;
@@ -2882,6 +3018,7 @@
 vnd.yamaha.remote-setup;;
 vnd.yamaha.through-ngn;;
 vnd.yamaha.tunnel-udpencap;;
+vnd.yaoweme;;
 vq-rtcpxr;;
 whoispp-query;;
 whoispp-response;;
@@ -3420,7 +3557,8 @@
 zip;zip;base64
 zlib;zz;
 
-15:audio::
+18:audio::
+x-aptx;;
 x-eac3;;
 x-evrc1;;
 x-evrcb0;;
@@ -3429,8 +3567,10 @@
 x-evrcwb0;;
 x-evrcwb1;;
 x-evrcwb;;
+x-evs;;
 x-example;;
 x-g.722.1;;
+x-g711-0;;
 x-g7291;;
 x-isac;;
 x-opus;;
@@ -3613,7 +3753,7 @@
 basic;au,snd;base64
 evrc;evc;
 l16;l16;
-mp4;f4a,f4b,mp4a,m4a;
+mp4;f4a,f4b,m4a,mp4a;
 mpeg;mpga,mp2,mp3,mpega,m4a,mp2a,m2a,m3a,mpa,mpg;base64
 ogg;ogg,oga,spx,opus;
 prs.sid;sid,psid;
@@ -3638,15 +3778,17 @@
 vnd.rn-realaudio;ra,rax;
 vnd.sealedmedia.softseal.mpeg;smp3,smp,s1m;
 
-10:image::
+12:image::
 x-bzeps;;
 x-compressed-xcf;;
 x-dcraw;;
 x-dib;;
+x-dicom-rle;;
 x-dpx;;
 x-example;;
 x-fpx;;
 x-gzeps;;
+x-jls;;
 x-tiff-multipage;;
 x-xcursor;;
 
@@ -3736,7 +3878,7 @@
 x-xwd;xwd;
 x-xwindowdump;xwd;base64
 
-10:image:I:
+13:image:I:
 prs.pti;;
 pwg-raster;;
 t38;;
@@ -3745,8 +3887,11 @@
 vnd.cns.inf2;;
 vnd.globalgraphics.pgb;;
 vnd.mix;;
+vnd.mozilla.apng;;
 vnd.radiance;;
 vnd.svf;;
+vnd.tencent.tap;;
+vnd.valve.source.texture;;
 
 40:image:I:E
 cgm;cgm;
@@ -3818,19 +3963,25 @@
 1:message:I:E
 rfc822;eml,mime,mht,mhtml,nws;8bit
 
-1:model::
+4:model::
 x-example;;
+x-gltf+json;;
+x-x3d+fastinfoset;;
+x-x3d-vrml;;
 
 3:model::E
 x-pov;pov;
 x-x3d+binary;x3db,x3dbz;
 x-x3d+vrml;x3dv,x3dvz;
 
-4:model:I:
+7:model:I:
 vnd.flatland.3dml;;
 vnd.gs-gdl;;
 vnd.gs.gdl;;
 vnd.moml+xml;;
+vnd.opengex;;
+vnd.rosette.annotated-data-model;;
+vnd.valve.source.compiled-map;;
 
 12:model:I:E
 iges;igs,iges;
@@ -3872,7 +4023,7 @@
 signed;;
 voice-message;;
 
-15:text::
+17:text::
 x-authors;;
 x-changelog;;
 x-comma-separated-values;;8bit
@@ -3883,7 +4034,9 @@
 x-example;;
 x-htmlh;;
 x-install;;
+x-jcr-cnd;;
 x-meson;;
+x-parameters;;
 x-readme;;
 x-scons;;
 x-uri;;
@@ -4016,7 +4169,7 @@
 x-xmi;xmi;
 x-xslfo;fo,xslfo;
 
-30:text:I:
+32:text:I:
 1d-interleaved-parityfec;;
 directory;;
 dns;;
@@ -4027,6 +4180,7 @@
 mizar;;
 parityfec;;
 provenance-notation;;
+prs.prop.logic;;
 raptorfec;;
 red;;
 rfc822-headers;;
@@ -4035,6 +4189,7 @@
 rtx;;
 t140;;
 ulpfec;;
+vnd.a;;
 vnd.debian.copyright;;
 vnd.dmclientscript;;
 vnd.esmertec.theme-descriptor;;
@@ -4088,10 +4243,13 @@
 vnd.wap.wmlscript;wmls;
 xml;xml;
 
-4:video::
+7:video::
 x-anim;;
 x-example;;
+x-h265;;
 x-isivideo;;
+x-iso.segment;;
+x-vp8;;
 x-wavelet;;
 
 44:video::E
@@ -4305,8 +4463,16 @@
 1:x-epoc::E
 x-sisx-app;sisx;
 
-1:x-font::E
+1:x-font::
+x-sfnt;;
+
+6:x-font::E
+x-collection;ttc;
 x-opentype;otf;
+x-otf;otf;
+x-ttf;ttf;
+x-woff2;woff2;
+x-woff;woff;
 
 1:x-i-world::E
 x-i-vrml;ivr;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MIME-Types-2.13/lib/MojoX/MIME/Types.pm 
new/MIME-Types-2.14/lib/MojoX/MIME/Types.pm
--- old/MIME-Types-2.13/lib/MojoX/MIME/Types.pm 2016-03-07 15:48:38.000000000 
+0100
+++ new/MIME-Types-2.14/lib/MojoX/MIME/Types.pm 2017-11-08 17:54:05.000000000 
+0100
@@ -1,10 +1,10 @@
-# Copyrights 1999,2001-2016 by [Mark Overmeer].
+# Copyrights 1999,2001-2017 by [Mark Overmeer].
 #  For other contributors see ChangeLog.
 # See the manual pages for details on the licensing terms.
 # Pod stripped from pm file by OODoc 2.02.
 package MojoX::MIME::Types;
 use vars '$VERSION';
-$VERSION = '2.13';
+$VERSION = '2.14';
 
 use Mojo::Base -base;
 
@@ -38,7 +38,7 @@
 sub detect($$;$)
 {   my ($self, $accept, $prio) = @_;
     my $mt  = $self->mimeTypes;
-    my @ext = map $mt->type($_)->extensions,
+    my @ext = map $_->extensions, grep defined, map $mt->type($_),
         grep !/\*/, $mt->httpAccept($accept);
     \@ext;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MIME-Types-2.13/lib/MojoX/MIME/Types.pod 
new/MIME-Types-2.14/lib/MojoX/MIME/Types.pod
--- old/MIME-Types-2.13/lib/MojoX/MIME/Types.pod        2016-03-07 
15:48:38.000000000 +0100
+++ new/MIME-Types-2.14/lib/MojoX/MIME/Types.pod        2017-11-08 
17:54:05.000000000 +0100
@@ -202,14 +202,14 @@
 
 =head1 SEE ALSO
 
-This module is part of MIME-Types distribution version 2.13,
-built on March 07, 2016. Website: F<http://perl.overmeer.net/mimetypes/>
+This module is part of MIME-Types distribution version 2.14,
+built on November 08, 2017. Website: F<http://perl.overmeer.net/mimetypes/>
 
 =head1 LICENSE
 
-Copyrights 1999,2001-2016 by [Mark Overmeer]. For other contributors see 
ChangeLog.
+Copyrights 1999,2001-2017 by [Mark Overmeer]. For other contributors see 
ChangeLog.
 
 This program is free software; you can redistribute it and/or modify it
-under the same terms as Perl itself.
-See F<http://www.perl.com/perl/misc/Artistic.html>
+under the Artistic license.
+See F<http://dev.perl.org/licenses/artistic.html>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MIME-Types-2.13/t/40mojo.t 
new/MIME-Types-2.14/t/40mojo.t
--- old/MIME-Types-2.13/t/40mojo.t      2016-03-07 15:48:38.000000000 +0100
+++ new/MIME-Types-2.14/t/40mojo.t      2017-11-08 17:54:05.000000000 +0100
@@ -12,7 +12,7 @@
 eval "require Mojo::Base";
 plan skip_all => 'Mojo probably not installed' if $@;
 
-plan tests => 13;
+plan tests => 14;
 
 require_ok('MojoX::MIME::Types');
 
@@ -34,3 +34,5 @@
 ok(grep $_ eq 'json', @$ext, 'contains json');
 
 is($m->type('html'), 'text/html', 'type($ext)');
+
+is_deeply $m->detect('image/missing'), [], 'missing type';


Reply via email to