pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/stunnel Change default pid file from /var/run...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/955bbc0a23cc
branches:  trunk
changeset: 524343:955bbc0a23cc
user:      smb <smb%pkgsrc.org@localhost>
date:      Tue Jan 23 21:53:58 2007 +0000

description:
Change default pid file from /var/run/stunnel/stunnel.pid to /var/run/stunnel.pid

diffstat:

 security/stunnel/Makefile         |  3 ++-
 security/stunnel/distinfo         |  4 ++--
 security/stunnel/patches/patch-ac |  4 ++--
 3 files changed, 6 insertions(+), 5 deletions(-)

diffs (43 lines):

diff -r 8e2953d520b6 -r 955bbc0a23cc security/stunnel/Makefile
--- a/security/stunnel/Makefile Tue Jan 23 21:15:08 2007 +0000
+++ b/security/stunnel/Makefile Tue Jan 23 21:53:58 2007 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.58 2007/01/14 00:07:15 schmonz Exp $
+# $NetBSD: Makefile,v 1.59 2007/01/23 21:53:58 smb Exp $
 
 DISTNAME=              stunnel-4.20
+PKGREVISION=           1
 CATEGORIES=            security
 MASTER_SITES=          ftp://ftp.fu-berlin.de/unix/security/stunnel/ \
                        ftp://stunnel.mirt.net/stunnel/ \
diff -r 8e2953d520b6 -r 955bbc0a23cc security/stunnel/distinfo
--- a/security/stunnel/distinfo Tue Jan 23 21:15:08 2007 +0000
+++ b/security/stunnel/distinfo Tue Jan 23 21:53:58 2007 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.22 2007/01/14 00:07:15 schmonz Exp $
+$NetBSD: distinfo,v 1.23 2007/01/23 21:53:58 smb Exp $
 
 SHA1 (stunnel-4.20.tar.gz) = a9a449b28a4f34ab22f6b4bfaa81c1904a5883c4
 RMD160 (stunnel-4.20.tar.gz) = 6a5dfbabe17804e87ed8c7c75898dba4b4257827
 Size (stunnel-4.20.tar.gz) = 513394 bytes
 SHA1 (patch-aa) = 08f7c534152ced42373212a3ade8d7a4a750cd5d
-SHA1 (patch-ac) = dec916e00497f1df6844475cc8972513a6ced0ba
+SHA1 (patch-ac) = 6773cee1bd8063f76a8cb122772ce1fc2856998b
diff -r 8e2953d520b6 -r 955bbc0a23cc security/stunnel/patches/patch-ac
--- a/security/stunnel/patches/patch-ac Tue Jan 23 21:15:08 2007 +0000
+++ b/security/stunnel/patches/patch-ac Tue Jan 23 21:53:58 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ac,v 1.8 2007/01/14 00:07:15 schmonz Exp $
+$NetBSD: patch-ac,v 1.9 2007/01/23 21:53:58 smb Exp $
 
 --- src/Makefile.in.orig       2006-11-11 09:58:22.000000000 -0500
 +++ src/Makefile.in
@@ -7,7 +7,7 @@
  
  # Additional compiler flags
 -AM_CPPFLAGS = -DLIBDIR='"$(libdir)"' -DCONFDIR='"$(sysconfdir)/stunnel"' -DPIDFILE='"$(prefix)/var/run/stunnel/stunnel.pid"'
-+AM_CPPFLAGS = -DLIBDIR='"$(libdir)"' -DCONFDIR='"$(sysconfdir)"' -DPIDFILE='"/var/run/stunnel/stunnel.pid"'
++AM_CPPFLAGS = -DLIBDIR='"$(libdir)"' -DCONFDIR='"$(sysconfdir)"' -DPIDFILE='"/var/run/stunnel.pid"'
  
  # Win32 executable
  EXTRA_DIST = stunnel.exe make.bat mingw.mak makece.bat evc.mak vc.mak nogui.c os2.mak



Home | Main Index | Thread Index | Old Index