$ git clone -n https://gitee.com/ocs-commit/gnutls.git /var/lib/mock/dist-ocs23-base-build-326247-34932/root/chroot_tmpdir/scmroot/gnutls Cloning into '/var/lib/mock/dist-ocs23-base-build-326247-34932/root/chroot_tmpdir/scmroot/gnutls'... $ git fetch origin master:KOJI_FETCH_HEAD From https://gitee.com/ocs-commit/gnutls * [new branch] master -> KOJI_FETCH_HEAD $ git reset --hard KOJI_FETCH_HEAD HEAD is now at 955dc25 - [Type] bugfix - [DESC] Apply patches from rpm-tracker - [Bug Fix] 6e118a4dfe820ce62fc77130b89188bcd8fbcaad.patch: x509: fix incorrect handling in name constraints merging - [Bug Fix] 546a95668eed1caf47fb3621652507927b273e86.patch: tests/key-usage-ecdhe-rsa.c: Add gnutls_free() to avoid memory leak - [Bug Fix] a74a02ca236d86573f825705aea250e4d66954cb.patch: Add check for memory allocation APIs to avoid NULL pointer dereference - [Bug Fix] b58b2fb5059636b6ffba75554713b01bc653fb45.patch: lib/x509/x509_dn.c: Add check for gnutls_calloc - [Bug Fix] cd656dbb97bade7d46264b71061268b299f17e6b.patch: lib/pkcs11_privkey.c: Add check for gnutls_malloc - [Bug Fix] d424e3992ad1e1fd1ad0bf24309ada6494565f39.patch: src/pkcs11.c: Add check for gnutls_malloc and gnutls_strdup - [Bug Fix] d6e45b175c49fc608f64b9beea792f2f64b97bb4.patch: tests/psk-importer.c: Add check for gnutls_malloc to avoid potential NULL pointer dereference - [Bug Fix] 3145b5dd4ecc3e2a0e2e9029a70fb07942b2caf5.patch: lib/anon_cred.c: Add check for gnutls_calloc - [Bug Fix] 5376a0cabf94314316005e6bf411ffcc7628b386.patch: key_update: fix state transition in KTLS code path - [Bug Fix] 22a9984242295215815fc95fb503587ebbd92e21.patch: lib/ext/srp.c: Add gnutls_free() to avoid memory leak - [Bug Fix] b42a9986914824995405050621b77ce1e20de16c.patch: lib/hello_ext.c: Add check for gnutls_strdup() - [Bug Fix] d4b550e906337b38e43ed708cf5d12e0dc6a78ac.patch: lib/file.c: Add check for gnutls_malloc() - [Bug Fix] e75c58ae30839167b727cfcc5a9ff1965e722e72.patch: lib/ext/srp.c: Add gnutls_free() in the error path - [Bug Fix] 7a4e4dcb1f6a0b75338bfb8964a4b98fe6ee8f55.patch: lib/cert-cred-rawpk.c: Add gnutls_free() and gnutls_pcert_deinit() in the error paths - [Bug Fix] 543a856edddc1f59410aa2b4432c2980617b6408.patch: fuzz/gnutls_srp_server_fuzzer.c: Add check for gnutls_malloc() - [Bug Fix] 1b69a374e656967be41200fd93303e6ed82a1ba4.patch: lib/hello_ext.c: Add gnutls_free() to avoid memory leak - [Bug Fix] 9d567481dad33c4044baa4e659862ee096d014ae.patch: lib/x509/x509_ext.c: Add gnutls_free() to avoid memory leak - [Bug Fix] 3e17d5a3ce139a847d583b1ae523d61e3fbc01ad.patch: tests/x509-cert-callback-ocsp.c: Free p and certs on error to avoid memory leak - [Bug Fix] 65ea222746c316eea9efafdcb939c34601aac90e.patch: tests/x509-cert-callback.c: Free p and certs on error to avoid memory leak - [Bug Fix] 4ae9ded86bb93d462be308b9e8b2f96a3ad1a14d.patch: src/danetool.c: Use gnutls_hex_encode2() instead of gnutls_hex_encode() to avoid memory leak - [Bug Fix] 1e158c0636c2320cfa530b22a7b25ddd5861b0ba.patch: algorithms: map GNUTLS_MAC_SHAKE_{128,256} to GNUTLS_DIG_SHAKE_{128,256} - [Bug Fix] d4f89317dd3ada61c4e1aec1fb0a0cf3f94c7e2e.patch: lib/accelerated/aarch64/hmac-sha-aarch64.c: Add gnutls_free() to avoid memory leak - [Bug Fix] 2b9886e0410f1c570a88e57c78206b11d76c3219.patch: lib/accelerated/x86/hmac-x86-ssse3.c: Add gnutls_free() to avoid memory leak - [Bug Fix] 13e8508fd1b11d76eb414d37d335984c4e3ef4d6.patch: lib/accelerated/x86/hmac-padlock.c: Add gnutls_free() to avoid memory leak - [Bug Fix] 34550badfe4765f2d33d216a47d704896f99cd69.patch: lib/accelerated/x86/sha-padlock.c: Free ctx on error to avoid memory leak - [Bug Fix] 583006bbd07c2475466458db5d859bb965090606.patch: lib/accelerated/x86/sha-x86-ssse3.c: Free ctx on error to avoid memory leak - [Bug Fix] 7b655efd3de3ba8656e512c5a1ba5f723de41208.patch: lib/pk.c: Free tmp_output on error to avoid memory leak - [Bug Fix] d2ef0423e2dc1aef1bb12c232d0cc60d620637fa.patch: lib/accelerated/x86/sha-x86-ssse3.c: Free ctx on error to avoid memory leak - [Bug Fix] 247640a84f6aa7dddf6e2380d7189542b5483a4a.patch: kTLS: add new keyupdate error return on recv