This is an automated email from the ASF dual-hosted git repository.
yuchenhe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git
The following commit(s) were added to refs/heads/master by this push:
new 532503a feat(security): add thirdparty lib when pack server (#664)
532503a is described below
commit 532503a80be3cf4bd0ee17e51950e00dd86c9110
Author: zhao liwei <[email protected]>
AuthorDate: Mon Dec 28 14:25:11 2020 +0800
feat(security): add thirdparty lib when pack server (#664)
---
scripts/pack_server.sh | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/scripts/pack_server.sh b/scripts/pack_server.sh
index c78471d..94b7f72 100755
--- a/scripts/pack_server.sh
+++ b/scripts/pack_server.sh
@@ -112,6 +112,13 @@ copy_file ./rdsn/thirdparty/output/lib/libPoco*.so.48
${pack}/bin
copy_file ./rdsn/thirdparty/output/lib/libtcmalloc_and_profiler.so.4
${pack}/bin
copy_file ./rdsn/thirdparty/output/lib/libboost*.so.1.69.0 ${pack}/bin
copy_file ./rdsn/thirdparty/output/lib/libhdfs* ${pack}/bin
+copy_file ./rdsn/thirdparty/output/lib/libsasl2.so.3 ${pack}/bin
+copy_file ./rdsn/thirdparty/output/lib/libcom_err.so.3 ${pack}/bin
+copy_file ./rdsn/thirdparty/output/lib/libgssapi_krb5.so.2 ${pack}/bin
+copy_file ./rdsn/thirdparty/output/lib/libkrb5support.so.0 ${pack}/bin
+copy_file ./rdsn/thirdparty/output/lib/libkrb5.so.3 ${pack}/bin
+copy_file ./rdsn/thirdparty/output/lib/libk5crypto.so.3 ${pack}/bin
+copy_file ./rdsn/thirdparty/output/lib/sasl2 ${pack}/bin
copy_file ./scripts/sendmail.sh ${pack}/bin
copy_file ./src/server/config.ini ${pack}/bin
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]