kirkstone merge request: Sept 5th
The following changes since commit acbe74879807fc6f82b62525d32c823899e19036:
cryptsetup: Add support for building without SSH tokens (2022-08-09 09:51:57 -0700) are available in the Git repository at: https://git.openembedded.org/meta-openembedded kirkstone-next for you to fetch changes up to 8f96c05f6d82fde052f2cb1652c13922814accb0: lmdb: only set SONAME on the shared library (2022-09-04 07:52:16 -0400) ---------------------------------------------------------------- Changqing Li (2): fuse3: support ptest fuse3: fix ptest test_passthrough_hp failure Justin Bronder (1): lmdb: only set SONAME on the shared library Khem Raj (1): audit: Upgrade to 3.0.8 and fix build with linux 5.17+ Lei Maohui (1): xrdp: Fix buildpaths warning. Saul Wold (10): libipc-signal-perl: Fix LICENSE string libdigest-hmac-perl: Fix LICENSE string libio-socket-ssl-perl: Fix LICENSE string libdigest-sha1-perl: Fix LICENSE string libmime-types-perl: Fix LICENSE string libauthen-sasl-perl: Fix LICENSE string libnet-ldap-perl: Fix LICENSE string libxml-libxml-perl: Fix LICENSE string libnet-telnet-perl: Fix LICENSE string libproc-waitstat-perl: Fix LICENSE string ...01-test-test_syscalls.c-allow-EBADF-in-fcheck_stat-631.patch | 45 +++++++++++++++++++++++++++++ meta-filesystems/recipes-support/fuse/fuse3_3.10.5.bb | 26 ++++++++++++++--- .../lmdb/files/0001-make-set-soname-on-liblmdb.patch | 22 ++++++++++++++ meta-oe/recipes-dbs/lmdb/lmdb_0.9.29.bb | 3 +- .../audit/audit/Fixed-swig-host-contamination-issue.patch | 13 ++------- .../recipes-security/audit/{audit_3.0.7.bb => audit_3.0.8.bb} | 7 ++++- meta-oe/recipes-support/xrdp/xrdp_0.9.18.bb | 1 + meta-perl/recipes-perl/libauthen/libauthen-sasl-perl_2.16.bb | 2 +- meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.03.bb | 2 +- meta-perl/recipes-perl/libdigest/libdigest-sha1-perl_2.13.bb | 2 +- meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.074.bb | 2 +- meta-perl/recipes-perl/libipc/libipc-signal-perl_1.00.bb | 2 +- meta-perl/recipes-perl/libmime/libmime-types-perl_2.17.bb | 2 +- meta-perl/recipes-perl/libnet/libnet-ldap-perl_0.68.bb | 2 +- meta-perl/recipes-perl/libnet/libnet-telnet-perl_3.05.bb | 2 +- meta-perl/recipes-perl/libproc/libproc-waitstat-perl_1.00.bb | 2 +- meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0134.bb | 2 +- 17 files changed, 110 insertions(+), 27 deletions(-) create mode 100644 meta-filesystems/recipes-support/fuse/fuse3/0001-test-test_syscalls.c-allow-EBADF-in-fcheck_stat-631.patch create mode 100644 meta-oe/recipes-dbs/lmdb/files/0001-make-set-soname-on-liblmdb.patch rename meta-oe/recipes-security/audit/{audit_3.0.7.bb => audit_3.0.8.bb} (93%) |
|