diff options
author | tron <tron> | 2000-06-17 21:52:18 +0000 |
---|---|---|
committer | tron <tron> | 2000-06-17 21:52:18 +0000 |
commit | 092b2e5795a41a57baf03634e96343ca69cfd5c8 (patch) | |
tree | 9b7624a82030e3d9094ee20aa9b3f819f9a276c7 /security/stunnel | |
parent | ca7da55655ab4c26f14aea8d3ab77bae84341f0a (diff) | |
download | pkgsrc-092b2e5795a41a57baf03634e96343ca69cfd5c8.tar.gz |
Don't install automatically created certificate. It is useless and will
only overwrite a useful one.
Diffstat (limited to 'security/stunnel')
-rw-r--r-- | security/stunnel/files/patch-sum | 4 | ||||
-rw-r--r-- | security/stunnel/patches/patch-aa | 13 | ||||
-rw-r--r-- | security/stunnel/pkg/PLIST | 4 |
3 files changed, 15 insertions, 6 deletions
diff --git a/security/stunnel/files/patch-sum b/security/stunnel/files/patch-sum index b264717c6d0..344ba701c44 100644 --- a/security/stunnel/files/patch-sum +++ b/security/stunnel/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.4 2000/04/26 13:00:16 tron Exp $ +$NetBSD: patch-sum,v 1.5 2000/06/17 21:52:18 tron Exp $ -MD5 (patch-aa) = 9bee59ead3d498fdcdf332fc21ec3324 +MD5 (patch-aa) = 0d5c228a94cab01f2cbabc2fef5fa19b MD5 (patch-ab) = 0fcbda3fef76c54473ff38b56d02e915 diff --git a/security/stunnel/patches/patch-aa b/security/stunnel/patches/patch-aa index cb7e247b6ba..47e2547f3fe 100644 --- a/security/stunnel/patches/patch-aa +++ b/security/stunnel/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.4 2000/04/26 13:00:17 tron Exp $ +$NetBSD: patch-aa,v 1.5 2000/06/17 21:52:18 tron Exp $ --- Makefile.in.orig Tue Feb 22 13:08:16 2000 -+++ Makefile.in Wed Apr 26 14:59:30 2000 ++++ Makefile.in Sat Jun 17 23:46:38 2000 @@ -7,9 +7,9 @@ sbindir=@sbindir@ libdir=@libdir@ @@ -14,6 +14,15 @@ $NetBSD: patch-aa,v 1.4 2000/04/26 13:00:17 tron Exp $ @SET_MAKE@ VERSION=stunnel-@VERSION@ RANDOM_OPT=@RANDOM_OPT@ +@@ -18,7 +18,7 @@ + CFLAGS=@CFLAGS@ @DEFS@ -Dcertdir=\"$(certdir)\" -Dlibdir=\"$(libdir)\" -Dpiddir=\"$(piddir)\" + LIBS=@LIBS@ + OBJS=stunnel.o ssl.o protocol.o sthreads.o pty.o log.o +-DESTFILES=$(sbindir)/stunnel $(libdir)/stunnel.so $(man8dir)/stunnel.8 $(certdir)/stunnel.pem ++DESTFILES=$(sbindir)/stunnel $(libdir)/stunnel.so $(man8dir)/stunnel.8 + + # standard external rules + @@ -50,7 +50,6 @@ installdirs: mkinstalldirs diff --git a/security/stunnel/pkg/PLIST b/security/stunnel/pkg/PLIST index b5f94decbc5..1403fafc4ab 100644 --- a/security/stunnel/pkg/PLIST +++ b/security/stunnel/pkg/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.2 2000/04/03 17:23:12 tron Exp $ -certs/stunnel.pem +@comment $NetBSD: PLIST,v 1.3 2000/06/17 21:52:19 tron Exp $ lib/stunnel.so man/man8/stunnel.8 sbin/stunnel +@exec mkdir -p %D/certs |