lp:debian/mime-support

Created by James Westby and last modified
Get this branch:
bzr branch lp:debian/mime-support
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Development

Recent revisions

18. By Charles Plessy

* Media types
bdfd714 Add media types and extensions to support ClickOnce apps.

* Documentation
77732bb Document how attacks with specially crafted file names are
        prevented. Closes: #774303
4cd9ea4 Mention ~/.mailcap.order and better link between manpages.
        Closes: #787459

* Packaging
8a8992d Remove obsolete arguments of dpkg-gencontrol.
a65e461 Pass --no-name to gzip, to make the build more reproducible.
        Closes: #776939.
db49144 Make the mtimes reproducible. Closes: #793705
        Thanks to Maria Valentina Marin <email address hidden>

17. By Charles Plessy

CVE-2014-7209: run-mailcap shell command injection.
Thanks to Timothy D. Morgan for the report.

d156797 Escape file name also when not passed through %s. This
avoids command injections using for instance semicolons.
b585022 Resolve file name to an absolute path to avoid injection of
command arguments with file names starting with dashes etc.
Use File::Spec to avoid race conditions with temporary files.
Thanks, Salvatore Bonaccorso for the patch.

16. By Charles Plessy

* Media types added:
ef09adf application/x-xz Closes: #756754

* Changed associations of file suffixes with media types:
94703d4 a/vnd.debian.binary-package: added ddeb, closes: #759746

* Other:
b412727 Document support for desktop entries.
        Thanks to Andreas Metzler <email address hidden>, closes: #749771
ce09266 Conforms to Policy 3.9.6.

15. By Charles Plessy

* Media types added:
e47e5a6 application/vnd.debian.binary-package

* Mailcap:
e47e5a6 Replaced a/x-debian-package with a/vnd.debian.binary-package.

14. By Charles Plessy

* Media types removed:

92def2a application/x-font-woff Closes: #727156
c1797d2 application/x-md5 Closes: #720619
fad5967 application/x-sha1 Closes: #720619
a71f2b0 text/x-vcard Closes: #674670

* Media types added:

0d95409 application/font-sfnt
0d95409 application/font-tdpfr
0f12ec4 application/font-woff
020388a application/gzip Closes: #589991, 688872
77eee72 application/oebps-package+xml See: #712054
ae8262a application/x-font-pcf Closes: #727171
020388a application/zlib Closes: #589991, 688872
a71f2b0 text/vcard Closes: #674670

* Changed associations of file suffixes with media types:

ae8262a application/x-font: removed pcf extensions.
46df3ed application/vnd.visio: added vst vsw vss
1a69660 application/x-ns-proxy-autoconfig: removed dat, Closes: #418564

* Packaging:

b016fe8 Remove “see” alternative for “view”.
        Thanks to Kevin Ryde <email address hidden>, Closes: #623384, #458691
c5b794b Removed obsolete removal of /usr/doc/mime-support.

* update-mime:

5448676 Accept file names with alphanumeric characters from the current
        locale. Thanks to Tomás <email address hidden>, Closes: #682900
2a2243e Handle the “%c” (caption) field code from Desktop entry files.
        Thanks to Philipp Matthias Hahn <email address hidden>, Closes: #745153
c0e8e69 Handle the “%i” (icon) field code from Desktop entry files.
5cf809c Stop quoting “%s” when building /etc/mailcap from the files in
        /usr/lib/mime/packages.
        Thanks to Peter Chubb <email address hidden>, Closes: #747050
f18b89f Warn when mailcap.order refers to packages that do not provide
        mailcap files. Closes: #314952
7b1947f Reject lines that do not start with a media type. Closes: #384161
        This drops support for continuation lines in /usr/lib/mime/packages/.

* run-mailcap:

3c3b56c Redirect stdin to the tty when a mailcap entry says needsterminal.
        Thanks Kevin Ryde <email address hidden>, Closes: #727173
80a1bc7 Remove unreliable permission check. Closes: #691247 thanks to
        Martin Mares <email address hidden> and Kevin Ryde <email address hidden>.
e833a8a Stricter pattern for detection of manual pages.
        Thanks to Philipp Janda, LP: #1300484
40f72a7 Force the use of a temporary alias for files containing a space in
        their name. Closes: #723708 thanks to Kevin Ryde <email address hidden>.
642d6a9 Remind of RFC 1524 in the “SEE ALSO” section of mailcap(5) man page.
        Closes: #634254
dd293ec Run the “file“ command when extension does not tell the media type.
        Thanks to Reuben Thomas <email address hidden>, Closes: #77985
56dba74 Remove last-resort guesses of crontabs and man pages.

13. By Charles Plessy

* Media types:
2db1fa2 Added text/vnd.debian.copyright
a21f31e mime.types: removed duplicated lines.
4d7a093 Correct application/smil to application/smil+xml. (LP: #717459)
be78d19 Added application/xslt+xml. (LP: #667595)

* Packaging
571044e Remove the RFC files, as they only contain a link to the Web.
79583f3 Do not make activating packages wait for pending triggers.

12. By Charles Plessy

* Media types:
a100b97 Add the .opus file suffix to the audio/ogg media type.
        (Closes: #688383)
8da67da Add text/turtle media type. for .ttl files (Closes: #664824).
1d86b38 Add image/jp2 media type for .jp2 and .jpg2 files (Closes: #682856).
98c6ac3 Removed the note on compression schemes (see RFC 6713).
c7e6eb1 Display reportbug message suggesting to register types to the IANA.

* Packaging:
6a08271 Instruct to report a bug instead of emailing maintainers.
51dd6c7 Mark Multi-Arch: foreign. (Closes: #695357)
801bd8b Parse Desktop entries to generate mailcap entries.
        Patch from Brian M. Carlson. (Closes: #497779)
a6e8a0f Trigger update-mime for Desktop entry files added in
        /usr/share/applications.
0fb8225 Mention Dpkg triggers in the manual page of update-mime.
        (Closes: #594915)
8b6c149 Delete debhelper log file.
734c10e Normalised VCS URLs following Lintian's standard.
d649fdc Provide build-arch and build-indep targets (that do nothing).
158d5df Normalised debian/control with config-model.
67b016c Renamed debian/README debian/copyright.
26254f8 Machine-readable Debian copyright file.
060229d Disambiguate hyphens in manual pages.
a455a4d Corected spelling error in a manual page.
9279645 Silent binary-arch target (that does nothing anyway).
105047b Removed conglicts on a2ps and metamail, older than oldstable.
687feeb Unversionned recommendation on file, satisfied even in oldstable.
762a035 Drop dependency on debhelper by pasting code from dh_md5sums.
f318e0b Remove 'Debian' from the file name of the change log.
5ddd68b Conforms to Policy version 3.9.4.

11. By Charles Plessy

* Adopted by László Böszörményi and Charles Plessy. (Closes: #681640)
* Manage the source package with Git in Alioth collab-maint's group.
  (Closes: #682745)

10. By Ondřej Surý

* Non-maintainer upload.
* Add (non-magic) MIME-Types for PHP (Closes: #670945)

9. By bcwhite

* removed application/x-httpd-* types (closes: 589384)
* added numerous new mime.types (closes: 652560, 624697, 627997, 619475, 639822)
* fixed some bad mime.types (closes: 605250, 620372, 613810)
* added dpkg trigger support (closes: 594915)
* obsolete bugs (closes: 560118, 605254, 639580, 646462, 658073)

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers