diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-05-07 04:48:54 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-05-07 04:48:54 +0800 |
commit | 4b21d68fbbf1c1340bd07a37c4c92517855c4d5b (patch) | |
tree | 4b66b29bda50488eeb8197f7112c2ab02138c79c /security/gnome-keyring3/files | |
parent | b341fc8024128a3e8f7c044427254ba439edb802 (diff) | |
download | marcuscom-ports-4b21d68fbbf1c1340bd07a37c4c92517855c4d5b.tar marcuscom-ports-4b21d68fbbf1c1340bd07a37c4c92517855c4d5b.tar.gz marcuscom-ports-4b21d68fbbf1c1340bd07a37c4c92517855c4d5b.tar.bz2 marcuscom-ports-4b21d68fbbf1c1340bd07a37c4c92517855c4d5b.tar.lz marcuscom-ports-4b21d68fbbf1c1340bd07a37c4c92517855c4d5b.tar.xz marcuscom-ports-4b21d68fbbf1c1340bd07a37c4c92517855c4d5b.tar.zst marcuscom-ports-4b21d68fbbf1c1340bd07a37c4c92517855c4d5b.zip |
Don't overwrite files that are installed by shared-mime-info. Add run time
depend on shared-mime-info for this.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16731 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security/gnome-keyring3/files')
-rw-r--r-- | security/gnome-keyring3/files/patch-gcr_gcr-crypto-types.xml | 118 |
1 files changed, 118 insertions, 0 deletions
diff --git a/security/gnome-keyring3/files/patch-gcr_gcr-crypto-types.xml b/security/gnome-keyring3/files/patch-gcr_gcr-crypto-types.xml new file mode 100644 index 000000000..8d85b746f --- /dev/null +++ b/security/gnome-keyring3/files/patch-gcr_gcr-crypto-types.xml @@ -0,0 +1,118 @@ +--- gcr/gcr-crypto-types.xml.orig 2011-11-14 11:27:43.000000000 +0100 ++++ gcr/gcr-crypto-types.xml 2012-05-06 16:45:42.000000000 +0200 +@@ -9,20 +9,6 @@ + <glob weight="50" pattern="*.pem"/> + </mime-type> + +- <!-- Defined in: http://www.ietf.org/rfc/rfc2585.txt --> +- <mime-type type="application/pkix-cert"> +- <comment>X.509 Certificate</comment> +- <glob weight="75" pattern="*.cer"/> +- +- <!-- Non standard: Common practice --> +- <glob weight="55" pattern="*.crt"/> +- <glob weight="55" pattern="*.cert"/> +- +- <!-- Non standard: Common practice --> +- <alias type="application/x-x509-ca-cert"/> +- <alias type="application/x-x509-user-cert"/> +- </mime-type> +- + <!-- Non standard: OpenSSL PEM format --> + <mime-type type="application/pkix-cert+pem"> + <comment>X.509 Certificate in PEM format</comment> +@@ -32,14 +18,6 @@ + </magic> + </mime-type> + +- <!-- Defined in: http://www.ietf.org/rfc/rfc2585.txt --> +- <mime-type type="application/pkix-crl"> +- <comment>Certificate Revocation List</comment> +- <acronym>CRL</acronym> +- <expanded-acronym>Certificate Revocation List</expanded-acronym> +- <glob weight="75" pattern="*.crl"/> +- </mime-type> +- + <!-- Non standard: OpenSSL PEM format --> + <mime-type type="application/pkix-crl+pem"> + <comment>Certificate Revocation List in PEM format</comment> +@@ -49,19 +27,6 @@ + </magic> + </mime-type> + +- <!-- Non standard: Common practice --> +- <mime-type type="application/x-pkcs12"> +- <comment>PKCS#12 Personal Key and Certificates</comment> +- <acronym>PKCS#12</acronym> +- <glob weight="75" pattern="*.p12"/> +- +- <!-- Non standard: Microsoft practice --> +- <glob weight="55" pattern="*.pfx"/> +- +- <!-- Non standard: Rare practice, unclear this actually got into a spec --> +- <alias type="application/pkcs12"/> +- </mime-type> +- + <!-- Non standard: OpenSSL PEM format --> + <mime-type type="application/pkcs12+pem"> + <comment>PKCS#12 Personal Key and Certificates in PEM format</comment> +@@ -71,16 +36,6 @@ + </magic> + </mime-type> + +- <!-- Defined in: http://www.ietf.org/rfc/rfc5958.txt --> +- <mime-type type="application/pkcs8"> +- <comment>PKCS#8 Personal Key</comment> +- <acronym>PKCS#8</acronym> +- <glob weight="75" pattern="*.p8"/> +- +- <!-- Non standard: Gnome keyring practice --> +- <glob weight="55" pattern="*.pkcs8"/> +- </mime-type> +- + <!-- Non standard: OpenSSL PEM format --> + <mime-type type="application/pkcs8+pem"> + <comment>PKCS#8 Personal Key in PEM format</comment> +@@ -91,21 +46,6 @@ + </magic> + </mime-type> + +- <!-- Defined in: http://www.ietf.org/rfc/rfc2311.txt --> +- <mime-type type="application/pkcs7-mime"> +- <comment>PKCS#7 Message and Certificates</comment> +- <acronym>PKCS#7</acronym> +- <glob pattern="*.p7c"/> +- <glob pattern="*.p7m"/> +- +- <!-- Not standard: Microsoft practice --> +- <glob pattern="*.spc"/> +- <glob pattern="*.p7b"/> +- +- <!-- Non standard: Microsoft practice --> +- <alias type="application/x-pkcs7-certificates"/> +- </mime-type> +- + <!-- Non standard: OpenSSL PEM format --> + <mime-type type="application/pkcs7-mime+pem"> + <comment>PKCS#7 Message and Certificates in PEM format</comment> +@@ -115,20 +55,6 @@ + </magic> + </mime-type> + +- <!-- Defined in http://www.ietf.org/rfc/rfc2311.txt --> +- <mime-type type="application/pkcs7-signature"> +- <comment>PKCS#7 Signature</comment> +- <acronym>PKCS#7</acronym> +- <glob pattern="*.p7s"/> +- </mime-type> +- +- <!-- Defined in http://www.ietf.org/rfc/rfc2311.txt --> +- <mime-type type="application/pkcs10"> +- <comment>PKCS#10 Certificate Request</comment> +- <acronym>PKCS#10</acronym> +- <glob pattern="*.p10"/> +- </mime-type> +- + <!-- Non standard: OpenSSL PEM format --> + <mime-type type="application/pkcs10+pem"> + <comment>PKCS#10 Certificate Request in PEM format</comment> |