2025-02-08 04:44:48 by Takahiro Kambe | Files touched by this commit (20) |
Log message:
multiple PHP support
* Use PHP_BASE_VERS in DEPENDS if required.
* Use REPLACE_PHP.
Bump PKGREVISION.
|
2024-02-28 15:45:43 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
mail/pear-Mail: update to 2.0.0
2.0.0 (2024-01-15)
* BugFix: Use CRLF for header separation, except sendmail, fixes #23 #24
|
2023-11-04 16:24:21 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
mail/pear-Mail: update to 1.6.0
1.6.0 (2023-11-01)
* Feature: Added new property $response and new methods getResponse and
getQueuedAs #27 #29
* Feature: Added Net_SMTP debug_handler #28 #30
* BugFix: Fix whitespace removal from addresses #32
|
2023-08-26 09:15:21 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
mail/pear-Mail: update to 1.5.1
1.5.1 (2023-08-08)
Changelog:
* BugFix: Do not use parseAddressList statically #21
* BugFix: Dynamic properties deprecation (initialized several undefined
variables) #22 #26
* BugFix: Problem with giving port to constructor in smtpmx.php #26
|
2022-11-30 16:13:18 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
mail/pear-Mail: update to 1.5.0
1.5.0 (2022-11-29)
Changelog:
* New Feature: Establish STARTTLS connection without authentication (add new
param 'starttls') #17
* BugFix: Del: deprecation warnings (PHP 8.1 E_DEPRECATED warnings when you
provide null values) #20
|
2021-10-26 12:54:34 by Nia Alarie | Files touched by this commit (356) |
Log message:
mail: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
The following distfiles were unfetchable (possibly fetched
conditionally?):
./mail/qmail/distinfo netqmail-1.05-TAI-leapsecs.patch
|
2021-10-07 16:25:52 by Nia Alarie | Files touched by this commit (357) |
Log message:
mail: Remove SHA1 hashes for distfiles
|
2019-07-03 09:28:23 by Nia Alarie | Files touched by this commit (16) |
Log message:
Use https for pear.php.net.
|
2017-05-28 13:33:17 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update pear-Mail to 1.4.1.
pkgsrc change:
* set LICENSE to modified-bsd.
* standarlized order in Makefile.
1.4.1 2017-04-11 13:33 UTC
Changelog:
* Loosen recognition of "queued as" server response (PR #10)
* Bug #20463: domain-literal parsing error
* Bug #20513: Mail_smtp::send() doesn't close socket for smtp connection
1.4.0 2017-04-07 13:09 UTC
Changelog:
Clarified licensing to "New BSD" (3-Clause BSD)
* Bug #21082: Inconsistent licensing
|
2016-09-05 05:04:40 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.3.0
Upstream changes:
Changelog:
Added composer support.
Added Travis CI test support.
Updated code to use PHP 5 method signatures.
Implemented requests:
* #17888, #17865: Reduce peak memory usage when using the smtp/smtpmx backend [alec]
* Ability to pass socket options to Net_SMTP
Fixed bugs:
* #18109: New "pipelining" parameter for SMTP backend never used [alec]
* #17317: Invalid periods in mailbox not marked as invalid [alec]
* #17388: Deprecated assigning the return value of new by reference [alec]
* #17866, #20424, #12071, #17553: Non-static method \
Mail_RFC822::parseAddressList called statically [alec]
* #17178: Mail_RFC822::parseAddressList does not accept RFC-valid empty-group \
syntax [alec]
|