Re: [ptxdist] [PATCH] libwebsockets: version bump to 1.7.9

2017-08-04 Thread Ian Abbott

On 03/08/17 11:59, Denis OSTERLAND wrote:

Our Windows admins don´t open SMTP port on Exchange server and I found no way 
to connect git-send-email using MAPI.


So they don't open the 'Mail submission agent' port (587) or the 'SMTPS' 
port (unofficially 465) either?



Evolution seems to use unicode 0xA0 instead of ASCII 0x20 for ' ' and Windows 
line ending (CRLF).


How does Evolution access your Exchange server?  Using evolution-ews or 
evolution-mapi?  If you are using EWS, you might be able to set up a 
local 'DavMail' Gateway to access it using standard email protocols. See 
http://davmail.sourceforge.net/ .  Then you could configure git 
send-email to use the local DavMail gateway.


Our company used to have an Exchange server (with Email submission ports 
open), but I set it up to send and receive outside emails via a Postfix 
backend running on a Linux box, because I didn't want to expose the 
Exchange server to the Internet directly.  Also, I didn't trust Exchange 
enough to forward emails from 'git send-email' intact without breaking 
them in some way, so I configured git to talk to the Postfix server 
directly!




I have tried to send it to my account and foreward it using Outlook Web App, 
but it fails too.

Seems like the only option is to use my private account, what I don´t want.

Best regards
Denis

--
-=( Ian Abbott @ MEV Ltd.E-mail:  )=-
-=(  Web: http://www.mev.co.uk/  )=-

___
ptxdist mailing list
ptxdist@pengutronix.de

Re: [ptxdist] [PATCH] libwebsockets: version bump to 1.7.9

2017-08-04 Thread Denis OSTERLAND
Hi Clemens,

thanks for that hint.
Unfortunately using preformated text does not work properly.
If line starts with " #" it uses 0xa0 too.

I found a workaround, but I am not yet lucky with it.
 - git format-patch
 - add "To:" line
 - move to ~/.local/share/evolution/mail/local/.Outbox/new/

This folder is a normal maildir so I´m looking for a possibility to configure 
some sendmail providing package
to put it there without any further processing.

Best regards
Denis

Am Freitag, den 04.08.2017, 14:22 +0200 schrieb Clemens Gruber:
> Hi Denis,
> 
> On Thu, Aug 03, 2017 at 10:59:43AM +, Denis OSTERLAND wrote:
> > 
> > Evolution seems to use unicode 0xA0 instead of ASCII 0x20 for ' ' and 
> > Windows line ending (CRLF).
> > 
> > I have tried to send it to my account and foreward it using Outlook Web 
> > App, but it fails too.
> > 
> > Seems like the only option is to use my private account, what I don´t want.
> Take a look at: 
> https://www.kernel.org/doc/html/v4.12/process/email-clients.html
> There are some client-specific hints as well.
> 
> Regards,
> Clemens
> 
> ___
> ptxdist mailing list
> ptxdist@pengutronix.de
Diehl AKO Stiftung & Co. KG, Pfannerstraße 75-83, 88239 Wangen im Allgäu
Bereichsvorstand: Dipl.-Ing. Michael Siedentop (Sprecher), Josef Fellner 
(Mitglied)
Sitz der Gesellschaft: Wangen i.A. – Registergericht: Amtsgericht Ulm HRA 
620609 – Persönlich haftende Gesellschafterin: Diehl Verwaltungs-Stiftung – 
Sitz: Nürnberg – Registergericht: Amtsgericht Nürnberg HRA 11756 –
Vorstand: Dr.-Ing. E.h. Thomas Diehl (†) (Vorsitzender), Herr 
Dipl.-Wirtsch.-Ing. Wolfgang Weggen (stellvertretender Vorsitzender), 
Dipl.-Kfm. Claus Günther, Dipl.-Kfm. Frank Gutzeit, Dr.-Ing. Heinrich Schunk, 
Dr.-Ing. Michael Siedentop , Dipl.-Kfm. Dr.-Ing. Martin Sommer, Dipl.-Ing. (FH) 
Rainer von Borstel, Vorsitzender des Aufsichtsrates: Dr. Klaus Maier
___
Der Inhalt der vorstehenden E-Mail ist nicht rechtlich bindend. Diese E-Mail 
enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen.
Informieren Sie uns bitte, wenn Sie diese E-Mail faelschlicherweise erhalten 
haben. Bitte loeschen Sie in diesem Fall die Nachricht. Jede unerlaubte Form 
der Reproduktion, Bekanntgabe, Aenderung, Verteilung und/oder Publikation 
dieser E-Mail ist strengstens untersagt.
The contents of the above mentioned e-mail is not legally binding. This e-mail 
contains confidential and/or legally protected information. Please inform us if 
you have received this e-mail by mistake and delete it in such a case. Each 
unauthorized reproduction, disclosure, alteration, distribution and/or 
publication of this e-mail is strictly prohibited.
___
ptxdist mailing list
ptxdist@pengutronix.de

Re: [ptxdist] [PATCH] libwebsockets: version bump to 1.7.9

2017-08-04 Thread Clemens Gruber
Hi Denis,

On Thu, Aug 03, 2017 at 10:59:43AM +, Denis OSTERLAND wrote:
> Evolution seems to use unicode 0xA0 instead of ASCII 0x20 for ' ' and Windows 
> line ending (CRLF).
> 
> I have tried to send it to my account and foreward it using Outlook Web App, 
> but it fails too.
> 
> Seems like the only option is to use my private account, what I don´t want.

Take a look at: https://www.kernel.org/doc/html/v4.12/process/email-clients.html
There are some client-specific hints as well.

Regards,
Clemens

___
ptxdist mailing list
ptxdist@pengutronix.de

[ptxdist] [PATCH] libssh2: version bump to 1.8.0

2017-08-04 Thread Denis OSTERLAND
Signed-off-by: Denis Osterland 
---
 rules/libssh2.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/libssh2.make b/rules/libssh2.make
index d683c67..2cc29da 100644
--- a/rules/libssh2.make
+++ b/rules/libssh2.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBSSH2) += libssh2
 #
 # Paths and names
 #
-LIBSSH2_VERSION:= 1.2.4
-LIBSSH2_MD5:= 4d65a66d5f232e5bb1d05b311e43d46d
+LIBSSH2_VERSION:= 1.8.0
+LIBSSH2_MD5:= 3d1147cae66e2959ea5441b183de1b1c
 LIBSSH2:= libssh2-$(LIBSSH2_VERSION)
 LIBSSH2_SUFFIX := tar.gz
 LIBSSH2_URL:= http://www.libssh2.org/download/$(LIBSSH2).$(LIBSSH2_SUFFIX)
-- 
2.7.4


Diehl AKO Stiftung & Co. KG, Pfannerstraße 75-83, 88239 Wangen im Allgäu
Bereichsvorstand: Dipl.-Ing. Michael Siedentop (Sprecher), Josef Fellner 
(Mitglied)
Sitz der Gesellschaft: Wangen i.A. – Registergericht: Amtsgericht Ulm HRA 
620609 – Persönlich haftende Gesellschafterin: Diehl Verwaltungs-Stiftung – 
Sitz: Nürnberg – Registergericht: Amtsgericht Nürnberg HRA 11756 –
Vorstand: Dr.-Ing. E.h. Thomas Diehl (†) (Vorsitzender), Herr 
Dipl.-Wirtsch.-Ing. Wolfgang Weggen (stellvertretender Vorsitzender), 
Dipl.-Kfm. Claus Günther, Dipl.-Kfm. Frank Gutzeit, Dr.-Ing. Heinrich Schunk, 
Dr.-Ing. Michael Siedentop , Dipl.-Kfm. Dr.-Ing. Martin Sommer, Dipl.-Ing. (FH) 
Rainer von Borstel, Vorsitzender des Aufsichtsrates: Dr. Klaus Maier
___
Der Inhalt der vorstehenden E-Mail ist nicht rechtlich bindend. Diese E-Mail 
enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen.
Informieren Sie uns bitte, wenn Sie diese E-Mail faelschlicherweise erhalten 
haben. Bitte loeschen Sie in diesem Fall die Nachricht. Jede unerlaubte Form 
der Reproduktion, Bekanntgabe, Aenderung, Verteilung und/oder Publikation 
dieser E-Mail ist strengstens untersagt.
The contents of the above mentioned e-mail is not legally binding. This e-mail 
contains confidential and/or legally protected information. Please inform us if 
you have received this e-mail by mistake and delete it in such a case. Each 
unauthorized reproduction, disclosure, alteration, distribution and/or 
publication of this e-mail is strictly prohibited.

___
ptxdist mailing list
ptxdist@pengutronix.de