mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-19 15:32:59 +02:00
Update openssl (0.9.8r).
This commit is contained in:
@@ -1116,6 +1116,7 @@ usr/lib/libssl.so.0.9.8
|
||||
#usr/share/man/man3/dsa.3
|
||||
#usr/share/man/man3/ecdsa.3
|
||||
#usr/share/man/man3/engine.3
|
||||
+usr/share/man/man3/err.3
|
||||
#usr/share/man/man3/evp.3
|
||||
#usr/share/man/man3/hmac.3
|
||||
#usr/share/man/man3/i2d_ASN1_OBJECT.3
|
||||
|
||||
1
config/rootfiles/core/46/filelists/openssl
Symbolic link
1
config/rootfiles/core/46/filelists/openssl
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/openssl
|
||||
@@ -1,7 +1,7 @@
|
||||
###############################################################################
|
||||
# #
|
||||
# IPFire.org - A linux based firewall #
|
||||
# Copyright (C) 2010 IPFire Team <info@ipfire.org> #
|
||||
# Copyright (C) 2007-2011 IPFire Team <info@ipfire.org> #
|
||||
# #
|
||||
# This program is free software: you can redistribute it and/or modify #
|
||||
# it under the terms of the GNU General Public License as published by #
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 0.9.8q
|
||||
VER = 0.9.8r
|
||||
|
||||
THISAPP = openssl-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 80e67291bec9230f03eefb5cfe858998
|
||||
$(DL_FILE)_MD5 = 0352932ea863bc02b056cda7c9ac5b79
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user