From owner-cvs-all@FreeBSD.ORG Thu Jan 24 00:36:43 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 48FAD16A418; Thu, 24 Jan 2008 00:36:43 +0000 (UTC) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4A51213C4D3; Thu, 24 Jan 2008 00:36:43 +0000 (UTC) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0O0ahCU035121; Thu, 24 Jan 2008 00:36:43 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0O0ahA4035120; Thu, 24 Jan 2008 00:36:43 GMT (envelope-from roam) Message-Id: <200801240036.m0O0ahA4035120@repoman.freebsd.org> From: Peter Pentchev Date: Thu, 24 Jan 2008 00:36:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/stunnel Makefile distinfo pkg-plist ports/security/stunnel/files patch-src::prototypes.h patch-src::stunnel.c patch-tools::stunnel.init.in stunnel.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2008 00:36:43 -0000 roam 2008-01-24 00:36:43 UTC FreeBSD ports repository Modified files: security/stunnel Makefile distinfo pkg-plist security/stunnel/files stunnel.sh Removed files: security/stunnel/files patch-src::prototypes.h patch-src::stunnel.c patch-tools::stunnel.init.in Log: Update the stunnel port to version 4.22b2 to fix inetd mode logging[1]. While I'm here, pick up various changes from PR's: - convert the startup script to the new style[2], but do not yet enable USE_RC_SUBR; a repo-copy of stunnel.sh to stunnel.in should be done first - use ETCDIR instead of PREFIX/etc/stunnel everywhere[3] - wave a magic wand over the startup script generation process to mimic the changes that will be done by USE_RC_SUBR after the repo-copy Prompted by: Damian Wiest and Luis Rodrigo Gallardo Cruz on the stunnel-users mailing list [1] PR: 119655 [2] - only the changes to the startup script 116773 [3] - only the ETCDIR part Submitted by: Jason DiCioccio [2], Alexander Logvinov [3] Revision Changes Path 1.83 +7 -6 ports/security/stunnel/Makefile 1.45 +3 -3 ports/security/stunnel/distinfo 1.2 +0 -12 ports/security/stunnel/files/patch-src::prototypes.h (dead) 1.2 +0 -92 ports/security/stunnel/files/patch-src::stunnel.c (dead) 1.3 +0 -11 ports/security/stunnel/files/patch-tools::stunnel.init.in (dead) 1.8 +9 -9 ports/security/stunnel/files/stunnel.sh 1.14 +2 -2 ports/security/stunnel/pkg-plist