Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package conscrypt for openSUSE:Factory checked in at 2026-07-07 21:03:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/conscrypt (Old) and /work/SRC/openSUSE:Factory/.conscrypt.new.1982 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "conscrypt" Tue Jul 7 21:03:57 2026 rev:5 rq:1364173 version:2.5.2 Changes: -------- --- /work/SRC/openSUSE:Factory/conscrypt/conscrypt.changes 2026-05-30 23:01:09.735731476 +0200 +++ /work/SRC/openSUSE:Factory/.conscrypt.new.1982/conscrypt.changes 2026-07-07 21:06:37.605386601 +0200 @@ -1,0 +2,7 @@ +Tue Jul 7 06:17:27 UTC 2026 - Fridrich Strba <[email protected]> + +- Added patch: + * boringssl.patch + + Allow building with newer boringssl + +------------------------------------------------------------------- New: ---- boringssl.patch ----------(New B)---------- New:- Added patch: * boringssl.patch + Allow building with newer boringssl ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ conscrypt.spec ++++++ --- /var/tmp/diff_new_pack.dRLNep/_old 2026-07-07 21:06:38.293410686 +0200 +++ /var/tmp/diff_new_pack.dRLNep/_new 2026-07-07 21:06:38.297410825 +0200 @@ -28,6 +28,7 @@ URL: https://github.com/google/%{name} Source0: %{url}/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: https://repo1.maven.org/maven2/org/%{name}/%{name}-openjdk/%{version}/%{name}-openjdk-%{version}.pom +Patch0: boringssl.patch BuildRequires: boringssl-devel BuildRequires: cmake BuildRequires: fdupes @@ -52,6 +53,7 @@ %prep %setup -q cp %{SOURCE1} openjdk/pom.xml +%patch -P 0 -p1 %pom_xpath_remove pom:packaging openjdk %pom_add_plugin org.apache.maven.plugins:maven-jar-plugin openjdk \ ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.dRLNep/_old 2026-07-07 21:06:38.341412366 +0200 +++ /var/tmp/diff_new_pack.dRLNep/_new 2026-07-07 21:06:38.349412645 +0200 @@ -1,6 +1,6 @@ -mtime: 1780127457 -commit: 7a30950880bbee82ae5899359b1faac229b5c27a70fac0a492c86f8593d92860 +mtime: 1783405105 +commit: 8b867e3d7ddc7b784a46bf9cc440e6f4b6bdd133348a289898e2ed688325ebdd url: https://src.opensuse.org/java-packages/conscrypt -revision: 7a30950880bbee82ae5899359b1faac229b5c27a70fac0a492c86f8593d92860 +revision: 8b867e3d7ddc7b784a46bf9cc440e6f4b6bdd133348a289898e2ed688325ebdd projectscmsync: https://src.opensuse.org/java-packages/_ObsPrj ++++++ boringssl.patch ++++++ --- conscrypt-2.5.2/common/src/jni/main/cpp/conscrypt/native_crypto.cc 2026-07-07 07:51:16.877064463 +0200 +++ conscrypt-2.5.2/common/src/jni/main/cpp/conscrypt/native_crypto.cc 2026-07-07 07:57:12.434671592 +0200 @@ -5665,7 +5665,9 @@ X509_EXTENSION_free(ext); // Invalidate the cached encoding +#if !defined(OPENSSL_IS_BORINGSSL) X509_CINF_set_modified(X509_get_cert_info(x509)); +#endif } } @@ -5764,7 +5766,9 @@ } X509_PUBKEY* pubkey = X509_get_X509_PUBKEY(x509); - return ASN1_OBJECT_to_OID_string(env, pubkey->algor->algorithm); + ASN1_OBJECT *alg = nullptr; + X509_PUBKEY_get0_param(&alg, nullptr, nullptr, nullptr, pubkey); + return ASN1_OBJECT_to_OID_string(env, alg); } static jstring NativeCrypto_get_X509_sig_alg_oid(JNIEnv* env, jclass, jlong x509Ref, ++++++ build.specials.obscpio ++++++ ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-07-07 08:18:25.000000000 +0200 @@ -0,0 +1 @@ +.osc
