aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/ucspi-ssl/0001-Add-missing-make-targets.patch
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-12-01 17:26:53 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-12-01 17:26:53 +0100
commit3ce3c4fd596debefbad77328a9b62a39eccf753c (patch)
tree8ea8842d946335dbd124e71336a11b928481c544 /unmaintained/ucspi-ssl/0001-Add-missing-make-targets.patch
parent62b8ba5f8fe6d62d56b2d078b4f12f72830ee4af (diff)
downloadaports-3ce3c4fd596debefbad77328a9b62a39eccf753c.tar.bz2
aports-3ce3c4fd596debefbad77328a9b62a39eccf753c.tar.xz
unmaintained/*: purge aports not touched since v3.5.0
We agreed with ncopa on #alpine-devel (2017-12-01 16:20 UTC) to periodically purge aports in unmaintained that haven't been touched in last 1 year (2 releases).
Diffstat (limited to 'unmaintained/ucspi-ssl/0001-Add-missing-make-targets.patch')
-rw-r--r--unmaintained/ucspi-ssl/0001-Add-missing-make-targets.patch41
1 files changed, 0 insertions, 41 deletions
diff --git a/unmaintained/ucspi-ssl/0001-Add-missing-make-targets.patch b/unmaintained/ucspi-ssl/0001-Add-missing-make-targets.patch
deleted file mode 100644
index 8c36dab94c..0000000000
--- a/unmaintained/ucspi-ssl/0001-Add-missing-make-targets.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-From a4f0a53cab0caa35607a85378bc687468eaec466 Mon Sep 17 00:00:00 2001
-From: Jesse Young <jlyo@jlyo.org>
-Date: Fri, 24 Jul 2015 16:11:59 +0000
-Subject: [PATCH] Add missing make targets
-
----
- host/superscript.com/net/ucspi-ssl-0.95b/src/Makefile | 11 +++++++++++
- 1 file changed, 11 insertions(+)
-
-diff --git a/host/superscript.com/net/ucspi-ssl-0.95b/src/Makefile b/host/superscript.com/net/ucspi-ssl-0.95b/src/Makefile
-index 452586c..089b1ff 100755
---- a/host/superscript.com/net/ucspi-ssl-0.95b/src/Makefile
-+++ b/host/superscript.com/net/ucspi-ssl-0.95b/src/Makefile
-@@ -454,6 +454,12 @@ compile remoteinfo.c buffer.h error.h fmt.h gen_alloc.h iopause.h \
- remoteinfo.h socket.h stralloc.h tai.h taia.h timeoutconn.h uint16.h uint64.h
- ./compile remoteinfo.c
-
-+remoteinfo6.o: \
-+compile remoteinfo6.c buffer.h error.h fmt.h gen_alloc.h iopause.h \
-+remoteinfo.h socket.h stralloc.h tai.h taia.h timeoutconn.h uint16.h uint32.h \
-+uint64.h
-+ ./compile remoteinfo6.c
-+
- rules.o: \
- compile rules.c alloc.h cdb.h gen_alloc.h ip4_bit.h open.h rules.h \
- str.h stralloc.h uint32.h
-@@ -881,6 +887,11 @@ compile timeoutconn.c error.h iopause.h ndelay.h socket.h tai.h \
- taia.h timeoutconn.h uint16.h uint64.h
- ./compile timeoutconn.c
-
-+timeoutconn6.o: \
-+compile timeoutconn6.c error.h iopause.h ndelay.h socket.h \
-+tai.h taia.h timeoutconn.h uint16.h uint32.h uint64.h
-+ ./compile timeoutconn6.c
-+
- ucspissl.a: \
- makelib ssl_ca.o ssl_cca.o ssl_certkey.o ssl_chainfile.o ssl_ciphers.o \
- ssl_context.o ssl_env.o ssl_error.o ssl_io.o ssl_new.o ssl_params.o ssl_timeoutaccept.o \
---
-2.4.6
-