0

I connect to a service using stunnel version 4.29, the providers of this service disabled connection via stunnel 4.29. This now requires i update my stunnel from the WHM.

i updated using

  yum update stunnel
 Loaded plugins: fastestmirror, security
Setting up Update Process
 Loading mirror speeds from cached hostfile
  * base: repos.lax.quadranet.com
 * extras: dallas.tx.mirror.xygenhosting.com
* updates: dallas.tx.mirror.xygenhosting.com
No Packages marked for Update

and i get the response - No Packages marked for Update

Please does anyone know how i can update to stunnel 5.29?

user297056
  • 23
  • 8
  • If there isn't a package for it in the official repositories and the epel and IUS repositories don't have it either then you probably need to build it yourself. – Etan Reisner Oct 27 '15 at 16:42

1 Answers1

0

There is no stunnel version 5.29 https://www.stunnel.org/downloads.html

CentOS 7 has stunnel-4.56 : stunnel-4.56-4.el7.src.rpm

$ rpmbuild -bb stunnel.spec

CentOS 6 package : stunnel-4.56-4.el6.x86_64.rpm

Download link https://drive.google.com/file/d/0B7S255p3kFXNSEFrVE1iNE81VzQ/view?usp=sharing

Pang
  • 9,564
  • 146
  • 81
  • 122
Knud Larsen
  • 5,753
  • 2
  • 14
  • 19