mail/msmtp: update to 1.8.15
This commit is contained in:
parent
0a50f346fd
commit
f32d65e660
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=568231
3 changed files with 4 additions and 14 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= msmtp
|
||||
PORTVERSION= 1.8.14
|
||||
PORTVERSION= 1.8.15
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= https://marlam.de/msmtp/releases/
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1609479096
|
||||
SHA256 (msmtp-1.8.14.tar.xz) = d56f065d711486e9c234618515a02a48a48dab4051b34f3e108fbecb6fb773b4
|
||||
SIZE (msmtp-1.8.14.tar.xz) = 363988
|
||||
TIMESTAMP = 1615598923
|
||||
SHA256 (msmtp-1.8.15.tar.xz) = 2265dc639ebf2edf3069fffe0a3bd76749f8b58f4001d5cdeae19873949099ce
|
||||
SIZE (msmtp-1.8.15.tar.xz) = 370736
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
--- src/msmtpd.c.orig 2021-01-01 05:37:02 UTC
|
||||
+++ src/msmtpd.c
|
||||
@@ -33,6 +33,7 @@
|
||||
#include <arpa/inet.h>
|
||||
#include <netinet/in.h>
|
||||
#include <sys/socket.h>
|
||||
+#include <sys/wait.h>
|
||||
#include <getopt.h>
|
||||
extern char *optarg;
|
||||
extern int optind;
|
Loading…
Reference in a new issue