Postfix: update to 3.3.1

Message ID 9c220f7f-95fa-f9b7-4efe-0d48e9745025@link38.eu
State Superseded
Headers
Series Postfix: update to 3.3.1 |

Commit Message

Peter Müller Aug. 8, 2018, 4:56 a.m. UTC
  This updates Postfix to recent 3.3.x series, which contains
some new features. Release announcement available at
http://www.postfix.org/announcements/postfix-3.3.1.html

Signed-off-by: Peter Müller <peter.mueller@link38.eu>
---
 lfs/postfix | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Comments

Michael Tremer Aug. 8, 2018, 5:40 p.m. UTC | #1
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Hi,

this patch has the same issue as pciutils.

- -Michael

On Tue, 2018-08-07 at 20:56 +0200, Peter Müller wrote:
> This updates Postfix to recent 3.3.x series, which contains
> some new features. Release announcement available at
> http://www.postfix.org/announcements/postfix-3.3.1.html
> 
> Signed-off-by: Peter Müller <peter.mueller@link38.eu>
> ---
>  lfs/postfix | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/lfs/postfix b/lfs/postfix
> index 0fe4dfe08..07a869594 100644
> --- a/lfs/postfix
> +++ b/lfs/postfix
> @@ -24,7 +24,7 @@
>  
>  include Config
>  
> -VER        = 3.2.6
> +VER        = 3.3.1
>  
>  THISAPP    = postfix-$(VER)
>  DL_FILE    = $(THISAPP).tar.gz
> @@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
>  DIR_APP    = $(DIR_SRC)/$(THISAPP)
>  TARGET     = $(DIR_INFO)/$(THISAPP)
>  PROG       = postfix
> -PAK_VER    = 15
> +PAK_VER    = 16
>  
>  DEPS       = ""
>  
> @@ -66,7 +66,7 @@ objects = $(DL_FILE)
>  
>  $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>  
> -$(DL_FILE)_MD5 = d10f1fb551be86f6e48c2908dd8a12ff
> +$(DL_FILE)_MD5 = 4381c6492f415e4a69cf5099d4acea76
>  
>  install : $(TARGET)
>  
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEE5/rW5l3GGe2ypktxgHnw/2+QCQcFAltqnocACgkQgHnw/2+Q
CQfYsQ//W1cRFvjppG/EH4FRrR84Vf7fxqH5kWT3+zrZ4SB1VcLFrbeeV6mWDRwt
8S13GX+eBySWeJ7K9cgGsENM4Kap08Mx81fheCA80SOaqZx10z8iwIYwCU8rUnSH
N64SQyXV98pIoxLT8bVUEjFjjrwuCEmQHVlcRsqiwaiFvPga8aYPernom4D7+379
MOpmf2dilDYBtTj7s4evGkg0YzKkHd9onHbTK54+DbphO05X7lzeqnxL49sPRb30
aLIMVHIe0CI8rd9DcK+pxi2a3mJqhwHuHyYQneS9E7dyRyJAcXXRVeB1ht5tYSYW
ZQavI34tQqzXt8PzZ0CPnDdQmmXe/lePg8ucBtFBalwZJI0YsLmOR/bQ0uE/u6RJ
wuvH2iKH7zy1Mh4L6ObYeFhJTWxANOLuST7iz/iowK8yZe6Kp5JvqPD+smu0iim5
Sr/8WD/gA7RY3FY7ffK46Bztx9LIwNAeaMqOvJsXBTOosXRqSS2djs4ruGdyOAw/
87AK68GcSz17rHHjXbxQqK7HQ+hqBTRcLY4j8DKkPQP7ZpWYrC3sDD8pmBmdJnZ0
HRAb4SIIrjBY9A2vDpXF+pjeHIOfxX0EcNbuo6yh85dxMqrrtayso7us0kWRywAA
tGjvOkR7ixYCnHw9YmNcoz8WxZHNRWthAO3mM4oKx42eyJd1t/g=
=Euli
-----END PGP SIGNATURE-----
  
Peter Müller Aug. 9, 2018, 2:19 a.m. UTC | #2
Hello,
> Hi,
> 
> this patch has the same issue as pciutils.
same thing here. No idea what is going wrong.

Best regards,
Peter Müller
> 
> -Michael
> 
> On Tue, 2018-08-07 at 20:56 +0200, Peter Müller wrote:
>> This updates Postfix to recent 3.3.x series, which contains
>> some new features. Release announcement available at
>> http://www.postfix.org/announcements/postfix-3.3.1.html
> 
>> Signed-off-by: Peter Müller <peter.mueller@link38.eu>
>> ---
>>  lfs/postfix | 6 +++---
>>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
>> diff --git a/lfs/postfix b/lfs/postfix
>> index 0fe4dfe08..07a869594 100644
>> --- a/lfs/postfix
>> +++ b/lfs/postfix
>> @@ -24,7 +24,7 @@
> 
>>  include Config
> 
>> -VER        = 3.2.6
>> +VER        = 3.3.1
> 
>>  THISAPP    = postfix-$(VER)
>>  DL_FILE    = $(THISAPP).tar.gz
>> @@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
>>  DIR_APP    = $(DIR_SRC)/$(THISAPP)
>>  TARGET     = $(DIR_INFO)/$(THISAPP)
>>  PROG       = postfix
>> -PAK_VER    = 15
>> +PAK_VER    = 16
> 
>>  DEPS       = ""
> 
>> @@ -66,7 +66,7 @@ objects = $(DL_FILE)
> 
>>  $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
> 
>> -$(DL_FILE)_MD5 = d10f1fb551be86f6e48c2908dd8a12ff
>> +$(DL_FILE)_MD5 = 4381c6492f415e4a69cf5099d4acea76
> 
>>  install : $(TARGET)
> 
>
  
Peter Müller Aug. 12, 2018, 2:16 a.m. UTC | #3
Hello Michael,

> Hello,
>> Hi,
>>
>> this patch has the same issue as pciutils.
> same thing here. No idea what is going wrong.
should I send in more patches (SSH hardening, etc. etc.)?
Or do you want to investigate further what went wrong here?

Thanks, and best regards,
Peter Müller
> 
> Best regards,
> Peter Müller
>>
>> -Michael
>>
>> On Tue, 2018-08-07 at 20:56 +0200, Peter Müller wrote:
>>> This updates Postfix to recent 3.3.x series, which contains
>>> some new features. Release announcement available at
>>> http://www.postfix.org/announcements/postfix-3.3.1.html
>>
>>> Signed-off-by: Peter Müller <peter.mueller@link38.eu>
>>> ---
>>>  lfs/postfix | 6 +++---
>>>  1 file changed, 3 insertions(+), 3 deletions(-)
>>
>>> diff --git a/lfs/postfix b/lfs/postfix
>>> index 0fe4dfe08..07a869594 100644
>>> --- a/lfs/postfix
>>> +++ b/lfs/postfix
>>> @@ -24,7 +24,7 @@
>>
>>>  include Config
>>
>>> -VER        = 3.2.6
>>> +VER        = 3.3.1
>>
>>>  THISAPP    = postfix-$(VER)
>>>  DL_FILE    = $(THISAPP).tar.gz
>>> @@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
>>>  DIR_APP    = $(DIR_SRC)/$(THISAPP)
>>>  TARGET     = $(DIR_INFO)/$(THISAPP)
>>>  PROG       = postfix
>>> -PAK_VER    = 15
>>> +PAK_VER    = 16
>>
>>>  DEPS       = ""
>>
>>> @@ -66,7 +66,7 @@ objects = $(DL_FILE)
>>
>>>  $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>>
>>> -$(DL_FILE)_MD5 = d10f1fb551be86f6e48c2908dd8a12ff
>>> +$(DL_FILE)_MD5 = 4381c6492f415e4a69cf5099d4acea76
>>
>>>  install : $(TARGET)
>>
>>
>
  
Michael Tremer Aug. 14, 2018, 6:05 p.m. UTC | #4
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Please see my email in the ET thread about this...

On Sat, 2018-08-11 at 18:16 +0200, Peter Müller wrote:
> Hello Michael,
> 
> > Hello,
> > > Hi,
> > > 
> > > this patch has the same issue as pciutils.
> > 
> > same thing here. No idea what is going wrong.
> 
> should I send in more patches (SSH hardening, etc. etc.)?
> Or do you want to investigate further what went wrong here?
> 
> Thanks, and best regards,
> Peter Müller
> > 
> > Best regards,
> > Peter Müller
> > > 
> > > -Michael
> > > 
> > > On Tue, 2018-08-07 at 20:56 +0200, Peter Müller wrote:
> > > > This updates Postfix to recent 3.3.x series, which contains
> > > > some new features. Release announcement available at
> > > > http://www.postfix.org/announcements/postfix-3.3.1.html
> > > > Signed-off-by: Peter Müller <peter.mueller@link38.eu>
> > > > ---
> > > >  lfs/postfix | 6 +++---
> > > >  1 file changed, 3 insertions(+), 3 deletions(-)
> > > > diff --git a/lfs/postfix b/lfs/postfix
> > > > index 0fe4dfe08..07a869594 100644
> > > > --- a/lfs/postfix
> > > > +++ b/lfs/postfix
> > > > @@ -24,7 +24,7 @@
> > > >  include Config
> > > > -VER        = 3.2.6
> > > > +VER        = 3.3.1
> > > >  THISAPP    = postfix-$(VER)
> > > >  DL_FILE    = $(THISAPP).tar.gz
> > > > @@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
> > > >  DIR_APP    = $(DIR_SRC)/$(THISAPP)
> > > >  TARGET     = $(DIR_INFO)/$(THISAPP)
> > > >  PROG       = postfix
> > > > -PAK_VER    = 15
> > > > +PAK_VER    = 16
> > > >  DEPS       = ""
> > > > @@ -66,7 +66,7 @@ objects = $(DL_FILE)
> > > >  $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
> > > > -$(DL_FILE)_MD5 = d10f1fb551be86f6e48c2908dd8a12ff
> > > > +$(DL_FILE)_MD5 = 4381c6492f415e4a69cf5099d4acea76
> > > >  install : $(TARGET)
> > > 
> > > 
> 
> 
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEE5/rW5l3GGe2ypktxgHnw/2+QCQcFAltyjWAACgkQgHnw/2+Q
CQe2Bw/7BfdQLVx3f+6q0pmXfHBn450OMWJhbi0UJ/Vs9cuRSpF+QooiSQ6/2lub
M8qXloDY3+1qP0Rv8V6NnKs/eutzlsw0ESeIQzJuP9ESTgSGRbPEpVv3eQDn/Udl
zYnx2EArGJmVnWo8eV+5Z2XMapNQREP3aoNvOtHKkzAiQkCHQc14a0Bchp4GA7+9
FTHufxwHtsN1FxOdmU2w+k9erF1wEjX/Y74Jdnb8yQeyXPlN5kvdkZ8S2PFetQpN
UdJ0FgrL3zJgGgrR67thpLK6vrgEWrK6EovAnPoRiVnsTeijeLMGGeiXU/Ui3gf/
SUWGkR89y3P0f1wPnTbSj3E4fJimcilsy3foFt0aYnZIcx+TfWnjx0j/3NEkHBjp
jjzapaaQykxER74MtBYeKAA7Sc9cYTXB5KCE4lSt0MVf0MagUhYtYpfiKA9okzYw
pAkZAaWRx0FQMYVGlI8XTq7Wf11ZCBlNf3NCSuISKSWtOj8Rk0ZT4alVoBUGPIgj
cx7qtrqFgE8iY4WJGpXAsofrelvSkgPR/NnXGnRgvW9L3rCcWLkPk/jNnje4ts5G
3xsM213MBRpyoQcskZ/wEtOct0KNQkd+upGhKlll3Pzo4fk+frVWABl3ZvfcFSKi
ChXYO9Q+9g6QBEldqr0PaW3Ipja/Ynn5CkRCCzntFdRCvmUF3mw=
=E2iw
-----END PGP SIGNATURE-----
  

Patch

diff --git a/lfs/postfix b/lfs/postfix
index 0fe4dfe08..07a869594 100644
--- a/lfs/postfix
+++ b/lfs/postfix
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 3.2.6
+VER        = 3.3.1
 
 THISAPP    = postfix-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@  DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = postfix
-PAK_VER    = 15
+PAK_VER    = 16
 
 DEPS       = ""
 
@@ -66,7 +66,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = d10f1fb551be86f6e48c2908dd8a12ff
+$(DL_FILE)_MD5 = 4381c6492f415e4a69cf5099d4acea76
 
 install : $(TARGET)