~athos-ribeiro/ubuntu/+source/squid:dont-default-to-openssl

Last commit made on 2022-04-13
Get this branch:
git clone -b dont-default-to-openssl https://git.launchpad.net/~athos-ribeiro/ubuntu/+source/squid
Only Athos Ribeiro can upload to this branch. If you are Athos Ribeiro please log in for upload directions.

Branch merges

Branch information

Name:
dont-default-to-openssl
Repository:
lp:~athos-ribeiro/ubuntu/+source/squid

Recent commits

85a2780... by Athos Ribeiro

changelog for 5.2-1ubuntu4

224e11c... by Athos Ribeiro

  * Do not enable openssl as a default. This hinders packaging since we ship
    squid in two different flavours (gnutls and openssl). Drop
    d/p/openssl3-Detect-and-default-enable-OpenSSL-3.patch. (LP: #1968200)

819f943... by Sergio Durigan Junior

changelog for 5.2-1ubuntu3

32bb015... by Sergio Durigan Junior

  * Fix FTBFS with OpenSSL 3.0 (LP: #1946205). The following new
    patches have been added:
    - d/p/openssl3-Declaration-of-CRYPTO_EX_dup-changed-again-in-3.0.patch.
    - d/p/openssl3-Detect-and-default-enable-OpenSSL-3.patch.
    - d/p/openssl3-Fix-EVP_PKEY_get0_RSA-is-deprecated.patch.
    - d/p/openssl3-Initial-DH-conversion-to-EVP_PKEY.patch.
    - d/p/openssl3-Refactor-Ssl-createSslPrivateKey.patch.
    - d/p/openssl3-Remove-stale-TODO-and-comment.patch.
    - d/p/openssl3-SSL_OP_-macro-definitions-changed-in-3.0.patch.
    - d/p/openssl3-Switch-to-BN_rand.patch.
    - d/p/openssl3-TODO-Upgrade-API-calls-verifying-loaded-DH-params-fi.patch.
    - d/p/openssl3-Tweak-RSA-key-generator.patch.
    - d/p/openssl3-Update-ECDH-key-settings.patch.
    - d/p/openssl3-Update-license-disclaimer.patch.

91c4d8b... by Steve Langasek

5.2-1ubuntu2 (patches unapplied)

Imported using git-ubuntu import.

3f75cec... by Sergio Durigan Junior

update-maintainer

261c60b... by Sergio Durigan Junior

reconstruct-changelog

d47512c... by Sergio Durigan Junior

merge-changelogs

9ab4aab... by Sergio Durigan Junior

    - Fix FTBFS with GCC 11 (LP #1939352)
      + d/p/replace-cbdata-offset-hack-with-offsetof.patch: Replace
        cbdata::Offset hack with offsetof().
      + d/p/add-missing-limits-include-connmark.patch: Add missing
        <limits> include to src/acl/ConnMark.cc.
      [ Incorporated by upstream. This is a partial drop; the other
        two patches that compose this fix are still present in this
        release. ]

c82c8a9... by Sergio Durigan Junior

    - SECURITY UPDATE: information disclosure via OOB read in WCCP protocol
      + debian/patches/CVE-2021-28116.patch: validate packets better in
        src/wccp2.cc.
      + CVE-2021-28116
      [ Incorporated by upstream. ]