From 938900f0dfd8e76f12f3ffffc79639693f141a3f Mon Sep 17 00:00:00 2001 From: pavlov Date: Sun, 8 Apr 2007 02:13:30 +0000 Subject: [PATCH] move openssl to 0.9.8e git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6892 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/openssl/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/openssl/Makefile b/package/openssl/Makefile index b097c1b37..82f8c2de7 100644 --- a/package/openssl/Makefile +++ b/package/openssl/Makefile @@ -9,15 +9,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssl -PKG_VERSION:=0.9.8d -PKG_RELEASE:=2 +PKG_VERSION:=0.9.8e +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.openssl.org/source/ \ ftp://ftp.funet.fi/pub/crypt/cryptography/libs/openssl/source/ \ ftp://ftp.webmonster.de/pub/openssl/source/ \ ftp://ftp.sunet.se/pub/security/tools/net/openssl/source/ -PKG_MD5SUM:=8ed1853538e1d05a1f5ada61ebf8bffa +PKG_MD5SUM:=3a7ff24f6ea5cd711984722ad654b927 include $(INCLUDE_DIR)/package.mk -- 2.35.1