NB! This project is outdated and unmaintained, please refer to the OpenSC WindowsInstaller instead!

Changeset 109


Ignore:
Timestamp:
04/18/08 20:19:56 (4 years ago)
Author:
alonbl
Message:

OpenSSL accepted patches

Location:
trunk
Files:
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/create-using-mingw

    r106 r109  
    4343 
    4444        if ! [ -n "$(ls "${distroot}/${prefix}"* 2> /dev/null)" ]; then 
    45                 "${WGET}" "${WGET_OPTS}" --directory-prefix="${distroot}" \ 
     45                "${WGET}" ${WGET_OPTS} --directory-prefix="${distroot}" \ 
    4646                        "${url}" \ 
    4747                        || die "Cannot download ${url}" 
     
    5555        download1 "http://www.zlib.net/zlib-${ZLIB_VERSION}.tar.gz" 
    5656        download1 "http://ftp.gnu.org/gnu/libtool/libtool-${LIBTOOL_VERSION}.tar.gz" 
    57         download1 "ftp://sunsite.uio.no/pub/security/openssl/snapshot/openssl-${OPENSSL_VERSION}.tar.gz" 
     57        download1 "http://mirrors.usc.edu/pub/openssl/snapshot/openssl-${OPENSSL_VERSION}.tar.gz" 
    5858        download1 "http://www.opensc-project.org/files/opensc/opensc-${OPENSC_VERSION}.tar.gz" 
    5959        download1 "http://www.opensc-project.org/files/libp11/libp11-${LIP11_VERSION}.tar.gz" 
  • trunk/create-using-mingw.versions

    r108 r109  
    33[ -z "${ZLIB_VERSION}" ] && ZLIB_VERSION="1.2.3" 
    44[ -z "${LIBTOOL_VERSION}" ] && LIBTOOL_VERSION="1.5.26" 
    5 [ -z "${OPENSSL_VERSION}" ] && OPENSSL_VERSION="SNAP-20080415" 
     5[ -z "${OPENSSL_VERSION}" ] && OPENSSL_VERSION="SNAP-$(date +%Y%m%d)" 
    66[ -z "${OPENSC_VERSION}" ] && OPENSC_VERSION="0.11.4" 
    77[ -z "${LIP11_VERSION}" ] && LIP11_VERSION="0.2.4" 
Note: See TracChangeset for help on using the changeset viewer.