Skip to content

Commit

Permalink
net/pear-Net_SMTP: Update distinfo
Browse files Browse the repository at this point in the history
- Bump PORTREVISION for package change

Upstream rerolled the tarball to fix the notes in package.xml.
The diff is as follows:
diff -u old/package.xml new/package.xml
--- old/package.xml	2023-10-23 13:30:30.000000000 +0800
+++ new/package.xml	2023-10-27 05:39:53.000000000 +0800
@@ -22,8 +22,8 @@
   <email>schengawegga@gmail.com</email>
   <active>yes</active>
  </lead>
- <date>2023-10-23</date>
- <time>05:30:29</time>
+ <date>2023-10-26</date>
+ <time>21:39:53</time>
  <version>
   <release>1.11.0</release>
   <api>1.4.0</api>
@@ -34,9 +34,8 @@
  </stability>
  <license uri="https://opensource.org/licenses/bsd-license.php">BSD-2-Clause</license>
  <notes>
-* BugFix: SMTP: STARTTLS failed (code: 220, response: 2.0.0 Ready to start TLS #74
 * 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, LOGIN and PLAIN as DEPRECATED with deprecation warnings in the error-log (#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)
  • Loading branch information
sunpoet committed Nov 2, 2023
1 parent ebdbeed commit b400a8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions net/pear-Net_SMTP/Makefile
@@ -1,5 +1,6 @@
PORTNAME= Net_SMTP
PORTVERSION= 1.11.0
PORTREVISION= 1
CATEGORIES= net mail www pear

MAINTAINER= sunpoet@FreeBSD.org
Expand Down
6 changes: 3 additions & 3 deletions net/pear-Net_SMTP/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1698340973
SHA256 (PEAR/Net_SMTP-1.11.0.tgz) = 88decff3c28ad5e2e4ad2853a0cd0be1d2804d4d828964ee398116dfdbbf3627
SIZE (PEAR/Net_SMTP-1.11.0.tgz) = 17474
TIMESTAMP = 1698848724
SHA256 (PEAR/Net_SMTP-1.11.0.tgz) = 303b40d00a758ed7a0690c60ca2217f5cda8d88cdb9e517c84ab2147f4114818
SIZE (PEAR/Net_SMTP-1.11.0.tgz) = 17475

0 comments on commit b400a8f

Please sign in to comment.