[PATCH 2/2] ndr: revert libndr.so.3 soname bump
Michael Tokarev
mjt at tls.msk.ru
Tue Nov 1 09:21:13 UTC 2022
After the previous change adding compatibility symbol, revert
libndr soname bump from 2.0.0 to 3.0.0, and bump it to 2.0.1
instead. This renames whole ndr-3.0.0.sigs to ndr-2.0.1.sigs.
Signed-off-by: Michael Tokarev <mjt at tls.msk.ru>
---
librpc/ABI/{ndr-3.0.0.sigs => ndr-2.0.1.sigs} | 0
librpc/wscript_build | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
rename librpc/ABI/{ndr-3.0.0.sigs => ndr-2.0.1.sigs} (100%)
diff --git a/librpc/ABI/ndr-3.0.0.sigs b/librpc/ABI/ndr-2.0.1.sigs
similarity index 100%
rename from librpc/ABI/ndr-3.0.0.sigs
rename to librpc/ABI/ndr-2.0.1.sigs
diff --git a/librpc/wscript_build b/librpc/wscript_build
index cf9085c0884..dbe66a23f45 100644
--- a/librpc/wscript_build
+++ b/librpc/wscript_build
@@ -654,7 +654,7 @@ bld.SAMBA_LIBRARY('ndr',
public_deps='samba-errors talloc samba-util util_str_hex',
public_headers='gen_ndr/misc.h gen_ndr/ndr_misc.h ndr/libndr.h:ndr.h',
header_path= [('*gen_ndr*', 'gen_ndr')],
- vnum='3.0.0',
+ vnum='2.0.1',
abi_directory='ABI',
abi_match='!ndr_table_* ndr_* GUID_* _ndr_pull_error* _ndr_push_error*',
)
--
2.30.2
More information about the samba-technical
mailing list