Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug 1853138/Bug 1886954 - Switch to Email::Sender and Email::Address::XS #103

Merged
merged 9 commits into from
Mar 22, 2024

Commits on Mar 22, 2024

  1. Bug 1853138 - Switch to Email::Address::XS

    This patch updates us from using Email::Address to Email::Address::XS to
    resolve CVE-2015-7686.
    
    Regex comparisons have been replaced by parse + is_valid calls as per
    current documentation.
    mrenvoize committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    19a1158 View commit details
    Browse the repository at this point in the history
  2. Bug 502625: Replace Email::Send with Email::Sender

    r=dylan a=glob
    
    (cherry picked from commit 5d96fa7)
    Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
    LpSolit authored and mrenvoize committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    92dc7bb View commit details
    Browse the repository at this point in the history
  3. Bug 1070640: Update (and rename) Bugzilla::Send::Sendmail to work wit…

    …h Email::Sender::Transport::Sendmail
    
    r=dylan a=justdave
    
    (cherry picked from commit 0ff4174)
    Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
    LpSolit authored and mrenvoize committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    bc51fd6 View commit details
    Browse the repository at this point in the history
  4. Bug 1073380 - Pass the hostname and port as two separate arguments to…

    … Email::Sender
    
    r=dkl a=glob
    
    (cherry picked from commit 226b92c)
    Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
    dylanwh authored and mrenvoize committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    a32cacc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d4e13db View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    50dce12 View commit details
    Browse the repository at this point in the history
  7. Bug 1070640 - Fix for bad cherry-pick manipulation

    Git decided to drop some of the changes introduce by the commit we
    cherry-picked during the pick.  This patch restores them and thus gets
    the module compiling again. Cherry-pick in question was of commit
    0ff4174
    mrenvoize committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    2f59981 View commit details
    Browse the repository at this point in the history
  8. Bug 1853138 - Introduce strict dependancy on Email::Address::XS

    This patch introduced the Email::Address::XS entry in Makefile.PL so
    that we can specify which version of the module we wish to use and
    make it explicit that we're using the module rather than relying on
    Email::Sender pulling it in for us.
    mrenvoize committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    55f4a83 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2c0fc5b View commit details
    Browse the repository at this point in the history