Bug 194134 - Update net/sslh checksum of code source
Summary: Update net/sslh checksum of code source
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Thierry Thomas
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-04 06:37 UTC by olivier
Modified: 2014-10-13 22:03 UTC (History)
1 user (show)

See Also:


Attachments
update patch file for net/sslh (787 bytes, patch)
2014-10-04 06:37 UTC, olivier
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description olivier 2014-10-04 06:37:37 UTC
Created attachment 147954 [details]
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.
Comment 1 olivier 2014-10-06 06:26:01 UTC
Just tested my update against an up-to-date -current jail: And no more problem.
Then you can commit it.
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-10-06 18:48:30 UTC
A commit references this bug:

Author: thierry
Date: Mon Oct  6 18:47:38 UTC 2014
New revision: 370204
URL: https://svnweb.freebsd.org/changeset/ports/370204

Log:
  Fixing 'fetch' and unbreak.

  Note: the 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>.

  PR:		ports/194134
  Submitted by:	maintainer

Changes:
  head/net/sslh/Makefile
  head/net/sslh/distinfo
Comment 3 commit-hook freebsd_committer freebsd_triage 2014-10-13 22:03:09 UTC
A commit references this bug:

Author: antoine
Date: Mon Oct 13 22:02:19 UTC 2014
New revision: 370820
URL: https://svnweb.freebsd.org/changeset/ports/370820

Log:
  MFH: r370204

  Fixing 'fetch' and unbreak.

  Note: the 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>.

  PR:		ports/194134
  Submitted by:	maintainer

Changes:
_U  branches/2014Q4/
  branches/2014Q4/net/sslh/Makefile
  branches/2014Q4/net/sslh/distinfo