Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 04 Oct 2014 06:37:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 194134] New: Update net/sslh checksum of code source
Message-ID:  <bug-194134-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194134

            Bug ID: 194134
           Summary: Update net/sslh checksum of code source
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: olivier@cochard.me

Created attachment 147954
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=147954&action=edit
update patch file for net/sslh

sslh author confirm that the recent changes to the source archive was just
adding a COPYING file
(http://rutschle.net/pipermail/sslh/2014-October/000550.html). But because the
checksum and size had changed, we need to update our port.

Port tested with a "portlint -A" and "poudriere testport -o net/sslh -j
100amd64 -z server" without problem.

But I met a problem on -current:

gmake[1]: Entering directory `/wrkdirs/usr/ports/net/sslh/work/sslh-v1.16'
./genver.sh >version.h
cc -O2 -pipe  -I/usr/local/include -fstack-protector -fno-strict-aliasing 
-DLIBWRAP -DLIBCONFIG -c common.c
cc -O2 -pipe  -I/usr/local/include -fstack-protector -fno-strict-aliasing 
-DLIBWRAP -DLIBCONFIG -c sslh-main.c
common.c:462:10: warning: implicit declaration of function 'hosts_ctl' is
invalid in C99 [-Wimplicit-function-declaration]
    if (!hosts_ctl(service, host, addr_str, STRING_UNKNOWN)) {

But I've check for a #include "tcpd.h" in common.c and it's correctly set:
#ifdef LIBWRAP
#include "tcpd.h"

Then I don't know how to fix this for current.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194134-13>