diff options
author | Lance Albertson <ramereth@gentoo.org> | 2006-06-05 02:52:37 +0000 |
---|---|---|
committer | Lance Albertson <ramereth@gentoo.org> | 2006-06-05 02:52:37 +0000 |
commit | d31cda7c596dcef7de2dc75872315b5a80454302 (patch) | |
tree | 3cf68b7ab04236f9a9930a644d8cda0dbc8eb3cc /net-misc/stunnel/files | |
parent | Remove old-style ebuilds (diff) | |
download | gentoo-2-d31cda7c596dcef7de2dc75872315b5a80454302.tar.gz gentoo-2-d31cda7c596dcef7de2dc75872315b5a80454302.tar.bz2 gentoo-2-d31cda7c596dcef7de2dc75872315b5a80454302.zip |
stable on x86, files/ebuild cleanup
(Portage version: 2.0.54-r2)
Diffstat (limited to 'net-misc/stunnel/files')
-rw-r--r-- | net-misc/stunnel/files/digest-stunnel-4.09 | 1 | ||||
-rw-r--r-- | net-misc/stunnel/files/stunnel-4.05-gentoo.diff | 12 | ||||
-rw-r--r-- | net-misc/stunnel/files/stunnel-4.09-gentoo.diff | 12 | ||||
-rw-r--r-- | net-misc/stunnel/files/stunnel-4.10-inetd.patch | 21 | ||||
-rw-r--r-- | net-misc/stunnel/files/stunnel.conf.4.05 | 50 | ||||
-rw-r--r-- | net-misc/stunnel/files/stunnel.conf.4.09 | 61 | ||||
-rw-r--r-- | net-misc/stunnel/files/stunnel.rc6.4.05 | 20 | ||||
-rwxr-xr-x | net-misc/stunnel/files/stunnel.rc6.4.09 | 34 |
8 files changed, 0 insertions, 211 deletions
diff --git a/net-misc/stunnel/files/digest-stunnel-4.09 b/net-misc/stunnel/files/digest-stunnel-4.09 deleted file mode 100644 index f3ec67c1f42d..000000000000 --- a/net-misc/stunnel/files/digest-stunnel-4.09 +++ /dev/null @@ -1 +0,0 @@ -MD5 2077669b04c36e4c0baa68348e8860a7 stunnel-4.09.tar.gz 484745 diff --git a/net-misc/stunnel/files/stunnel-4.05-gentoo.diff b/net-misc/stunnel/files/stunnel-4.05-gentoo.diff deleted file mode 100644 index b41de790e162..000000000000 --- a/net-misc/stunnel/files/stunnel-4.05-gentoo.diff +++ /dev/null @@ -1,12 +0,0 @@ ---- tools/Makefile.in 2002-10-26 16:48:22.000000000 +0000 -+++ tools/Makefile.in 2002-10-26 16:48:38.000000000 +0000 -@@ -83,7 +83,7 @@ - - - confdir = $(sysconfdir)/stunnel --conf_DATA = stunnel.conf-sample stunnel.pem -+conf_DATA = stunnel.conf-sample - - docdir = $(datadir)/doc/stunnel - examplesdir = $(docdir)/examples - diff --git a/net-misc/stunnel/files/stunnel-4.09-gentoo.diff b/net-misc/stunnel/files/stunnel-4.09-gentoo.diff deleted file mode 100644 index b41de790e162..000000000000 --- a/net-misc/stunnel/files/stunnel-4.09-gentoo.diff +++ /dev/null @@ -1,12 +0,0 @@ ---- tools/Makefile.in 2002-10-26 16:48:22.000000000 +0000 -+++ tools/Makefile.in 2002-10-26 16:48:38.000000000 +0000 -@@ -83,7 +83,7 @@ - - - confdir = $(sysconfdir)/stunnel --conf_DATA = stunnel.conf-sample stunnel.pem -+conf_DATA = stunnel.conf-sample - - docdir = $(datadir)/doc/stunnel - examplesdir = $(docdir)/examples - diff --git a/net-misc/stunnel/files/stunnel-4.10-inetd.patch b/net-misc/stunnel/files/stunnel-4.10-inetd.patch deleted file mode 100644 index abb068adbcb3..000000000000 --- a/net-misc/stunnel/files/stunnel-4.10-inetd.patch +++ /dev/null @@ -1,21 +0,0 @@ -# arch-tag: 5a2234d7-fe10-4a6e-845a-4ee6f13e262c ---- stunnel-4.10/src/network.c.inetd 2005-06-01 11:39:36.000000000 +0200 -+++ stunnel-4.10/src/network.c 2005-06-01 11:43:38.000000000 +0200 -@@ -32,7 +32,7 @@ - #include "prototypes.h" - - #ifndef USE_WIN32 --static int signal_pipe[2]; -+static int signal_pipe[2] = { -1, -1 }; - static char signal_buffer[16]; - static void sigchld_handler(int); - static void signal_pipe_empty(void); -@@ -136,7 +136,7 @@ - do { /* skip "Interrupted system call" errors */ - retry=0; - retval=poll(ufds, nfds, min_timeout<0 ? -1 : 1000*min_timeout); -- if(retval>0 && (*signal_revents & POLLIN)) { -+ if(retval>0 && signal_revents && (*signal_revents & POLLIN)) { - signal_pipe_empty(); /* no timeout -> main loop */ - retry=1; - } diff --git a/net-misc/stunnel/files/stunnel.conf.4.05 b/net-misc/stunnel/files/stunnel.conf.4.05 deleted file mode 100644 index 571e74b50393..000000000000 --- a/net-misc/stunnel/files/stunnel.conf.4.05 +++ /dev/null @@ -1,50 +0,0 @@ -# location of pid file -pid = /etc/stunnel/stunnel.pid - -# user to run as -setuid = stunnel -setgid = stunnel - -# Authentication stuff -#verify = 2 -# don't forget about c_rehash CApath -# it is located inside chroot jail: -#CApath = /certs -# or simply use CAfile instead: -#CAfile = /usr/etc/stunnel/certs.pem - -# Some debugging stuff -#debug = 7 -#output = stunnel.log - -# Use it for client mode -#client = yes - -# sample service-level configuration - -#[pop3s] -#accept = 995 -#connect = 110 - -#[imaps] -#accept = 993 -#connect = 143 - -#[ssmtp] -#accept = 465 -#connect = 25 - -#[s1] -#accept = 5000 -#connect = mail.osw.pl:110 -#delay = yes - -#[s2] -#accept = 5001 -#connect = mail.osw.pl:25 - -#[https] -#accept = 443 -#connect = 80 -#TIMEOUTclose = 0 - diff --git a/net-misc/stunnel/files/stunnel.conf.4.09 b/net-misc/stunnel/files/stunnel.conf.4.09 deleted file mode 100644 index 4aa8b8c5252e..000000000000 --- a/net-misc/stunnel/files/stunnel.conf.4.09 +++ /dev/null @@ -1,61 +0,0 @@ -# Sample stunnel configuration file by Michal Trojnara 2002-2005 -# Some options used here may not be adequate for your particular configuration -# Please make sure you understand them (especially the effect of chroot jail) - -# Certificate/key is needed in server mode and optional in client mode -# cert = /etc/stunnel/stunnel.pem -# key = /etc/stunnel/stunnel.pem - -# Some security enhancements for UNIX systems - comment them out on Win32 -# chroot = /chroot/stunnel/ -setuid = stunnel -setgid = stunnel -# PID is created inside chroot jail -pid = /var/run/stunnel/stunnel.pid - -# Some performance tunings -socket = l:TCP_NODELAY=1 -socket = r:TCP_NODELAY=1 -#compression = rle - -# Workaround for Eudora bug -#options = DONT_INSERT_EMPTY_FRAGMENTS - -# Authentication stuff -#verify = 2 -# Don't forget to c_rehash CApath -# CApath is located inside chroot jail: -#CApath = /certs -# It's often easier to use CAfile: -#CAfile = /etc/stunnel/certs.pem -# Don't forget to c_rehash CRLpath -# CRLpath is located inside chroot jail: -#CRLpath = /crls -# Alternatively you can use CRLfile: -#CRLfile = /etc/stunnel/crls.pem - -# Some debugging stuff useful for troubleshooting -#debug = 7 -#output = stunnel.log - -# Use it for client mode -#client = yes - -# Service-level configuration - -#[pop3s] -#accept = 995 -#connect = 110 - -#[imaps] -#accept = 993 -#connect = 143 - -#[ssmtp] -#accept = 465 -#connect = 25 - -#[https] -#accept = 443 -#connect = 80 -#TIMEOUTclose = 0 diff --git a/net-misc/stunnel/files/stunnel.rc6.4.05 b/net-misc/stunnel/files/stunnel.rc6.4.05 deleted file mode 100644 index 4f9d57fba0b2..000000000000 --- a/net-misc/stunnel/files/stunnel.rc6.4.05 +++ /dev/null @@ -1,20 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/files/stunnel.rc6.4.05,v 1.1 2004/08/18 23:10:03 aliz Exp $ - -depend() { - need net -} - -start() { - ebegin "Starting stunnel" - start-stop-daemon -p /etc/stunnel/stunnel.pid --start --quiet --exec /usr/sbin/stunnel -- /etc/stunnel/stunnel.conf - eend $? -} - -stop() { - ebegin "Stopping stunnel" - start-stop-daemon -p /etc/stunnel/stunnel.pid --stop --quiet --exec /usr/sbin/stunnel -- /etc/stunnel/stunnel.conf - eend $? -} diff --git a/net-misc/stunnel/files/stunnel.rc6.4.09 b/net-misc/stunnel/files/stunnel.rc6.4.09 deleted file mode 100755 index d3fac3283205..000000000000 --- a/net-misc/stunnel/files/stunnel.rc6.4.09 +++ /dev/null @@ -1,34 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/files/stunnel.rc6.4.09,v 1.1 2005/05/13 21:45:29 ramereth Exp $ - -# Default pidfile location -PIDFILE="/var/run/stunnel/stunnel.pid" - -checkconfig() { - # To ensure backwards compatibility - if [ ! -z "$(egrep '/etc/stunnel/stunnel.pid' /etc/stunnel/stunnel.conf)" ] ; then - ewarn "Please update your stunnel.conf!" - ewarn "pid should point to /var/run/stunnel/stunnel.pid" - PIDFILE="/etc/stunnel/stunnel.pid" - fi -} - -depend() { - need net -} - -start() { - checkconfig - ebegin "Starting stunnel" - start-stop-daemon --start --pidfile ${PIDFILE} --quiet --exec /usr/sbin/stunnel -- /etc/stunnel/stunnel.conf - eend $? -} - -stop() { - checkconfig - ebegin "Stopping stunnel" - start-stop-daemon --stop --quiet --pidfile ${PIDFILE} - eend $? -} |