Bug 139147 - [PATCH] security/stunnel: [add librwap option]
Summary: [PATCH] security/stunnel: [add librwap option]
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Peter Pentchev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-26 02:10 UTC by Jim Riggs
Modified: 2009-11-13 11:03 UTC (History)
1 user (show)

See Also:


Attachments
stunnel-4.27_1.patch (1.22 KB, patch)
2009-09-26 02:10 UTC, Jim Riggs
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jim Riggs 2009-09-26 02:10:02 UTC
For performance reasons, I wanted to build stunnel with the
--disable-libwrap configure option, but stunnel's Makefile used
CONFIGURE_ARGS= rather than CONFIGURE_ARGS+=, so I couldn't set it in
ports.conf, and there wasn't an OPTION for it.  This update changes
to CONFIGURE_ARGS+= (in case there are other such options people want
to specify) and adds a LIBWRAP option which defaults to on.

Port maintainer (roam@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-09-26 02:10:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->roam

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-11-13 10:59:05 UTC
roam        2009-11-13 10:58:57 UTC

  FreeBSD ports repository

  Modified files:
    security/stunnel     Makefile distinfo 
    security/stunnel/files patch-Makefile.in patch-src::client.c 
                           patch-src::common.h ssl-noengine.patch 
  Log:
  Update stunnel to 4.28, including a patch for older SSL versions.
  Add two new configurable options to disable libwrap support (almost
  as in the PR, but not quite) and enable Diffie-Hellman key exchange.
  
  PR:             139147 (only the libwrap support, but missing -lwrap)
  Submitted by:   Jim Riggs <ports@christianserving.org>
  
  Revision  Changes    Path
  1.93      +22 -2     ports/security/stunnel/Makefile
  1.51      +6 -3      ports/security/stunnel/distinfo
  1.6       +9 -3      ports/security/stunnel/files/patch-Makefile.in
  1.2       +8 -3      ports/security/stunnel/files/patch-src::client.c
  1.4       +8 -3      ports/security/stunnel/files/patch-src::common.h
  1.4       +8 -3      ports/security/stunnel/files/ssl-noengine.patch
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Peter Pentchev freebsd_committer freebsd_triage 2009-11-13 11:03:12 UTC
State Changed
From-To: open->closed

I've just committed a similar change in the update to stunnel-4.28. 
Thanks!