./net/pear-Net_SMTP, PHP classes to provide SMTP Interface

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.12.2, Package name: php83-pear-Net_SMTP-1.12.2, Maintainer: pkgsrc-users

Provides an implementation of the SMTP protocol


Required to run:
[net/pear-Net_Socket] [lang/pear] [lang/php73]

Required to build:
[pkgtools/cwrappers]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2026-01-06 16:07:32 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
net/pear-Net_SMTP: update to 1.12.2

1.12.2 (2026-01-04)

* Bug: Add missing comma character after user (#85)
* Task: Update ci.yml (#84)
   2025-02-08 04:49:23 by Takahiro Kambe | Files touched by this commit (19)
Log message:
multiple PHP support

* Use PHP_BASE_VERS in DEPENDS if required.
* Use REPLACE_PHP.
* A few minor clean up.

Bump PKGREVISION.
   2024-05-12 16:27:03 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
net/pear-Net_SMTP: update to 1.12.1

1.12.1 (2024-04-15)

Changelog:

* Bug: Don't enable GSSAPI method if principal is not set (#81) (#82)
   2024-04-07 15:51:31 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
www/php-concrete-cms: update to 9.2.8

9.2.8 (2024-04-02)
   2023-11-04 16:21:26 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
net/pear-Net_SMTP: update to 1.11.1

1.11.11 (2023-11-01)

* BugFix: Triggering deprecation warnings in error-log causes system
  failures because of changing the behavior in error reporting (#76)
   2023-10-29 16:18:53 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
net/pear-Net_SMTP: add specific DIST_SUBDIR

It looks like pre-release distfile was uploaded and it was updated later.

So, add specific DIST_SUBDIR and bump PKGREVISION.
   2023-10-28 14:50:25 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
net/pear-Net_SMTP: update to 1.11.0

1.11.0 (2023-10-26)

Changelog:

* Feature: Add SCRAM-SHA-1, SCRAM-SHA-224, SCRAM-SHA-256, SCRAM-SHA-384 and
  SCRAM-SHA-512 support (#76)

* Task: Mark authentication methods CRAM-MD5, DIGEST-MD5 and LOGIN as
  DEPRECATED with deprecation warnings in the error-log (#76)

* BugFix: SMTP: STARTTLS failed (code: 220, response: 2.0.0 Ready to start
  TLS) (#74)

* BugFix: Issue with non-blocking streams on establishing STARTTLS
  encryption (#74)

* BugFix: Implement TLS1.3 on STARTTLS encryption (#74)

* BugFix: using implode() instead of join() (#74)
   2022-10-04 15:39:24 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
net/pear-Net_SMTP: update to 1.10.1

1.10.1 (2022-09-23)

Changelog:

* BugFix: (authXOAuth2) longer tokens violate maximum SMTP command line
  length #70

* BugFix: (disconnect) socket will not disconnect on erroneous response upon
  QUIT message #71

* BugFix: Fix PHP 8.2 deprecation warnings on undefined properties #72