diff options
author | obache <obache@pkgsrc.org> | 2006-10-14 11:12:19 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2006-10-14 11:12:19 +0000 |
commit | 4f1c6682a2a506769443c5a480dba055fe56766b (patch) | |
tree | 68de6ae9c4e4ed5813161a325866acf86275e763 /security/stunnel/patches/patch-aa | |
parent | 00428b538ecd7104df2206d12ef23a706e1f33ab (diff) | |
download | pkgsrc-4f1c6682a2a506769443c5a480dba055fe56766b.tar.gz |
Update stunnel to 4.15.
Patch provided by Shaun Amott via PR 34436, take maintainership.
And define USE_LIBTOOL, regen patch with mkpatches.
Diffstat (limited to 'security/stunnel/patches/patch-aa')
-rw-r--r-- | security/stunnel/patches/patch-aa | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/security/stunnel/patches/patch-aa b/security/stunnel/patches/patch-aa index b3006707a65..3bcc039cb3f 100644 --- a/security/stunnel/patches/patch-aa +++ b/security/stunnel/patches/patch-aa @@ -1,24 +1,22 @@ -$NetBSD: patch-aa,v 1.17 2005/01/09 13:09:12 schmonz Exp $ +$NetBSD: patch-aa,v 1.18 2006/10/14 11:12:19 obache Exp $ ---- tools/Makefile.in.orig 2004-12-30 06:57:40.000000000 -0500 +--- tools/Makefile.in.orig 2006-03-06 21:02:39.000000000 +0000 +++ tools/Makefile.in -@@ -162,8 +162,8 @@ DISTCLEANFILES = stunnel.pem +@@ -160,7 +160,7 @@ target_alias = @target_alias@ EXTRA_DIST = ca.html ca.pl importCA.html importCA.sh script.sh \ - stunnel.spec stunnel.mak stunnel.cnf + stunnel.spec stunnel.mak stunnel.cnf stunnel.nsi stunnel.conf -confdir = $(sysconfdir)/stunnel --conf_DATA = stunnel.conf-sample stunnel.pem +confdir = $(datadir)/examples/stunnel -+conf_DATA = stunnel.conf-sample + conf_DATA = stunnel.conf-sample docdir = $(datadir)/doc/stunnel examplesdir = $(docdir)/examples - examples_DATA = ca.html ca.pl importCA.html importCA.sh script.sh \ -@@ -399,7 +399,7 @@ stunnel.pem: stunnel.cnf - -in stunnel.pem +@@ -331,7 +331,7 @@ info: info-am - install-data-hook: -- chmod 0600 $(DESTDIR)$(confdir)/stunnel.pem -+ true + info-am: - clean-local: - -rm -f stunnel.rnd +-install-data-am: install-confDATA install-data-local \ ++install-data-am: install-confDATA \ + install-examplesDATA + + install-exec-am: |