Subject: CVS commit: pkgsrc/net/sslh
From: Benny Siegert
Date: 2014-11-28 11:45:28
Message id: 20141128104528.2712E98@cvs.netbsd.org

Log Message:
Update sslh to 1.16. Patch provided by Nils Ratusznik in PR pkg/49257.

Changelog for sslh is the following :
v1.16: 11FEB2014
Probes made more resilient, to incoming data containing NULLs. Also made
them behave properly when receiving too short packets to probe on the
first incoming packet.
(Ondrej Kuzník)
Libcap support: Keep only CAP_NET_ADMIN if started as root with
transparent proxying and dropping priviledges (enable USELIBCAP in
Makefile). This avoids having to mess with filesystem capabilities.
(Sebastian Schmidt/yath)
Fixed bugs related to getpeername that would cause sslh to quit
erroneously (getpeername can return actual errors if connections are
dropped before getting to getpeername).
Set IP_FREEDBIND if available to bind to addresses that don't yet exist.

Changelog for pkgsrc :
- now uses Github for fetching source, ${HOMEPAGE} says : "sslh is
  managed in Git and pushed to Github" ;
- replaced #!/bin/bash with #!/bin/sh in genver.sh, choice of sh instead
  of bash is because of a commit in sslh github :
https://github.com/yrutschle/sslh/commit/62cbb55b8e9c9b0bc878b094c5be815d58276b39

Files:
RevisionActionfile
1.5modifypkgsrc/net/sslh/Makefile
1.4modifypkgsrc/net/sslh/PLIST
1.3modifypkgsrc/net/sslh/distinfo
1.2modifypkgsrc/net/sslh/patches/patch-echosrv.c
1.2modifypkgsrc/net/sslh/patches/patch-sslh-main.c