summaryrefslogtreecommitdiff
path: root/stunnel
diff options
context:
space:
mode:
Diffstat (limited to 'stunnel')
-rw-r--r--stunnel/stunnel-4.05/automake.patch9
-rw-r--r--stunnel/stunnel-4.05/configure.patch31
-rw-r--r--stunnel/stunnel_4.05.bb0
3 files changed, 0 insertions, 40 deletions
diff --git a/stunnel/stunnel-4.05/automake.patch b/stunnel/stunnel-4.05/automake.patch
deleted file mode 100644
index a1baa151d5..0000000000
--- a/stunnel/stunnel-4.05/automake.patch
+++ /dev/null
@@ -1,9 +0,0 @@
-diff -urN stunnel-4.05.orig/Makefile.am stunnel-4.05/Makefile.am
---- stunnel-4.05.orig/Makefile.am 2003-01-11 23:30:48.000000000 -0500
-+++ stunnel-4.05/Makefile.am 2004-03-21 20:57:58.000000000 -0500
-@@ -1,4 +1,4 @@
--SUBDIRS = src doc tools
-+SUBDIRS = src doc
-
- # extra_src = src/gui.c src/resources.rc src/stunnel.ico src/stunnel.exe
- # extra_doc = doc/stunnel.pod doc/stunnel.8 doc/stunnel.html doc/en doc/pl
diff --git a/stunnel/stunnel-4.05/configure.patch b/stunnel/stunnel-4.05/configure.patch
deleted file mode 100644
index 090f28dc8e..0000000000
--- a/stunnel/stunnel-4.05/configure.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-diff -urN stunnel-4.05.orig/configure.ac stunnel-4.05/configure.ac
---- stunnel-4.05.orig/configure.ac 2003-12-28 15:47:49.000000000 -0500
-+++ stunnel-4.05/configure.ac 2004-03-21 20:43:07.000000000 -0500
-@@ -71,11 +71,11 @@
- [RANDOM_FILE="$withval"],
- [
- dnl Check for random device
-- AC_CHECK_FILE("/dev/urandom",
-- [
-+# AC_CHECK_FILE("/dev/urandom",
-+# [
- RANDOM_FILE="/dev/urandom";
-- ]
-- )
-+# ]
-+# )
- ]
- )
- if test -n "$RANDOM_FILE" ; then
-@@ -176,8 +176,9 @@
- [AC_MSG_RESULT([no])]; LIBS="$saved_LIBS")
-
- dnl Check PTY device files.
--AC_CHECK_FILE("/dev/ptmx", AC_DEFINE(HAVE_DEV_PTMX))
--AC_CHECK_FILE("/dev/ptc", AC_DEFINE(HAVE_DEV_PTS_AND_PTC))
-+AC_DEFINE(HAVE_DEV_PTMX)
-+#AC_CHECK_FILE("/dev/ptmx", AC_DEFINE(HAVE_DEV_PTMX))
-+#AC_CHECK_FILE("/dev/ptc", AC_DEFINE(HAVE_DEV_PTS_AND_PTC))
-
- dnl Checks for header files.
- # AC_HEADER_DIRENT
diff --git a/stunnel/stunnel_4.05.bb b/stunnel/stunnel_4.05.bb
deleted file mode 100644
index e69de29bb2..0000000000
--- a/stunnel/stunnel_4.05.bb
+++ /dev/null