OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   16-May-2006 09:07:25
  Branch: HEAD                             Handle: 2006051608072400

  Modified files:
    openpkg-src/siege       siege.patch siege.spec

  Log:
    bandage too simple OpenSSL checks (which just work under Linux)

  Summary:
    Revision    Changes     Path
    1.4         +23 -0      openpkg-src/siege/siege.patch
    1.50        +1  -1      openpkg-src/siege/siege.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/siege/siege.patch
  ============================================================================
  $ cvs diff -u -r1.3 -r1.4 siege.patch
  --- openpkg-src/siege/siege.patch     17 Jan 2004 19:58:56 -0000      1.3
  +++ openpkg-src/siege/siege.patch     16 May 2006 07:07:24 -0000      1.4
  @@ -31,3 +31,26 @@
    void   hash_add(HASH this, char *key, char *value);
    char  *hash_get(HASH this, char *key);
    char **hash_get_keys(HASH this);
  +Index: configure
  +--- configure.orig   2005-10-11 19:31:39 +0200
  ++++ configure        2006-05-16 09:04:36 +0200
  +@@ -21075,7 +21075,9 @@
  + if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  +   $EGREP "yes" >/dev/null 2>&1; then
  + 
  ++if test "${ac_cv_lib_dl_dlopen+set}" = set; then
  +            SSL_LIBS="-ldl $SSL_LIBS"
  ++fi
  +            echo "$as_me:$LINENO: result: >= 0.9.8 (appropriate flag set)" 
>&5
  + echo "${ECHO_T}>= 0.9.8 (appropriate flag set)" >&6
  + 
  +@@ -21124,7 +21126,9 @@
  + if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  +   $EGREP "yes" >/dev/null 2>&1; then
  + 
  ++if test "${ac_cv_lib_dl_dlopen+set}" = set; then
  +       SSL_LIBS="-ldl $SSL_LIBS"
  ++fi
  +       echo "$as_me:$LINENO: result: >= 0.9.8 (appropriate flag set)" >&5
  + echo "${ECHO_T}>= 0.9.8 (appropriate flag set)" >&6
  + 
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/siege/siege.spec
  ============================================================================
  $ cvs diff -u -r1.49 -r1.50 siege.spec
  --- openpkg-src/siege/siege.spec      1 Jan 2006 13:22:11 -0000       1.49
  +++ openpkg-src/siege/siege.spec      16 May 2006 07:07:24 -0000      1.50
  @@ -33,7 +33,7 @@
   Group:        Benchmark
   License:      GPL
   Version:      2.64
  -Release:      20051103
  +Release:      20060516
   
   #   list of sources
   Source0:      ftp://ftp.joedog.org/pub/siege/siege-%{version}.tar.gz
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to