Update to gcr4-4.3.91.

This commit is contained in:
ajacoutot
2025-02-15 09:06:02 +00:00
parent 4950091d40
commit b9d0dfc5bc
3 changed files with 76 additions and 5 deletions
+3 -3
View File
@@ -1,11 +1,11 @@
COMMENT= library for bits of crypto UI and parsing
GNOME_PROJECT= gcr
GNOME_VERSION= 4.3.0
GNOME_VERSION= 4.3.91
PKGNAME= ${GNOME_PROJECT}4-${GNOME_VERSION}
SHARED_LIBS += gck-2 0.2 # 2.1.0
SHARED_LIBS += gcr-4 0.2 # 4.1.0
SHARED_LIBS += gck-2 0.3 # 2.3.91
SHARED_LIBS += gcr-4 0.3 # 4.3.91
# LGPLv2
PERMIT_PACKAGE= Yes
+2 -2
View File
@@ -1,2 +1,2 @@
SHA256 (gnome/gcr-4.3.0.tar.xz) = w+6HKOQ2SwOX9DX6IPkvkBqxOdKyZPTgWdZ7PA9DzTY=
SIZE (gnome/gcr-4.3.0.tar.xz) = 726488
SHA256 (gnome/gcr-4.3.91.tar.xz) = nTJu09eK0Or7CEg5WgaK2+/ets/wTsVhXLPvdn2TOZA=
SIZE (gnome/gcr-4.3.91.tar.xz) = 742484
+71
View File
@@ -10,6 +10,9 @@ include/gck-2/gck/pkcs11x.h
include/gcr-4/
include/gcr-4/gcr/
include/gcr-4/gcr/gcr-certificate-chain.h
include/gcr-4/gcr/gcr-certificate-extension-list.h
include/gcr-4/gcr/gcr-certificate-extension.h
include/gcr-4/gcr/gcr-certificate-extensions.h
include/gcr-4/gcr/gcr-certificate-field.h
include/gcr-4/gcr/gcr-certificate-request.h
include/gcr-4/gcr/gcr-certificate-section.h
@@ -27,6 +30,7 @@ include/gcr-4/gcr/gcr-secret-exchange.h
include/gcr-4/gcr/gcr-secure-memory.h
include/gcr-4/gcr/gcr-simple-certificate.h
include/gcr-4/gcr/gcr-ssh-askpass.h
include/gcr-4/gcr/gcr-subject-public-key-info.h
include/gcr-4/gcr/gcr-system-prompt.h
include/gcr-4/gcr/gcr-system-prompter.h
include/gcr-4/gcr/gcr-trust.h
@@ -437,10 +441,27 @@ share/doc/gcr-4/RedHatText-Regular.woff2
share/doc/gcr-4/SourceCodePro-It.ttf.woff
share/doc/gcr-4/SourceCodePro-Regular.ttf.woff
share/doc/gcr-4/SourceCodePro-Semibold.ttf.woff
share/doc/gcr-4/class.AccessDescription.html
share/doc/gcr-4/class.CertificateChain.html
share/doc/gcr-4/class.CertificateExtension.html
share/doc/gcr-4/class.CertificateExtensionAuthorityInfoAccess.html
share/doc/gcr-4/class.CertificateExtensionAuthorityKeyIdentifier.html
share/doc/gcr-4/class.CertificateExtensionBasicConstraints.html
share/doc/gcr-4/class.CertificateExtensionCertificatePolicies.html
share/doc/gcr-4/class.CertificateExtensionCrlDistributionPoints.html
share/doc/gcr-4/class.CertificateExtensionExtendedKeyUsage.html
share/doc/gcr-4/class.CertificateExtensionKeyUsage.html
share/doc/gcr-4/class.CertificateExtensionList.html
share/doc/gcr-4/class.CertificateExtensionSubjectAltName.html
share/doc/gcr-4/class.CertificateExtensionSubjectKeyIdentifier.html
share/doc/gcr-4/class.CertificateField.html
share/doc/gcr-4/class.CertificatePolicy.html
share/doc/gcr-4/class.CertificatePolicyQualifier.html
share/doc/gcr-4/class.CertificateRequest.html
share/doc/gcr-4/class.CertificateSection.html
share/doc/gcr-4/class.DistributionPoint.html
share/doc/gcr-4/class.GeneralName.html
share/doc/gcr-4/class.GeneralNames.html
share/doc/gcr-4/class.Parser.html
share/doc/gcr-4/class.Pkcs11Certificate.html
share/doc/gcr-4/class.SecretExchange.html
@@ -541,6 +562,9 @@ share/doc/gcr-4/iface.Prompt.html
share/doc/gcr-4/index.html
share/doc/gcr-4/index.json
share/doc/gcr-4/main.js
share/doc/gcr-4/method.AccessDescription.get_location.html
share/doc/gcr-4/method.AccessDescription.get_method_name.html
share/doc/gcr-4/method.AccessDescription.get_method_oid.html
share/doc/gcr-4/method.Certificate.get_basic_constraints.html
share/doc/gcr-4/method.Certificate.get_der_data.html
share/doc/gcr-4/method.Certificate.get_expiry_date.html
@@ -554,6 +578,7 @@ share/doc/gcr-4/method.Certificate.get_issuer_name.html
share/doc/gcr-4/method.Certificate.get_issuer_part.html
share/doc/gcr-4/method.Certificate.get_issuer_raw.html
share/doc/gcr-4/method.Certificate.get_key_size.html
share/doc/gcr-4/method.Certificate.get_public_key_info.html
share/doc/gcr-4/method.Certificate.get_serial_number.html
share/doc/gcr-4/method.Certificate.get_serial_number_hex.html
share/doc/gcr-4/method.Certificate.get_subject_cn.html
@@ -563,6 +588,7 @@ share/doc/gcr-4/method.Certificate.get_subject_part.html
share/doc/gcr-4/method.Certificate.get_subject_raw.html
share/doc/gcr-4/method.Certificate.get_version.html
share/doc/gcr-4/method.Certificate.is_issuer.html
share/doc/gcr-4/method.Certificate.list_extensions.html
share/doc/gcr-4/method.Certificate.mixin_emit_notify.html
share/doc/gcr-4/method.CertificateChain.add.html
share/doc/gcr-4/method.CertificateChain.build.html
@@ -573,10 +599,34 @@ share/doc/gcr-4/method.CertificateChain.get_certificate.html
share/doc/gcr-4/method.CertificateChain.get_endpoint.html
share/doc/gcr-4/method.CertificateChain.get_length.html
share/doc/gcr-4/method.CertificateChain.get_status.html
share/doc/gcr-4/method.CertificateExtension.get_description.html
share/doc/gcr-4/method.CertificateExtension.get_oid.html
share/doc/gcr-4/method.CertificateExtension.get_value.html
share/doc/gcr-4/method.CertificateExtension.is_critical.html
share/doc/gcr-4/method.CertificateExtensionAuthorityInfoAccess.get_description.html
share/doc/gcr-4/method.CertificateExtensionAuthorityKeyIdentifier.get_authority_cert_issuer.html
share/doc/gcr-4/method.CertificateExtensionAuthorityKeyIdentifier.get_authority_cert_serial_number.html
share/doc/gcr-4/method.CertificateExtensionAuthorityKeyIdentifier.get_key_id.html
share/doc/gcr-4/method.CertificateExtensionBasicConstraints.get_path_len_constraint.html
share/doc/gcr-4/method.CertificateExtensionBasicConstraints.is_ca.html
share/doc/gcr-4/method.CertificateExtensionCertificatePolicies.get_policy.html
share/doc/gcr-4/method.CertificateExtensionCrlDistributionPoints.get_distribution_point.html
share/doc/gcr-4/method.CertificateExtensionExtendedKeyUsage.get_descriptions.html
share/doc/gcr-4/method.CertificateExtensionExtendedKeyUsage.get_oids.html
share/doc/gcr-4/method.CertificateExtensionKeyUsage.get_descriptions.html
share/doc/gcr-4/method.CertificateExtensionKeyUsage.get_usages.html
share/doc/gcr-4/method.CertificateExtensionList.find_by_oid.html
share/doc/gcr-4/method.CertificateExtensionList.get_extension.html
share/doc/gcr-4/method.CertificateExtensionSubjectAltName.get_name.html
share/doc/gcr-4/method.CertificateExtensionSubjectKeyIdentifier.get_key_id.html
share/doc/gcr-4/method.CertificateField.get_label.html
share/doc/gcr-4/method.CertificateField.get_section.html
share/doc/gcr-4/method.CertificateField.get_value.html
share/doc/gcr-4/method.CertificateField.get_value_type.html
share/doc/gcr-4/method.CertificatePolicy.get_name.html
share/doc/gcr-4/method.CertificatePolicy.get_oid.html
share/doc/gcr-4/method.CertificatePolicyQualifier.get_name.html
share/doc/gcr-4/method.CertificatePolicyQualifier.get_oid.html
share/doc/gcr-4/method.CertificateRequest.complete.html
share/doc/gcr-4/method.CertificateRequest.complete_async.html
share/doc/gcr-4/method.CertificateRequest.complete_finish.html
@@ -587,6 +637,12 @@ share/doc/gcr-4/method.CertificateRequest.set_cn.html
share/doc/gcr-4/method.CertificateSection.get_fields.html
share/doc/gcr-4/method.CertificateSection.get_flags.html
share/doc/gcr-4/method.CertificateSection.get_label.html
share/doc/gcr-4/method.DistributionPoint.get_full_name.html
share/doc/gcr-4/method.DistributionPoint.get_relative_name_part.html
share/doc/gcr-4/method.GeneralName.get_description.html
share/doc/gcr-4/method.GeneralName.get_value.html
share/doc/gcr-4/method.GeneralName.get_value_raw.html
share/doc/gcr-4/method.GeneralNames.get_name.html
share/doc/gcr-4/method.ImportInteraction.supplement.html
share/doc/gcr-4/method.ImportInteraction.supplement_async.html
share/doc/gcr-4/method.ImportInteraction.supplement_finish.html
@@ -660,6 +716,13 @@ share/doc/gcr-4/method.SecretExchange.get_secret.html
share/doc/gcr-4/method.SecretExchange.receive.html
share/doc/gcr-4/method.SecretExchange.send.html
share/doc/gcr-4/method.SshAskpass.get_interaction.html
share/doc/gcr-4/method.SubjectPublicKeyInfo.copy.html
share/doc/gcr-4/method.SubjectPublicKeyInfo.free.html
share/doc/gcr-4/method.SubjectPublicKeyInfo.get_algorithm_description.html
share/doc/gcr-4/method.SubjectPublicKeyInfo.get_algorithm_oid.html
share/doc/gcr-4/method.SubjectPublicKeyInfo.get_algorithm_parameters_raw.html
share/doc/gcr-4/method.SubjectPublicKeyInfo.get_key.html
share/doc/gcr-4/method.SubjectPublicKeyInfo.get_key_size.html
share/doc/gcr-4/method.SystemPrompt.close.html
share/doc/gcr-4/method.SystemPrompt.close_async.html
share/doc/gcr-4/method.SystemPrompt.close_finish.html
@@ -678,6 +741,13 @@ share/doc/gcr-4/property.Certificate.label.html
share/doc/gcr-4/property.Certificate.subject-name.html
share/doc/gcr-4/property.CertificateChain.length.html
share/doc/gcr-4/property.CertificateChain.status.html
share/doc/gcr-4/property.CertificateExtension.critical.html
share/doc/gcr-4/property.CertificateExtension.oid.html
share/doc/gcr-4/property.CertificateExtension.value.html
share/doc/gcr-4/property.CertificateExtensionAuthorityInfoAccess.n-items.html
share/doc/gcr-4/property.CertificateExtensionCertificatePolicies.n-items.html
share/doc/gcr-4/property.CertificateExtensionCrlDistributionPoints.n-items.html
share/doc/gcr-4/property.CertificateExtensionList.n-items.html
share/doc/gcr-4/property.CertificateField.label.html
share/doc/gcr-4/property.CertificateField.section.html
share/doc/gcr-4/property.CertificateField.value.html
@@ -720,6 +790,7 @@ share/doc/gcr-4/signal.SystemPrompter.new-prompt.html
share/doc/gcr-4/solarized-dark.css
share/doc/gcr-4/solarized-light.css
share/doc/gcr-4/struct.Parsed.html
share/doc/gcr-4/struct.SubjectPublicKeyInfo.html
share/doc/gcr-4/style.css
share/doc/gcr-4/trust-store.html
share/doc/gcr-4/type_func.Certificate.mixin_class_init.html