pkgsrc-WIP-changes archive

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

wip/stunnel3: remove (mechanical cleanup)



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Wed Sep 23 05:34:23 2015 +0200
Changeset:	612371b9b0762d5263a4f922cb79b92682769162

Removed Files:
	stunnel3/DESCR
	stunnel3/Makefile
	stunnel3/PLIST
	stunnel3/distinfo
	stunnel3/patches/patch-aa
	stunnel3/patches/patch-ab
	stunnel3/patches/patch-ac

Log Message:
wip/stunnel3: remove (mechanical cleanup)

- pkgsrc/security/stunnel exists
- pkgsrc (5.20) >= wip (3.26nb4)
- doc/CHANGES-2015: Updated to 5.17 [youri 2015-06-05]
- doc/CHANGES-2015: Updated to 5.20 [ryoon 2015-07-25]
- wip/stunnel3 last touched [asau 2012-10-07]
- package does not appear to be actively used to stage updates
- manual inspection of diff revealed no uncommitted improvements

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=612371b9b0762d5263a4f922cb79b92682769162

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 stunnel3/DESCR            |  7 -------
 stunnel3/Makefile         | 35 -----------------------------------
 stunnel3/PLIST            |  6 ------
 stunnel3/distinfo         |  8 --------
 stunnel3/patches/patch-aa | 39 ---------------------------------------
 stunnel3/patches/patch-ab | 22 ----------------------
 stunnel3/patches/patch-ac | 43 -------------------------------------------
 7 files changed, 160 deletions(-)

diffs:
diff --git a/stunnel3/DESCR b/stunnel3/DESCR
deleted file mode 100644
index 1d9eee0..0000000
--- a/stunnel3/DESCR
+++ /dev/null
@@ -1,7 +0,0 @@
-The stunnel program is designed to work as SSL encryption wrapper between
-remote client and local (inetd-startable) or remote server. The concept is
-that having non-SSL aware daemons running on your system you can easily setup
-them to communicate with clients over secure SSL channel.
-
-stunnel can be used to add SSL functionality to commonly used inetd daemons
-like POP-2, POP-3 and IMAP servers without any changes in the program code.
diff --git a/stunnel3/Makefile b/stunnel3/Makefile
deleted file mode 100644
index b462f78..0000000
--- a/stunnel3/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# $NetBSD: Makefile,v 1.14 2012/10/07 16:23:17 asau Exp $
-
-DISTNAME=		stunnel-3.26
-PKGREVISION=		4
-CATEGORIES=		security
-MASTER_SITES=		http://www.stunnel.org/download/stunnel/src/
-
-MAINTAINER=		hauke%NetBSD.org@localhost
-HOMEPAGE=		http://www.stunnel.org/
-COMMENT=		Universal SSL tunnel
-LICENSE=		gnu-gpl-v2
-
-INSTALLATION_DIRS=	sbin lib ${PKGMANDIR}/man8 share/doc/stunnel3
-
-CONFLICTS=		stunnel-[0-9]*
-
-GNU_CONFIGURE=		yes
-CONFIGURE_ARGS+=	--with-ssl=${SSLBASE:Q} \
-			--with-cert-dir=${SSLCERTS:Q} \
-			--with-pem-dir=${SSLCERTS:Q} \
-			--with-tcp-wrappers
-
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/stunnel ${DESTDIR}/${PREFIX}/sbin
-	${INSTALL_LIB} ${WRKSRC}/stunnel.so ${DESTDIR}/${PREFIX}/lib/
-	${INSTALL_DATA} ${WRKSRC}/stunnel.8 \
-			${DESTDIR}/${PREFIX}/${PKGMANDIR}/man8
-	${INSTALL_DATA} ${WRKSRC}/doc/english/VNC_StunnelHOWTO.html \
-			${DESTDIR}/${PREFIX}/share/doc/stunnel3
-	${INSTALL_DATA} ${WRKSRC}/doc/english/transproxy.txt \
-			${DESTDIR}/${PREFIX}/share/doc/stunnel3
-
-.include "../../security/openssl/buildlink3.mk"
-.include "../../security/tcp_wrappers/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/stunnel3/PLIST b/stunnel3/PLIST
deleted file mode 100644
index 71b8598..0000000
--- a/stunnel3/PLIST
+++ /dev/null
@@ -1,6 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2010/04/17 22:50:42 hfath Exp $
-lib/stunnel.so
-man/man8/stunnel.8
-sbin/stunnel
-share/doc/stunnel3/VNC_StunnelHOWTO.html
-share/doc/stunnel3/transproxy.txt
diff --git a/stunnel3/distinfo b/stunnel3/distinfo
deleted file mode 100644
index 55c98f3..0000000
--- a/stunnel3/distinfo
+++ /dev/null
@@ -1,8 +0,0 @@
-$NetBSD: distinfo,v 1.2 2005/04/23 18:36:08 hfath Exp $
-
-SHA1 (stunnel-3.26.tar.gz) = 0d40d268a9e4b63630312cdee4efa5ecba53c9ec
-RMD160 (stunnel-3.26.tar.gz) = 63347b6bc6fca1496d74a8ef234eea98a45e0b04
-Size (stunnel-3.26.tar.gz) = 228923 bytes
-SHA1 (patch-aa) = 197e5d3a6474d9a4b7f3c4c1e95fcc02c2840a20
-SHA1 (patch-ab) = a9f1a4e6757b6115711e4601ac36f8d3e699c2c9
-SHA1 (patch-ac) = e2e263683d6df9aeb5ac07944073e7156337a749
diff --git a/stunnel3/patches/patch-aa b/stunnel3/patches/patch-aa
deleted file mode 100644
index c0c4a3e..0000000
--- a/stunnel3/patches/patch-aa
+++ /dev/null
@@ -1,39 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2003/10/26 14:26:22 hfath Exp $
-
---- Makefile.in.orig	Thu Apr  3 03:43:47 2003
-+++ Makefile.in
-@@ -9,7 +9,7 @@
- sbindir=@sbindir@
- libdir=@libdir@
- man8dir=@mandir@/man8
--piddir=@localstatedir@/stunnel/
-+piddir=/var/run/
- ssldir=@ssldir@
- openssl=$(ssldir)/bin/openssl
- PEM_DIR=@PEM_DIR@
-@@ -24,7 +24,7 @@
- LIBS=@LIBS@
- HEADERS=common.h prototypes.h client.h
- OBJS=client.o stunnel.o ssl.o protocol.o sthreads.o pty.o log.o options.o
--DESTFILES=$(sbindir)/stunnel $(libdir)/stunnel.so $(man8dir)/stunnel.8  $(PEM_DIR)/stunnel.pem
-+DESTFILES=$(sbindir)/stunnel $(libdir)/stunnel.so $(man8dir)/stunnel.8
- 
- # Settings that are probably only useful for creating tarball dists
- WINGCC=i586-mingw32msvc-gcc 
-@@ -37,7 +37,7 @@
- 
- # standard external rules
- 
--all: stunnel stunnel.8 stunnel.html stunnel.so stunnel.pem
-+all: stunnel stunnel.8 stunnel.html stunnel.so
- 
- install: all installdirs $(DESTFILES)
- 
-@@ -66,7 +66,6 @@
- 
- installdirs: mkinstalldirs
- 	./mkinstalldirs $(sbindir) $(libdir) $(man8dir) $(PEM_DIR) $(piddir)
--	chmod a=rwx,+t $(piddir)
- 
- # non-standard external rules
- 
diff --git a/stunnel3/patches/patch-ab b/stunnel3/patches/patch-ab
deleted file mode 100644
index 49ee028..0000000
--- a/stunnel3/patches/patch-ab
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2003/10/26 14:26:22 hfath Exp $
-
---- configure.orig	Sat Aug 30 05:25:45 2003
-+++ configure
-@@ -2739,7 +2739,7 @@
- 
- fi
- 
--
-+if false; then
- # OSF hack instead of simple AC_CHECK_LIB here
- echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
- echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6
-@@ -2850,7 +2850,7 @@
- 
- 
- fi
--
-+fi
- 
- 
- echo "$as_me:$LINENO: checking for openpty in -lutil" >&5
diff --git a/stunnel3/patches/patch-ac b/stunnel3/patches/patch-ac
deleted file mode 100644
index 2f90012..0000000
--- a/stunnel3/patches/patch-ac
+++ /dev/null
@@ -1,43 +0,0 @@
-$NetBSD: patch-ac,v 1.1.1.1 2003/10/26 14:26:22 hfath Exp $
-
---- stunnel.c.orig	Sat Aug 30 06:34:57 2003
-+++ stunnel.c
-@@ -74,7 +74,8 @@
- #ifndef USE_WIN32
- static void sigchld_handler(int);
- static void signal_handler(int);
--static int signal_pipe[2];
-+/* Cannot be static, used in sthreads.c */
-+int signal_pipe[2];
- static char signal_buffer[16];
- #else
- static BOOL CtrlHandler(DWORD);
-@@ -633,23 +634,23 @@
- 
- #ifdef HAVE_WAIT_FOR_PID
-     while((pid=wait_for_pid(-1, &status, WNOHANG))>0) {
--        option.clients--; /* one client less */
-+        options.clients--; /* one client less */
- #else
-         if((pid=wait(&status))>0) {
--            option.clients--; /* one client less */
-+            options.clients--; /* one client less */
- #endif
- #ifdef WIFSIGNALED
-         if(WIFSIGNALED(status)) {
-             log(LOG_DEBUG, "Process %d terminated on signal %d (%d left)",
--                pid, WTERMSIG(status), num_clients);
-+                pid, WTERMSIG(status), options.clients);
-         } else {
-             log(LOG_DEBUG, "Process %d finished with code %d (%d left)",
--                pid, WEXITSTATUS(status), num_clients);
-+                pid, WEXITSTATUS(status), options.clients);
-         }
-     }
- #else
-         log(LOG_DEBUG, "Process %d finished with code %d (%d left)",
--            pid, status, num_clients);
-+            pid, status, options.clients);
-     }
- #endif
- }


Home | Main Index | Thread Index | Old Index