stunnel: Update to 5.36, use pthreads and SSP. 3219/head
authordiizzyy <diizzyy@gmail.com>
Fri, 23 Sep 2016 12:07:51 +0000 (14:07 +0200)
committerdiizzyy <diizzyy@gmail.com>
Fri, 30 Sep 2016 22:04:33 +0000 (00:04 +0200)
commit1c6389467086677d32e07414e0262e1215f36668
tree613e71098cfed3298c7bf633e7cee9b75bc35112
parent4055641643fa30c0516866dd4716272e357606f8
stunnel: Update to 5.36, use pthreads and SSP.

Updates stunnel to 5.36, changes it from using forking to pthreads and
enables SSP linking. Also changes maintainer to myself.

Regarding pthreads vs forking, http://blog.haproxy.com/2011/09/16/benchmarking_ssl_performance/
SSP is short for Stack Smashing Protector and you can read about it here: http://wiki.osdev.org/Stack_Smashing_Protector

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
net/stunnel/Makefile
net/stunnel/patches/011_disable_ssp_linking.patch [deleted file]
net/stunnel/patches/012-cron-without-pthread-fix.patch [deleted file]