On Thu, Dec 20, 2018 at 02:52:19PM +1100, Antonino Sidoti wrote:
> HI,
> 
> I am on OpenBSD 6.4 and I have checked in the past few days for the new 
> update via ???syspatch???. So far nothing has come through for OpenSmtpd.
>

Are you sure ?

I'm running OpenBSD 6.4 and I did get the update via syspatch a while ago:

$ uname -srm
OpenBSD 6.4 amd64
$ syspatch -l|grep smtpd
007_smtpd
$

$ curl 
https://ftp.openbsd.org/pub/OpenBSD/patches/6.4/common/007_smtpd.patch.sig 
2>/dev/null |head -9
untrusted comment: verify with openbsd-64-base.pub
RWQq6XmS4eDAcT7iguLT8P2N4KVuxYXFb9rqG8JKe0uVSFR+dDlXh5TMkn8zF8IdAJrJRVOGSb9TxFjWlPKtBZLT/57ZH2pv0gk=

OpenBSD 6.4 errata 007, November 29, 2018

The mail.mda and mail.lmtp delivery agents were not reporting temporary
failures correctly, causing smtpd to bounce messages in some cases where
it should have retried them.




> > On 17 Dec 2018, at 3:15 am, Gilles Chehade <gil...@poolp.org> wrote:
> > 
> > On Sun, Dec 16, 2018 at 11:11:23AM -0500, Matt Schwartz wrote:
> >> Hi Gilles,
> >> 
> >> Stupid question but did these minor fixes come via a syspatch or do I need
> >> to download and compile the tarball?
> >> 
> > 
> > If you're on OpenBSD 6.4 and run syspatch, you will be fine.
> > 
> > 
> >> On Sun, Dec 16, 2018, 11:05 AM Gilles Chehade <gil...@poolp.org wrote:
> >> 
> >>> Subject: Announce: OpenSMTPD 6.4.1 released
> >>> 
> >>> OpenSMTPD 6.4.1 has just been released.
> >>> 
> >>> OpenSMTPD is a FREE implementation of the SMTP protocol with some common
> >>> extensions. It allows ordinary machines to exchange e-mails with systems
> >>> speaking the SMTP protocol. It implements a fairly large part of RFC5321
> >>> and can already cover a large range of use-cases.
> >>> 
> >>> It runs on OpenBSD, NetBSD, FreeBSD, DragonFlyBSD and Linux.
> >>> 
> >>> The archives are now available from the main site at www.OpenSMTPD.org
> >>> 
> >>> We would like to thank the OpenSMTPD community for their help in testing
> >>> the snapshots, reporting bugs, contributing code and packaging for other
> >>> systems.
> >>> 
> >>> This is a minor release with critical and portability fixes.
> >>> 
> >>> Changes in this release (since 6.4.0):
> >>> ======================================
> >>> 
> >>> - MDA exit status was improperly handled causing some temporary failures
> >>>  to be treated as permanent failures.
> >>> - fix hardcoded libexec paths preventing proper packaging [1]
> >>> - fix install of smtpctl to allow build/install as non-root
> >>> 
> >>> 
> >>> [1] Author: Michael Figiel <mifig...@gmail.com>
> >>> 
> >>> 
> >>> Checksums:
> >>> ==========
> >>> 
> >>>  SHA256 (opensmtpd-6.4.1.tar.gz) =
> >>>  755580753b36a4072bffac4993d1db82129352a087830e125e257c3ce8c5921f
> >>> 
> >>>  SHA256 (opensmtpd-6.4.1p1.tar.gz) =
> >>>  1b5dabe822a0e0b2cfde067f673885a81211ae8f630ec88e4d70c81cad49a406
> >>> 
> >>> 
> >>> Verify:
> >>> =======
> >>> 
> >>> Starting with version 5.7.1, releases are signed with signify(1).
> >>> 
> >>> You can obtain the public key from our website, check with our community
> >>> that it has not been altered on its way to your machine.
> >>> 
> >>>   $ wget https://www.opensmtpd.org/archives/opensmtpd-20181026.pub
> >>> 
> >>> Once you are confident the key is correct, you can verify the release as
> >>> described below:
> >>> 
> >>> 1- download both release tarball and matching signature file to same
> >>> directory:
> >>> 
> >>>   for OpenBSD version:
> >>>   $ wget https://www.opensmtpd.org/archives/opensmtpd-6.4.1.sum.sig
> >>>   $ wget https://www.opensmtpd.org/archives/opensmtpd-6.4.1.tar.gz
> >>> 
> >>>   for portable version:
> >>>   $ wget https://www.opensmtpd.org/archives/opensmtpd-6.4.1p1.sum.sig
> >>>   $ wget https://www.opensmtpd.org/archives/opensmtpd-6.4.1p1.tar.gz
> >>> 
> >>> 
> >>> 2- use `signify` to verify that signature file is properly signed and that
> >>> the
> >>>   checksum matches the release tarball you downloaded:
> >>> 
> >>>   for OpenBSD version:
> >>>   $ signify -C -e -p opensmtpd-20181026.pub -x opensmtpd-6.4.1.sum.sig
> >>>   Signature Verified
> >>>   opensmtpd-6.4.1.tar.gz: OK
> >>> 
> >>>   for portable version:
> >>>   $ signify -C -e -p opensmtpd-20181026.pub -x opensmtpd-6.4.1p1.sum.sig
> >>>   Signature Verified
> >>>   opensmtpd-6.4.1p1.tar.gz: OK
> >>> 
> >>> 
> >>> If you don't get an OK message, then something is not right and you should
> >>> not
> >>> install without first understanding why it failed.
> >>> 
> >>> 
> >>> Support:
> >>> ========
> >>> 
> >>> You are encouraged to register to our general purpose mailing-list:
> >>>    http://www.opensmtpd.org/list.html
> >>> 
> >>> The "Official" IRC channel for the project is at:
> >>>    #OpenSMTPD @ irc.freenode.net
> >>> 
> >>> 
> >>> Reporting Bugs:
> >>> ===============
> >>> 
> >>> Please read http://www.opensmtpd.org/report.html
> >>> Security bugs should be reported directly to secur...@opensmtpd.org
> >>> Other bugs may be reported to b...@opensmtpd.org
> >>> 
> >>> --
> >>> Gilles Chehade                                                 @poolpOrg
> >>> 
> >>> https://www.poolp.org                 tip me: https://paypal.me/poolpOrg
> >>> 
> >>> --
> >>> You received this mail because you are subscribed to misc@opensmtpd.org
> >>> To unsubscribe, send a mail to: misc+unsubscr...@opensmtpd.org
> >>> 
> >>> 
> > 
> > -- 
> > Gilles Chehade                                                     @poolpOrg
> > 
> > https://www.poolp.org <https://www.poolp.org/>                 tip me: 
> > https://paypal.me/poolpOrg <https://paypal.me/poolpOrg>
> > 
> > -- 
> > You received this mail because you are subscribed to misc@opensmtpd.org 
> > <mailto:misc@opensmtpd.org>
> > To unsubscribe, send a mail to: misc+unsubscr...@opensmtpd.org 
> > <mailto:misc+unsubscr...@opensmtpd.org>

-- 
Gilles Chehade                                                 @poolpOrg

https://www.poolp.org                 tip me: https://paypal.me/poolpOrg

-- 
You received this mail because you are subscribed to misc@opensmtpd.org
To unsubscribe, send a mail to: misc+unsubscr...@opensmtpd.org

Reply via email to