* [PATCH] Postfix: update to 3.3.1
@ 2018-08-07 18:56 Peter Müller
2018-08-08 7:40 ` Michael Tremer
0 siblings, 1 reply; 5+ messages in thread
From: Peter Müller @ 2018-08-07 18:56 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 969 bytes --]
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(a)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)
--
2.16.4
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Postfix: update to 3.3.1
2018-08-07 18:56 [PATCH] Postfix: update to 3.3.1 Peter Müller
@ 2018-08-08 7:40 ` Michael Tremer
2018-08-08 16:19 ` Peter Müller
0 siblings, 1 reply; 5+ messages in thread
From: Michael Tremer @ 2018-08-08 7:40 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2036 bytes --]
-----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(a)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-----
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Postfix: update to 3.3.1
2018-08-08 7:40 ` Michael Tremer
@ 2018-08-08 16:19 ` Peter Müller
2018-08-11 16:16 ` Broken patches (was: Re: [PATCH] Postfix: update to 3.3.1) Peter Müller
0 siblings, 1 reply; 5+ messages in thread
From: Peter Müller @ 2018-08-08 16:19 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1338 bytes --]
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(a)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)
>
>
--
"We don't care. We don't have to. We're the Phone Company."
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Broken patches (was: Re: [PATCH] Postfix: update to 3.3.1)
2018-08-08 16:19 ` Peter Müller
@ 2018-08-11 16:16 ` Peter Müller
2018-08-14 8:05 ` Michael Tremer
0 siblings, 1 reply; 5+ messages in thread
From: Peter Müller @ 2018-08-11 16:16 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1559 bytes --]
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(a)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)
>>
>>
>
--
"We don't care. We don't have to. We're the Phone Company."
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Broken patches (was: Re: [PATCH] Postfix: update to 3.3.1)
2018-08-11 16:16 ` Broken patches (was: Re: [PATCH] Postfix: update to 3.3.1) Peter Müller
@ 2018-08-14 8:05 ` Michael Tremer
0 siblings, 0 replies; 5+ messages in thread
From: Michael Tremer @ 2018-08-14 8:05 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2635 bytes --]
-----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(a)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-----
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2018-08-14 8:05 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-07 18:56 [PATCH] Postfix: update to 3.3.1 Peter Müller
2018-08-08 7:40 ` Michael Tremer
2018-08-08 16:19 ` Peter Müller
2018-08-11 16:16 ` Broken patches (was: Re: [PATCH] Postfix: update to 3.3.1) Peter Müller
2018-08-14 8:05 ` Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox