Skip to content

Commit

Permalink
net/pear-Net_SMTP: update to 1.11.0
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
taca committed Oct 28, 2023
1 parent df18e5b commit 22d1631
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions net/pear-Net_SMTP/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.28 2022/10/04 13:39:24 taca Exp $
# $NetBSD: Makefile,v 1.29 2023/10/28 12:50:24 taca Exp $

DISTNAME= Net_SMTP-1.10.1
DISTNAME= Net_SMTP-1.11.0
CATEGORIES+= net mail

MAINTAINER= [email protected]
Expand Down
8 changes: 4 additions & 4 deletions net/pear-Net_SMTP/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.23 2022/10/04 13:39:24 taca Exp $
$NetBSD: distinfo,v 1.24 2023/10/28 12:50:24 taca Exp $

BLAKE2s (pear/Net_SMTP-1.10.1.tgz) = dead697c25cd1b83b788254edfb3050a6e4feb63de8218c108302ec0d75ea8d2
SHA512 (pear/Net_SMTP-1.10.1.tgz) = ff006407204b56709c430b33e44aab5af2fa4439d3dee4d210059b41207726a3b02f19eace594cf5c707140173f53e25e6239c2375dc254116c35c7561f61330
Size (pear/Net_SMTP-1.10.1.tgz) = 16011 bytes
BLAKE2s (pear/Net_SMTP-1.11.0.tgz) = 7f3e14c1a55b1563b9a0014a8134468badb255792b00df48d2a0961c3928de7b
SHA512 (pear/Net_SMTP-1.11.0.tgz) = 0c7bfa0799addde1377ecc02f19c960ff970ec840f28bc76a6e87ec6e620a0e412e6ad19c23746230ed16fbd60eee9176e8a7b031857e0644f98534d376b8091
Size (pear/Net_SMTP-1.11.0.tgz) = 17474 bytes

0 comments on commit 22d1631

Please sign in to comment.