From 909f98329164c2884142cd8d6ec158748e784c61 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 26 Nov 2021 11:45:27 +0100 Subject: update to 3.2.4 --- compat_reports/3.2.3_to_3.2.4/compat_report.html | 692 +++++++++++++++++++++ ...hbase-0001-enforce-system-crypto-policies.patch | 4 +- libcouchbase.spec | 5 +- libcouchbase.xml | 2 +- 4 files changed, 699 insertions(+), 4 deletions(-) create mode 100644 compat_reports/3.2.3_to_3.2.4/compat_report.html diff --git a/compat_reports/3.2.3_to_3.2.4/compat_report.html b/compat_reports/3.2.3_to_3.2.4/compat_report.html new file mode 100644 index 0000000..48acb41 --- /dev/null +++ b/compat_reports/3.2.3_to_3.2.4/compat_report.html @@ -0,0 +1,692 @@ + + + + + + + + + +libcouchbase: 3.2.3 to 3.2.4 compatibility report + + + +

API compatibility report for the libcouchbase library between 3.2.3 and 3.2.4 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibcouchbase
Version #13.2.3
Version #23.2.4
Archx86_64
GCC Version11
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files26
Total Libraries1
Total Symbols / Types658 / 382
Compatibility100%
+

Problem Summary


+ + + + + + + + + + +
SeverityCount
Added Symbols-0
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0
Other Changes
in Data Types
-2
+ + +

Other Changes in Data Types  2 


+error.h
+ +[+] enum lcb_STATUS  2  +
+ + +
+to the top
+

Header Files  26 


+
+assert.h
+auth.h
+cntl-private.h
+cntl.h
+configuration.h
+couchbase.h
+crypto.h
+iometrics.h
+iops.h
+ixmgmt.h
+kvbuf.h
+libev_io_opts.h
+libevent_io_opts.h
+libuv_compat.h
+libuv_io_opts.h
+logger.h
+metrics.h
+pktfwd.h
+plugin-internal.h
+select_io_opts.h
+sysdefs.h
+tracing.h
+utils.h
+vbucket.h
+visibility.h
+wsaerr.h
+
+
to the top
+

Libraries  1 


+
+libcouchbase.so.8.0.4
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibcouchbase
Version #13.2.3
Version #23.2.4
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files26
Total Libraries1
Total Symbols / Types664 / 388
Compatibility100%
+

Problem Summary


+ + + + + + + + + + +
SeverityCount
Added Symbols-0
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low3
Other Changes
in Data Types
-2
+ + +

Problems with Constants, Low Severity  3 


+configuration.h
+ +[+] LCB_VERSION +
+ + + +[+] LCB_VERSION_CHANGESET +
+ + + +[+] LCB_VERSION_STRING +
+ + +
+to the top
+ +

Other Changes in Data Types  2 


+error.h
+ +[+] enum lcb_STATUS  2  +
+ + +
+to the top
+

Header Files  26 


+
+assert.h
+auth.h
+cntl-private.h
+cntl.h
+configuration.h
+couchbase.h
+crypto.h
+iometrics.h
+iops.h
+ixmgmt.h
+kvbuf.h
+libev_io_opts.h
+libevent_io_opts.h
+libuv_compat.h
+libuv_io_opts.h
+logger.h
+metrics.h
+pktfwd.h
+plugin-internal.h
+select_io_opts.h
+sysdefs.h
+tracing.h
+utils.h
+vbucket.h
+visibility.h
+wsaerr.h
+
+
to the top
+

Libraries  1 


+
+libcouchbase.so.8.0.4
+
+
to the top
+



+ +
+ + diff --git a/libcouchbase-0001-enforce-system-crypto-policies.patch b/libcouchbase-0001-enforce-system-crypto-policies.patch index 3f43cac..097de76 100644 --- a/libcouchbase-0001-enforce-system-crypto-policies.patch +++ b/libcouchbase-0001-enforce-system-crypto-policies.patch @@ -12,7 +12,7 @@ diff --git a/src/ssl/ssl_common.c b/src/ssl/ssl_common.c index 4d64bb35..8c4e785f 100644 --- a/src/ssl/ssl_common.c +++ b/src/ssl/ssl_common.c -@@ -305,11 +305,7 @@ lcbio_pSSLCTX lcbio_ssl_new(const char *tsfile, const char *cafile, const char * +@@ -304,11 +304,7 @@ lcbio_pSSLCTX lcbio_ssl_new(const char * lcb_STATUS err_s; lcbio_pSSLCTX ret; @@ -23,7 +23,7 @@ index 4d64bb35..8c4e785f 100644 - "CBC-SHA:EXP-EDH-DSS-DES-CBC-SHA:EXP-DES-CBC-SHA:EXP-RC2-CBC-MD5:EXP-RC2-CBC-MD5:EXP-RC4-MD5:EXP-RC4-MD5"; + static const char *default_ssl_cipher_list = "PROFILE=SYSTEM"; - const char* cipher_list = getenv("LCB_SSL_CIPHER_LIST"); + const char *cipher_list = getenv("LCB_SSL_CIPHER_LIST"); #ifdef HAVE_CIPHERSUITES -- 2.29.2 diff --git a/libcouchbase.spec b/libcouchbase.spec index f76d819..9269cba 100644 --- a/libcouchbase.spec +++ b/libcouchbase.spec @@ -31,7 +31,7 @@ Name: %{libname}%{soname} %else Name: %{libname} %endif -Version: 3.2.3 +Version: 3.2.4 Release: 1%{?dist} Summary: Couchbase client library Group: System Environment/Libraries @@ -278,6 +278,9 @@ make %{_smp_mflags} alltests test ARGS=%{_smp_mflags} %changelog +* Thu Nov 25 2021 Remi Collet - 3.2.4-1 +- update to 3.2.4 + * Wed Oct 20 2021 Remi Collet - 3.2.3-1 - update to 3.2.3 diff --git a/libcouchbase.xml b/libcouchbase.xml index 830dfc0..801aa23 100644 --- a/libcouchbase.xml +++ b/libcouchbase.xml @@ -9,7 +9,7 @@ -3.2.3 +3.2.4 -- cgit