summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-09-12 21:13:09 +0000
committerChris Larson <clarson@kergoth.com>2003-09-12 21:13:09 +0000
commit11ea663b88899bdc925afe1b0b68bbfeeda97b1b (patch)
tree5449fb5133f2014dc34cc364ce82445442ee3ada
parent4ec5ee7bd7e5a1a907c8ee8b568cded508acc41d (diff)
Use OpenSSL upstream and bring portions of the debian patch local.
BKrev: 3f6236e5q67AGG9HOe25-vRWd4GBYQ
-rw-r--r--content/openssl-0.9.7b.oe6
-rw-r--r--content/openssl-0.9.7b/debian.patch0
2 files changed, 3 insertions, 3 deletions
diff --git a/content/openssl-0.9.7b.oe b/content/openssl-0.9.7b.oe
index e8e259d5bb..f263368862 100644
--- a/content/openssl-0.9.7b.oe
+++ b/content/openssl-0.9.7b.oe
@@ -1,6 +1,6 @@
-SRC_URI = ${DEBIAN_MIRROR}/main/o/openssl/${PN}_${PV}.orig.tar.gz \
- ${DEBIAN_MIRROR}/main/o/openssl/${PN}_${PV}-2.diff.gz;patch=1
-S = ${WORKDIR}/${PN}-${PV}.orig
+SRC_URI = http://www.openssl.org/source/${P}.tar.gz \
+ file://${FILESDIR}/debian.patch;patch=1
+S = ${WORKDIR}/${PN}-${PV}
DEPENDS = virtual/libc
SECTION = libs
diff --git a/content/openssl-0.9.7b/debian.patch b/content/openssl-0.9.7b/debian.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/content/openssl-0.9.7b/debian.patch