Changeset 412a1a9 in freewrt


Ignore:
Timestamp:
Sep 6, 2006, 6:47:16 PM (19 years ago)
Author:
Markus Wigge <markus@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
af632b3
Parents:
56a59083
Message:

updated openssl to 0.9.8c due to announced bug

git-svn-id: svn://www.freewrt.org/trunk/freewrt@562 afb5a338-a214-0410-bd46-81f09a774fd1

Location:
package/openssl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • package/openssl/Makefile

    r56a59083 r412a1a9  
    44
    55PKG_NAME:=openssl
    6 PKG_VERSION:=0.9.8a
    7 PKG_RELEASE:=3
    8 PKG_MD5SUM:=1d16c727c10185e4d694f87f5e424ee1
     6PKG_VERSION:=0.9.8c
     7PKG_RELEASE:=1
     8PKG_MD5SUM:=78454bec556bcb4c45129428a766c886
    99
    1010PKG_SOURCE_URL:=http://www.openssl.org/source/ \
  • package/openssl/patches/160-disable_doc_tests.patch

    r56a59083 r412a1a9  
    3737 
    3838 build_libs: build_crypto build_ssl build_engines
    39  
    40 @@ -454,7 +454,7 @@
    41  dist_pem_h:
    42         (cd crypto/pem; $(MAKE) -e $(BUILDENV) pem.h; $(MAKE) clean)
    43  
    44 -install: all install_docs install_sw
    45 +install: all install_sw
    46  
    47  install_sw:
    48         @$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \
    49 diff -urN openssl-0.9.8a/Makefile.bak openssl-0.9.8a.new/Makefile.bak
    50 --- openssl-0.9.8a/Makefile.bak 2005-10-11 12:21:44.000000000 +0200
    51 +++ openssl-0.9.8a.new/Makefile.bak     2006-03-29 15:28:48.660855176 +0200
    52 @@ -102,7 +102,7 @@
    53  KRB5_INCLUDES=
    54  LIBKRB5=
    55  
    56 -DIRS=   crypto ssl engines apps test tools
    57 +DIRS=   crypto ssl engines apps tools
    58  SHLIBDIRS= crypto ssl
    59  
    60  # dirs in crypto to build
    61 @@ -119,7 +119,7 @@
    62  
    63  # tests to perform.  "alltests" is a special word indicating that all tests
    64  # should be performed.
    65 -TESTS = alltests
    66 +TESTS =
    67  
    68  MAKEFILE= Makefile
    69  
    70 @@ -131,7 +131,7 @@
    71  
    72  TOP=    .
    73  ONEDIRS=out tmp
    74 -EDIRS=  times doc bugs util include certs ms shlib mt demos perl sf dep VMS
    75 +EDIRS=  times bugs util include certs ms shlib mt demos perl sf dep VMS
    76  WDIRS=  windows
    77  LIBS=   libcrypto.a libssl.a
    78  SHARED_CRYPTO=libcrypto$(SHLIB_EXT)
    79 @@ -204,7 +204,7 @@
    80         @[ -n "$(THIS)" ] && $(CLEARENV) && $(MAKE) $(THIS) -e $(BUILDENV)
    81  
    82  sub_all: build_all
    83 -build_all: build_libs build_apps build_tests build_tools
    84 +build_all: build_libs build_apps build_tools
    85  
    86  build_libs: build_crypto build_ssl build_engines
    87  
    88 @@ -221,7 +221,7 @@
    89  build_tools:
    90         @dir=tools; target=all; $(BUILD_CMD)
    91  
    92 -all_testapps: build_libs build_testapps
    93 +all_testapps: build_libs
    94  build_testapps:
    95         @dir=crypto; target=testapps; $(BUILD_CMD)
    9639 
    9740@@ -454,7 +454,7 @@
Note: See TracChangeset for help on using the changeset viewer.