pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/49257 CVS commit: pkgsrc/net/sslh



The following reply was made to PR pkg/49257; it has been noted by GNATS.

From: "Benny Siegert" <bsiegert%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/49257 CVS commit: pkgsrc/net/sslh
Date: Fri, 28 Nov 2014 10:45:28 +0000

 Module Name:	pkgsrc
 Committed By:	bsiegert
 Date:		Fri Nov 28 10:45:28 UTC 2014
 
 Modified Files:
 	pkgsrc/net/sslh: Makefile PLIST distinfo
 	pkgsrc/net/sslh/patches: patch-echosrv.c patch-sslh-main.c
 
 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
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/sslh/Makefile
 cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/sslh/PLIST
 cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/sslh/distinfo
 cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/sslh/patches/patch-echosrv.c \
     pkgsrc/net/sslh/patches/patch-sslh-main.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index