logo

overlay

My (experimental) gentoo overlay
commit: 20f1b4fe969652580a85fd4b42be52ac171b10da
parent: 5a9d6d5ea555f6448ac358d3295ea25a3e2d282e
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat,  1 Dec 2018 13:17:30 +0100

mail-mta/opensmtpd: Move-Bump to 6.4.0_p2, update PR

Diffstat:

Mmail-mta/opensmtpd/Manifest2+-
Mmail-mta/opensmtpd/files/opensmtpd-6.4.0_p1_missing_object_file_smtpctl.patch6+++---
Rmail-mta/opensmtpd/opensmtpd-6.4.0_p1.ebuild -> mail-mta/opensmtpd/opensmtpd-6.4.0_p2.ebuild0
3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/mail-mta/opensmtpd/Manifest b/mail-mta/opensmtpd/Manifest @@ -1,2 +1,2 @@ DIST opensmtpd-6.0.3p1.tar.gz 699702 BLAKE2B 49f08e8329adc049a562b6ef7efa4c0a39cbcfe8a158cb905cfc726a7302ffe9833ccfb52041340767d55d0f2ae2087e8eac92b7359016c6c76b4d963a334558 SHA512 e579818a0ddbe637deb5a4e40f43eaf797783903ceac18fd89a57581b135b9e407d424e1a70ff7b4b06a0ee50bafb6e8ab2451371917887904b06ff1b55d320f -DIST opensmtpd-6.4.0p1.tar.gz 718638 BLAKE2B 23c1c286a865efcbd16461ec8930f5325a6e164a58ceb7bbe0feb9088bcf615b7fd7e2eb6820bcde161864c476087b39c289c75ea5ca0b18c46710f9723b3dd7 SHA512 c60dbac857925041769104adae33393f526a328767e19bc78d06e45a13b7dd50f3eefdaa3811b8da330c24a670e98da74e18af5ac486266dade6255a6f3b5135 +DIST opensmtpd-6.4.0p2.tar.gz 718614 BLAKE2B 183c41a2916436179390d7da554cb81c28a4f09e8e29e7456bcf02762c5bc8025b930da82650f68e01d9351ab3bac4d0c595c950416593ba91295b9299aacd67 SHA512 9b564275aff8c991081f1d9e40c30031d9cec126d7d7d50adf3451fd3bbdcb3700467c03a445d68fb329991eb6336ccb59758a6da8146906707aa6da107b45dc diff --git a/mail-mta/opensmtpd/files/opensmtpd-6.4.0_p1_missing_object_file_smtpctl.patch b/mail-mta/opensmtpd/files/opensmtpd-6.4.0_p1_missing_object_file_smtpctl.patch @@ -1,4 +1,4 @@ -From a0dc55816ac0aa58b832331799fb7d1e160e427d Mon Sep 17 00:00:00 2001 +From 70995e4e0a96799a8610fd67b0c874f3f2d9621c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Gaspard?= <leo@gaspard.io> Date: Sat, 27 Oct 2018 11:53:28 +0900 Subject: [PATCH] Add missing object file for smtpctl @@ -20,14 +20,14 @@ OpenBSD version too much. 1 file changed, 1 insertion(+) diff --git a/mk/smtpctl/Makefile.am b/mk/smtpctl/Makefile.am -index 5af0b713..f0fce735 100644 +index 5af0b713..55795920 100644 --- a/mk/smtpctl/Makefile.am +++ b/mk/smtpctl/Makefile.am @@ -4,6 +4,7 @@ sbin_PROGRAMS= smtpctl smtpctl_SOURCES= $(smtpd_srcdir)/enqueue.c smtpctl_SOURCES+= $(smtpd_srcdir)/parser.c -+smtpctl_SOURCES+= $(smtpd_srcdir)/parse.c ++smtpctl_SOURCES+= $(smtpd_srcdir)/config.c smtpctl_SOURCES+= $(smtpd_srcdir)/log.c smtpctl_SOURCES+= $(smtpd_srcdir)/envelope.c smtpctl_SOURCES+= $(smtpd_srcdir)/queue_backend.c diff --git a/mail-mta/opensmtpd/opensmtpd-6.4.0_p1.ebuild b/mail-mta/opensmtpd/opensmtpd-6.4.0_p2.ebuild