libphp-phpmailer 5.2.14+dfsg-2.3+deb9u1build0.18.04.1 source package in Ubuntu

Changelog

libphp-phpmailer (5.2.14+dfsg-2.3+deb9u1build0.18.04.1) bionic-security; urgency=medium

  * fake sync from Debian

libphp-phpmailer (5.2.14+dfsg-2.3+deb9u1) stretch-security; urgency=high

  * Non-maintainer upload by the Security Team.
  * object injection vulnerability (CVE-2018-19296) (Closes: #913912)

 -- Mike Salvatore <email address hidden>  Tue, 11 Dec 2018 14:34:34 -0500

Upload details

Uploaded by:
Mike Salvatore
Uploaded to:
Bionic
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
php
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libphp-phpmailer_5.2.14+dfsg.orig.tar.gz 177.6 KiB 781867a508160136ab5b8792c893e40775c583708ff2b90904f57fb6b0bd6370
libphp-phpmailer_5.2.14+dfsg-2.3+deb9u1build0.18.04.1.debian.tar.xz 10.8 KiB 71189df756fa97c75d9af097881410e4e3de8eec508e42e98b1fbd677b9bfc92
libphp-phpmailer_5.2.14+dfsg-2.3+deb9u1build0.18.04.1.dsc 2.1 KiB 1c86feb91fd4b335c407af430d0da4ee1558bf8b39ac1a09061b7c7c289ac680

View changes file

Binary packages built by this source

libphp-phpmailer: full featured email transfer class for PHP

 Many PHP developers utilize email in their code. The only PHP function
 that supports this is the mail() function. However, it does not provide
 any assistance for making use of popular features such as HTML-based
 emails and attachments.
 .
 Class Features:
  - Integrated SMTP support - send without a local mail server
  - Send emails with multiple TOs, CCs, BCCs and REPLY-TOs
  - Multipart/alternative emails for mail clients that do not read
    HTML email
  - Support for UTF-8 content and 8bit, base64, binary, and
    quoted-printable encodings
  - SMTP authentication with LOGIN, PLAIN, NTLM and CRAM-MD5 mechanisms
    over SSL and TLS transports
  - Error messages in 47 languages
  - DKIM and S/MIME signing support