mail/msmtp: update to 1.8.14

This commit is contained in:
Roman Bogorodskiy 2021-01-01 06:40:05 +00:00
parent 359516be94
commit cd37294284
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=559808
4 changed files with 14 additions and 14 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= msmtp
PORTVERSION= 1.8.13
PORTVERSION= 1.8.14
CATEGORIES= mail
MASTER_SITES= https://marlam.de/msmtp/releases/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1605518273
SHA256 (msmtp-1.8.13.tar.xz) = ada945ab8d519102bb632f197273b3326ded25b38c003b0cf3861d1d6d4a9bb9
SIZE (msmtp-1.8.13.tar.xz) = 359536
TIMESTAMP = 1609479096
SHA256 (msmtp-1.8.14.tar.xz) = d56f065d711486e9c234618515a02a48a48dab4051b34f3e108fbecb6fb773b4
SIZE (msmtp-1.8.14.tar.xz) = 363988

View File

@ -0,0 +1,10 @@
--- 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;

View File

@ -1,10 +0,0 @@
--- src/net.c.orig 2018-06-29 17:27:11 UTC
+++ src/net.c
@@ -40,6 +40,7 @@
#include <errno.h>
#include <sys/time.h>
#include <sys/types.h>
+#include <netinet/in.h>
#ifdef HAVE_SYS_SOCKET_H
# include <sys/socket.h>
#endif