1. 02 Apr, 2022 3 commits
  2. 23 Feb, 2022 3 commits
  3. 30 Jan, 2022 8 commits
  4. 27 Jan, 2022 3 commits
    • Chen Qi's avatar
      udisks2: upgrade from 2.9.2 to 2.9.4 · 9b20f34c
      Chen Qi authored
      
      Upgrade udisks2 from 2.9.2 to 2.9.4. This upgrade will solves
      CVE-2021-3802.
      Signed-off-by: default avatarChen Qi <Qi.Chen@windriver.com>
      Signed-off-by: default avatarArmin Kuster <akuster808@gmail.com>
      9b20f34c
    • Armin Kuster's avatar
      wireshark: update to latest stable 3.4.11 · b932e31a
      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: default avatarArmin Kuster <akuster808@gmail.com>
      (cherry picked from commit 89bf10d0
      
      )
      Signed-off-by: default avatarArmin Kuster <akuster808@gmail.com>
      b932e31a
    • wangmy's avatar
      apache2: upgrade 2.4.51 -> 2.4.52 · 3775e663
      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: default avatarWang Mingyu <wangmy@fujitsu.com>
      Signed-off-by: default avatarKhem Raj <raj.khem@gmail.com>
      (cherry picked from commit ea76fc64
      
      )
      Signed-off-by: default avatarArmin Kuster <akuster808@gmail.com>
      3775e663
  5. 31 Dec, 2021 2 commits
  6. 27 Dec, 2021 5 commits
  7. 05 Dec, 2021 1 commit
  8. 18 Nov, 2021 3 commits
    • Khem Raj's avatar
      sdbus-c++-libsystemd: Avoid hard dependency on rsync · 4932616b
      Khem Raj authored
      Signed-off-by: default avatarKhem Raj <raj.khem@gmail.com>
      (cherry picked from commit dcb8ab61
      
      )
      [Fixup for hardknott context]
      Signed-off-by: default avatarArmin Kuster <akuster808@gmail.com>
      4932616b
    • Martin Jansa's avatar
      sdbus-c++: don't fetch googletest during do_configure · 42d05b0f
      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: default avatarMartin Jansa <Martin.Jansa@gmail.com>
      Signed-off-by: default avatarArmin Kuster <akuster808@gmail.com>
      42d05b0f
    • Changqing Li's avatar
  9. 16 Nov, 2021 1 commit
  10. 13 Nov, 2021 1 commit
  11. 07 Nov, 2021 1 commit
  12. 02 Nov, 2021 3 commits
  13. 30 Oct, 2021 1 commit
  14. 29 Oct, 2021 2 commits
  15. 23 Oct, 2021 2 commits
  16. 19 Oct, 2021 1 commit