[Commits] (heikki) Twisted+M2Crypto integration. Simple SSL client
should work (server does not work),
as well as reading email over IMAP (SSL). Do 'make applym2' and
rebuild to test.
commits at osafoundation.org
commits at osafoundation.org
Fri Aug 6 19:49:33 PDT 2004
Commit by: heikki
Modified files:
external/twisted/m2-patches None 1.1
external/twisted/Makefile 1.4 1.5
Log message:
Twisted+M2Crypto integration. Simple SSL client should work (server does not work), as well as reading email over IMAP (SSL). Do 'make applym2' and rebuild to test.
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/external/twisted/m2-patches?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.osafoundation.org/index.cgi/external/twisted/Makefile.diff?r1=text&tr1=1.4&r2=text&tr2=1.5
Index: external/twisted/Makefile
diff -u external/twisted/Makefile:1.4 external/twisted/Makefile:1.5
--- external/twisted/Makefile:1.4 Fri Aug 6 18:48:26 2004
+++ external/twisted/Makefile Fri Aug 6 19:49:32 2004
@@ -7,6 +7,11 @@
BUILD=build_$(SNAP)
+# Temporary, use to test Twisted with M2Crypto
+applym2:
+ cd $(SRC); \
+ patch -p0<../m2-patches
+
apply: patches-$(VERSION)
patch -Nup0 < patches-$(VERSION);echo ok
More information about the Commits
mailing list