- 02 Apr, 2022 3 commits
-
-
Sakib Sajal authored
Signed-off-by:
Sakib Sajal <sakib.sajal@windriver.com> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Armin Kuster authored
Point to patchwork.yoctoproject.org Signed-off-by:
Armin Kuster <akuster808@gmail.com> Signed-off-by:
Khem Raj <raj.khem@gmail.com> (cherry picked from commit 8b8bfbca ) Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Jeremy A. Puhlman authored
upstream commit 245afbc8 If you add -dev packages to an image, as in an sdk, ${PN}-dev is pulled in, which depends on ${PN} which no longer exists in the new package layout. Error: Problem: conflicting requests - nothing provides cdrkit = 1.1.11-r0.1 needed by cdrkit-dev-1.1.11-r0.1.corei7_64 (try to add '--skip-broken' to skip uninstallable packages) Signed-off-by:
Jeremy A. Puhlman <jpuhlman@mvista.com> Signed-off-by:
Khem Raj <raj.khem@gmail.com> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
- 23 Feb, 2022 3 commits
-
-
Christian Eggers authored
The `dot` tool requires to be run once after installation in order to create its configuration file. The do_prepare_recipe_sysroot task uses do_populate_sysroot in order to prepare the recipe-sysroot-native. Package postinstall scripts are not executed for -native packages, but files under ${BINDIR}/postinst-* are. This is quite the same as graphviz-setup.sh does for nativesdk. The general idea has been taken from OECORE/meta/classes/pixbufcache.bbclass. Signed-off-by:
Christian Eggers <ceggers@arri.de> Signed-off-by:
Khem Raj <raj.khem@gmail.com> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Christian Eggers authored
The upstream ebtables-legacy-save perl script is replaced by a bash implementation (taken from Fedora). So there's nothing left which RDEPENDs on perl. Signed-off-by:
Christian Eggers <ceggers@arri.de> Signed-off-by:
Khem Raj <raj.khem@gmail.com> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Kai Kang authored
CVE: CVE-2021-29338 Ref: * https://github.com/uclouvain/openjpeg/issues/1338 Signed-off-by:
Kai Kang <kai.kang@windriver.com> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
- 30 Jan, 2022 8 commits
-
-
Trevor Gamblin authored
Backport three patches from 9.0.0 upstream to fix CVES. Signed-off-by:
Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Leif Middelschulte authored
The missing `return` statement leads to a `SIGABRT`. Signed-off-by:
Leif Middelschulte <Leif.Middelschulte@klsmartin.com> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Daniel Klauer authored
The license files were renamed in oe-core to match the SPDX names. Most recipes here were already updated in commit ed54f12e ("recipes: Update common-licenses references to match new names"), but spidev-test was still missing. Signed-off-by:
Daniel Klauer <daniel.klauer@gin.de> Signed-off-by:
Khem Raj <raj.khem@gmail.com> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Armin Kuster authored
Upstream created a branch for the sources for this version. update accordingly Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Mingli Yu authored
Remove c11_atomics.patch as the logic is already included in the new version [1]. [1] https://github.com/MariaDB/server/commit/f502ccbcb5dfce29067434885a23db8d1bd5f134 Signed-off-by:
Mingli Yu <mingli.yu@windriver.com> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Mingli Yu authored
KillMode=none is deprecated, so we need to stop using it [1]. For now, use `KillMode=mixed` and `IgnoreOnIsolate=true` instead. In the future, we should change plymouth to be able to exit and start again without restarting the active animation, but that's going to require some effort. [1] https://gitlab.freedesktop.org/plymouth/plymouth/-/issues/123 Signed-off-by:
Mingli Yu <mingli.yu@windriver.com> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
He Zhe authored
The protobuf 3.15.2 suffers from the C++ "Static Initialization Fiasco" issue. This patches makes the extension attributes have a higher priority than the attributes, so there's no possibility of random initialization orders. Signed-off-by:
Jani Nurminen <jani.nurminen@windriver.com> Upstream-Status: Pending Signed-off-by:
He Zhe <zhe.he@windriver.com> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Robert Joslyn authored
This is a security and bugfix release. With this update, the backported patches for CVE-2021-2314 and CVE-2021-23222 are no longer needed. Full release notes are available at: https://www.postgresql.org/docs/release/13.5/ Signed-off-by:
Robert Joslyn <robert.joslyn@redrectangle.org> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
- 27 Jan, 2022 3 commits
-
-
Chen Qi authored
Upgrade udisks2 from 2.9.2 to 2.9.4. This upgrade will solves CVE-2021-3802. Signed-off-by:
Chen Qi <Qi.Chen@windriver.com> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Armin Kuster authored
For more infromation, see: https://www.wireshark.org/docs/relnotes/wireshark-3.4.11.html refresh 0004-lemon-Remove-line-directives.patch Includes CVEs: 3.4.11: wnpa-sec-2021-16 Gryphon dissector crash. Issue 17737. CVE-2021-4186. wnpa-sec-2021-17 RTMPT dissector infinite loop. Issue 17745. CVE-2021-4185. wnpa-sec-2021-18 BitTorrent DHT dissector infinite loop. Issue 17754. CVE-2021-4184. wnpa-sec-2021-20 RFC 7468 file parser infinite loop. Issue 17801. CVE-2021-4182. wnpa-sec-2021-21 Sysdig Event dissector crash. CVE-2021-4181. 3.4.10: wnpa-sec-2021-07 Bluetooth DHT dissector crash. Issue 17651. CVE-2021-39929. wnpa-sec-2021-08 Bluetooth HCI_ISO dissector crash. Issue 17649. CVE-2021-39926. wnpa-sec-2021-09 Bluetooth SDP dissector crash. Issue 17635. CVE-2021-39925. wnpa-sec-2021-10 Bluetooth DHT dissector large loop. Issue 17677. CVE-2021-39924. wnpa-sec-2021-11 PNRP dissector large loop. Issue 17684. wnpa-sec-2021-12 C12.22 dissector crash. Issue 17636. CVE-2021-39922. wnpa-sec-2021-13 IEEE 802.11 dissector crash. Issue 17704. CVE-2021-39928. wnpa-sec-2021-14 Modbus dissector crash. Issue 17703. CVE-2021-39921. wnpa-sec-2021-15 IPPUSB dissector crash. Issue 17705. CVE-2021-39920. Signed-off-by:
Armin Kuster <akuster808@gmail.com> (cherry picked from commit 89bf10d0 ) Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
wangmy authored
Changelog: ========== *) SECURITY: CVE-2021-44790: Possible buffer overflow when parsing multipart content in mod_lua of Apache HTTP Server 2.4.51 and earlier (cve.mitre.org) A carefully crafted request body can cause a buffer overflow in the mod_lua multipart parser (r:parsebody() called from Lua scripts). The Apache httpd team is not aware of an exploit for the vulnerabilty though it might be possible to craft one. This issue affects Apache HTTP Server 2.4.51 and earlier. *) SECURITY: CVE-2021-44224: Possible NULL dereference or SSRF in forward proxy configurations in Apache HTTP Server 2.4.51 and earlier (cve.mitre.org) A crafted URI sent to httpd configured as a forward proxy (ProxyRequests on) can cause a crash (NULL pointer dereference) or, for configurations mixing forward and reverse proxy declarations, can allow for requests to be directed to a declared Unix Domain Socket endpoint (Server Side Request Forgery). This issue affects Apache HTTP Server 2.4.7 up to 2.4.51 (included). *) http: Enforce that fully qualified uri-paths not to be forward-proxied have an http(s) scheme, and that the ones to be forward proxied have a hostname, per HTTP specifications. *) OpenSSL autoconf detection improvement: pick up openssl.pc in the specified openssl path. *) mod_proxy_connect, mod_proxy: Do not change the status code after we already sent it to the client. *) mod_http: Correctly sent a 100 Continue status code when sending an interim response as result of an Expect: 100-Continue in the request and not the current status code of the request. PR 65725 *) mod_dav: Some DAV extensions, like CalDAV, specify both document elements and property elements that need to be taken into account when generating a property. The document element and property element are made available in the dav_liveprop_elem structure by calling dav_get_liveprop_element(). *) mod_dav: Add utility functions dav_validate_root_ns(), dav_find_child_ns(), dav_find_next_ns(), dav_find_attr_ns() and dav_find_attr() so that other modules get to play too. *) mpm_event: Restart stopping of idle children after a load peak. PR 65626. *) mod_http2: fixes 2 regressions in server limit handling. 1. When reaching server limits, such as MaxRequestsPerChild, the HTTP/2 connection send a GOAWAY frame much too early on new connections, leading to invalid protocol state and a client failing the request. See PR65731. The module now initializes the HTTP/2 protocol correctly and allows the client to submit one request before the shutdown via a GOAWAY frame is being announced. 2. A regression in v1.15.24 was fixed that could lead to httpd child processes not being terminated on a graceful reload or when reaching MaxConnectionsPerChild. When unprocessed h2 requests were queued at the time, these could stall. See <https://github.com/icing/mod_h2/issues/212>. *) mod_ssl: Add build support for OpenSSL v3. *) mod_proxy_connect: Honor the smallest of the backend or client timeout while tunneling. *) mod_proxy: SetEnv proxy-nohalfclose (or alike) allows to disable TCP half-close forwarding when tunneling protocols. *) core: Be safe with ap_lingering_close() called with a socket NULL-ed by a third-party module. PR 65627. *) mod_md: Fix memory leak in case of failures to load the private key. PR 65620 *) mod_md: adding v2.4.8 with the following changes - Added support for ACME External Account Binding (EAB). Use the new directive `MDExternalAccountBinding` to provide the server with the value for key identifier and hmac as provided by your CA. While working on some servers, EAB handling is not uniform across CAs. First tests with a Sectigo Certificate Manager in demo mode are successful. But ZeroSSL, for example, seems to regard EAB values as a one-time-use-only thing, which makes them fail if you create a seconde account or retry the creation of the first account with the same EAB. - The directive 'MDCertificateAuthority' now checks if its parameter is a http/https url or one of a set of known names. Those are 'LetsEncrypt', 'LetsEncrypt-Test', 'Buypass' and 'Buypass-Test' for now and they are not case-sensitive. The default of LetsEncrypt is unchanged. - `MDContactEmail` can now be specified inside a `<MDomain dnsname>` section. - Treating 401 HTTP status codes for orders like 403, since some ACME servers seem to prefer that for accessing oders from other accounts. - When retrieving certificate chains, try to read the repsonse even if the HTTP Content-Type is unrecognized. - Fixed a bug that reset the error counter of a certificate renewal and prevented the increasing delays in further attempts. - Fixed the renewal process giving up every time on an already existing order with some invalid domains. Now, if such are seen in a previous order, a new order is created for a clean start over again. See <https://github.com/icing/mod_md/issues/268 > - Fixed a mixup in md-status handler when static certificate files and renewal was configured at the same time. *) mod_md: values for External Account Binding (EAB) can now also be configured to be read from a separate JSON file. This allows to keep server configuration permissions world readable without exposing secrets. *) mod_proxy_uwsgi: Remove duplicate slashes at the beginning of PATH_INFO. PR 65616. Signed-off-by:
Wang Mingyu <wangmy@fujitsu.com> Signed-off-by:
Khem Raj <raj.khem@gmail.com> (cherry picked from commit ea76fc64 ) Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
- 31 Dec, 2021 2 commits
-
-
Yi Zhao authored
Changelog: http://cdn.postfix.johnriley.me/mirrors/postfix-release/official/postfix-3.3.20.HISTORY Signed-off-by:
Yi Zhao <yi.zhao@windriver.com> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Yi Zhao authored
Backport a patch to fix build against glibc 2.34 (e.g. on Fedora 35) Fixes: | In file included from attr_clnt.c:88: | /usr/include/unistd.h:363:13: error: conflicting types for ‘closefrom’; have ‘void(int)’ | 363 | extern void closefrom (int __lowfd) __THROW; | | ^~~~~~~~~ | In file included from attr_clnt.c:87: | ./sys_defs.h:1506:12: note: previous declaration of ‘closefrom’ with type ‘int(int)’ | 1506 | extern int closefrom(int); | | ^~~~~~~~~ Signed-off-by:
Yi Zhao <yi.zhao@windriver.com> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
- 27 Dec, 2021 5 commits
-
-
Sakib Sajal authored
Backport patch to fix CVE-2021-43527. Signed-off-by:
Sakib Sajal <sakib.sajal@windriver.com> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Peter Kjellerstedt authored
The master branch has been renamed to main in the github repo. Change-Id: I19e9ea3998cf22508425d87fceb64ae68fbff166 Signed-off-by:
Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Changqing Li authored
Signed-off-by:
Changqing Li <changqing.li@windriver.com> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Mingli Yu authored
The original fix for team_basic_test.py only change the interpreter to python3, but still some error as below: # ./run-ptest File "/usr/lib64/libteam/ptest/./team_basic_test.py", line 35 print "Usage: team_basic_test.py [OPTION...]" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)? # ./run-ptest RUN #1 # "ip link add testteamx type team" # "teamnl testteamx getoption mode" # "ip link del testteamx" # "modprobe -r team_mode_loadbalance team_mode_roundrobin team_mode_activebackup team_mode_broadcast team" Traceback (most recent call last): File "/usr/lib64/libteam/ptest/./team_basic_test.py", line 206, in <module> main() File "/usr/lib64/libteam/ptest/./team_basic_test.py", line 203, in main btest.run() File "/usr/lib64/libteam/ptest/./team_basic_test.py", line 180, in run self._run_one_loop(i + 1) File "/usr/lib64/libteam/ptest/./team_basic_test.py", line 173, in _run_one_loop self._run_one_mode(mode_name) File "/usr/lib64/libteam/ptest/./team_basic_test.py", line 101, in _run_one_mode cmd_exec("teamnl %s getoption mode" % team_name, "*NOMODE*") File "/usr/lib64/libteam/ptest/./team_basic_test.py", line 80, in cmd_exec raise CmdExecUnexpectedOutputException(output, expected_output) __main__.CmdExecUnexpectedOutputException: Command execution output unexpected: "b'*NOMODE*'" != "*NOMODE*" So rework team_basic_test.py to fix the above issue. Signed-off-by:
Mingli Yu <mingli.yu@windriver.com> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Changqing Li authored
Commit [1] changed the pidfile dir to /var/run/syslog-ng. This also changed the location where the control socket is searched for, causing the following error with systemd: root@qemux86-64:~# syslog-ng-ctl config Error connecting control socket, socket='/var/run/syslog-ng/syslog-ng.ctl', error='No such file or directory' Update the systemd service file to point to the new location. [1] 00d1d63e ("syslog-ng: provide correct PID directory location to restart/stop syslog-ng daemon") (master rev: b57d824f ) Signed-off-by:
lmorales <luisalejandro.moralespena@windriver.com> Signed-off-by:
Ovidiu Panait <ovidiu.panait@windriver.com> Signed-off-by:
Khem Raj <raj.khem@gmail.com> Signed-off-by:
Ovidiu Panait <ovidiu.panait@windriver.com> Signed-off-by:
Changqing Li <changqing.li@windriver.com> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
- 05 Dec, 2021 1 commit
-
-
Jeremy Puhlman authored
master branch has been removed upstream Signed-off-by:
Jeremy A. Puhlman <jpuhlman@mvista.com> [tweeked to apply to previous branch define] Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
- 18 Nov, 2021 3 commits
-
-
Khem Raj authored
Signed-off-by:
Khem Raj <raj.khem@gmail.com> (cherry picked from commit dcb8ab61 ) [Fixup for hardknott context] Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Martin Jansa authored
* with PTEST_ENABLED it enables with-tests PACKAGECONFIG which instead of using system googletest gmock, tries to fetch googletest from github and fails because branch was recently renamed from master to main | -- Found PkgConfig: /OE/tmp-glibc/work/qemux86-oe-linux/sdbus-c++/0.8.3-r0/recipe-sysroot-native/usr/bin/pkg-config (found version "0.29.2") | -- Checking for module 'libsystemd>=236' | -- Found libsystemd, version 249 | -- Building with tests | Fetching googletest... | [1/9] Creating directories for 'googletest-populate' | [1/9] Performing download step (git clone) for 'googletest-populate' | Cloning into 'googletest-src'... | fatal: invalid reference: master | CMake Error at googletest-subbuild/googletest-populate-prefix/tmp/googletest-populate-gitclone.cmake:40 (message): | Failed to checkout tag: 'master' | | | FAILED: googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-download | cd /OE/tmp-glibc/work/qemux86-oe-linux/sdbus-c++/0.8.3-r0/build/_deps && /OE/tmp-glibc/work/qemux86-oe-linux/sdbus-c++/0.8.3-r0/recipe-sysroot-native/usr/bin/cmake -P /OE/tmp-glibc/work/qemux86-oe-linux/sdbus-c++/0.8.3-r0/build/_deps/googletest-subbuild/googletest-populate-prefix/tmp/googletest-populate-gitclone.cmake && /OE/tmp-glibc/work/qemux86-oe-linux/sdbus-c++/0.8.3-r0/recipe-sysroot-native/usr/bin/cmake -E touch /OE/tmp-glibc/work/qemux86-oe-linux/sdbus-c++/0.8.3-r0/build/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-download | ninja: build stopped: subcommand failed. | | CMake Error at /OE/tmp-glibc/work/qemux86-oe-linux/sdbus-c++/0.8.3-r0/recipe-sysroot-native/usr/share/cmake-3.19/Modules/FetchContent.cmake:989 (message): | Build step for googletest failed: 1 | Call Stack (most recent call first): | /OE/tmp-glibc/work/qemux86-oe-linux/sdbus-c++/0.8.3-r0/recipe-sysroot-native/usr/share/cmake-3.19/Modules/FetchContent.cmake:1118:EVAL:2 (__FetchContent_directPopulate) | /OE/tmp-glibc/work/qemux86-oe-linux/sdbus-c++/0.8.3-r0/recipe-sysroot-native/usr/share/cmake-3.19/Modules/FetchContent.cmake:1118 (cmake_language) | tests/CMakeLists.txt:17 (FetchContent_Populate) | | | -- Configuring incomplete, errors occurred! * unfortunately this backported patch fixes the fetching failure, because it uses release-${GOOGLETEST_VERSION} tag instead of now non-existent master branch, but is not enough to prevent fetching from github during do_configure: -- Building with tests -- Could NOT find GTest (missing: GTest_DIR) -- Checking for module 'gmock>=1.10.0' -- No package 'gmock' found Fetching googletest... we also need to add googletest dependency to with-tests PACKAGECONFIG was fixed in meta-oe/master with the upgrade to 1.0.0: https://github.com/openembedded/meta-openembedded/commit/b26b66e5da92718b4e99a57fbfaaef9e751c3cfe#diff-48a847e7323703994fd2ce0fcb731ff860fa955a77cdfe39d71a9cc84a042c06L15 then it's ok and not fetching: -- Building with tests -- Looking for pthread.h -- Looking for pthread.h - found Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Changqing Li authored
Signed-off-by:
Changqing Li <changqing.li@windriver.com> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
- 16 Nov, 2021 1 commit
-
-
Otto Esko authored
- can-utils and dstat recipes were using the colon override syntax introduced in honister - revert back to underline override notation Signed-off-by:
Otto Esko <otto.esko@gmail.com> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
- 13 Nov, 2021 1 commit
-
-
Armin Kuster authored
This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
- 07 Nov, 2021 1 commit
-
-
Zoltán Böszörményi authored
Without the branch setting, this error occurs: ERROR: c-ares-native-1.16.0+gitrAUTOINC+74a1426ba6-r0 do_fetch: Fetcher failure: Unable to find revision 74a1426ba60e2cd7977e53a22ef839c87415066e in branch master even from upstream ERROR: c-ares-native-1.16.0+gitrAUTOINC+74a1426ba6-r0 do_fetch: Fetcher failure for URL: 'git://github.com/c-ares/c-ares.git '. Unable to fetch URL from any source. Signed-off-by:
Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
- 02 Nov, 2021 3 commits
-
-
Khem Raj authored
Since it uses multiple fetch URIs make it explicit to define SRCREV_FORMAT Signed-off-by:
Khem Raj <raj.khem@gmail.com> (cherry picked from commit c5087606 ) Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Khem Raj authored
Since it uses multiple fetch URIs make it explicit to define SRCREV_FORMAT Signed-off-by:
Khem Raj <raj.khem@gmail.com> (cherry picked from commit 196a1286 ) Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Changqing Li authored
refer https://redis.io/ , this upgrade container sereval CVE fixes. Signed-off-by:
Changqing Li <changqing.li@windriver.com> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
- 30 Oct, 2021 1 commit
-
-
Richard Purdie authored
Fixes in OE-Core added some pkgconfig dependencies back and this flagged that the .pc file was in ${PN}, not ${PN}-dev. Fix that. Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by:
Khem Raj <raj.khem@gmail.com> Signed-off-by:
Armin Kuster <akuster808@gmail.com> (cherry picked from commit ea4afdb6 ) [fixup for hardknott context] Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
- 29 Oct, 2021 2 commits
-
-
Changqing Li authored
Fixes CVEs: CVE-2021-32626 CVE-2021-32627 CVE-2021-32628 CVE-2021-32675 CVE-2021-32687 CVE-2021-32762 CVE-2021-41099 Signed-off-by:
Changqing Li <changqing.li@windriver.com> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Armin Kuster authored
Source: Apache.org MR: 113457, 113453 Type: Security Fix Disposition: Backport from apache.org 2.4.51 ChangeID: 9d7b58f49487baff99bf8f101e53217425a2b81f Description: Bug fix only update. LTS version https://httpd.apache.org/security/vulnerabilities_24.html Fixes CVEs: CVE-2021-42013 CVE-2021-41524 CVE-2021-41773 Signed-off-by:
Armin Kuster <akuster@mvista.com> Signed-off-by:
Khem Raj <raj.khem@gmail.com> Signed-off-by:
Changqing Li <changqing.li@windriver.com> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
- 23 Oct, 2021 2 commits
-
-
Changqing Li authored
This upgrade fix CVE-2021-3677 refer: https://www.postgresql.org/support/security/CVE-2021-3677/ Signed-off-by:
Changqing Li <changqing.li@windriver.com> Signed-off-by:
Khem Raj <raj.khem@gmail.com> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Mingli Yu authored
Drop 2 seccomp patches as seccomp sandbox policy tweaks in new version [1]. [1] https://security.appspot.com/vsftpd/Changelog.txt Signed-off-by:
Mingli Yu <mingli.yu@windriver.com> Signed-off-by:
Khem Raj <raj.khem@gmail.com> This upgrade fix CVE-2021-3618, refer above Changelog Signed-off-by:
Changqing Li <changqing.li@windriver.com> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
- 19 Oct, 2021 1 commit
-
-
Chen Qi authored
This upgrade revolves a bunch of CVEs. See more details in: https://github.com/tuxera/ntfs-3g/security/advisories/GHSA-q759-8j5v-q5jp . These CVEs cannot be reolved one by one. Upgrading the package is the only reasonable way. Signed-off-by:
Chen Qi <Qi.Chen@windriver.com> [CVE-2021-33285, CVE-2021-35269, CVE-2021-35268, CVE-2021-33289, CVE-2021-33286, CVE-2021-35266, CVE-2021-33287, CVE-2021-35267, CVE-2021-39251, CVE-2021-39252, CVE-2021-39253, CVE-2021-39254, CVE-2021-39255, CVE-2021-39256, CVE-2021-39257, CVE-2021-39258, CVE-2021-39259, CVE-2021-39260, CVE-2021-39261, CVE-2021-39262, CVE-2021-39263] Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-