diff --git a/buildout/software-profiles/stunnel.cfg b/buildout/software-profiles/stunnel.cfg new file mode 100644 index 0000000000000000000000000000000000000000..04c4562fe81a42015e9bff08bf69f594962b86d3 --- /dev/null +++ b/buildout/software-profiles/stunnel.cfg @@ -0,0 +1,19 @@ +[buildout] +parts = + stunnel + +[stunnel] +<= stunnel-4 +recipe = hexagonit.recipe.cmmi + +[stunnel-4-hook-download] +recipe = hexagonit.recipe.download +url = http://www.nexedi.org/static/buildout-hooks/stunnel-4-hooks.py-r39611 +md5sum = 5b099b386c34c5b8d0664c0292ba322a +download-only=true +filename = stunnel-4-hooks.py + +[stunnel-4] +url = http://www.stunnel.org/download/stunnel/src/stunnel-4.34.tar.gz +md5sum = bbd274e8364ea3ceca0ee5190e13edd1 +pre-configure-hook = ${stunnel-4-hook-download:location}/${stunnel-4-hook-download:filename}:pre_configure_hook