[csw-devel] SF.net SVN: gar:[8128] csw/mgar/pkg/siege/trunk

bensons at users.sourceforge.net bensons at users.sourceforge.net
Sun Jan 24 00:44:01 CET 2010


Revision: 8128
          http://gar.svn.sourceforge.net/gar/?rev=8128&view=rev
Author:   bensons
Date:     2010-01-23 23:44:00 +0000 (Sat, 23 Jan 2010)

Log Message:
-----------
bump to version 2.69

Modified Paths:
--------------
    csw/mgar/pkg/siege/trunk/Makefile
    csw/mgar/pkg/siege/trunk/checksums
    csw/mgar/pkg/siege/trunk/files/patch-configure

Added Paths:
-----------
    csw/mgar/pkg/siege/trunk/files/patch-auth.c

Modified: csw/mgar/pkg/siege/trunk/Makefile
===================================================================
--- csw/mgar/pkg/siege/trunk/Makefile	2010-01-23 22:24:56 UTC (rev 8127)
+++ csw/mgar/pkg/siege/trunk/Makefile	2010-01-23 23:44:00 UTC (rev 8128)
@@ -1,5 +1,5 @@
 GARNAME = siege
-GARVERSION = 2.66
+GARVERSION = 2.69
 CATEGORIES = xtra
 
 DESCRIPTION = A http regression testing and benchmarking utility
@@ -26,6 +26,7 @@
 # patch bombardment
 PATCHFILES  = patch-bombardment.in
 PATCHFILES += patch-configure
+PATCHFILES += patch-auth.c
 
 CONFIGURE_ARGS  = $(DIRPATHS)
 CONFIGURE_ARGS += --with-ssl=$(prefix)
@@ -37,6 +38,10 @@
 
 include gar/category.mk
 
+pre-configure-modulated:
+	gsed -ie 's,^LIBTOOL=.*,LIBTOOL=/opt/csw/bin/libtool,' \
+		$(WORKSRC)/configure
+
 x-post-configure-modulated:
 	find $(WORKSRC) -name Makefile | xargs grep -l '^CFLAGS' \
 		| xargs perl -pi -e 's at CFLAGS =@CFLAGS = $(CFLAGS)@'

Modified: csw/mgar/pkg/siege/trunk/checksums
===================================================================
--- csw/mgar/pkg/siege/trunk/checksums	2010-01-23 22:24:56 UTC (rev 8127)
+++ csw/mgar/pkg/siege/trunk/checksums	2010-01-23 23:44:00 UTC (rev 8128)
@@ -1,3 +1,4 @@
-4acf8817dc68474af49acd8a73353559  download/patch-bombardment.in
-e71b9d49cf017469f779448b32102468  download/patch-configure
-a5592e42d4217572d8035dec000f479c  download/siege-2.66.tar.gz
+8921c3aa03b87a4c02ac977bee5f415e  patch-auth.c
+4acf8817dc68474af49acd8a73353559  patch-bombardment.in
+a48a4fb226a52894fdf59d0e0f67cf06  patch-configure
+77190ad255dfa14232137d03fd0d994b  siege-2.69.tar.gz

Added: csw/mgar/pkg/siege/trunk/files/patch-auth.c
===================================================================
--- csw/mgar/pkg/siege/trunk/files/patch-auth.c	                        (rev 0)
+++ csw/mgar/pkg/siege/trunk/files/patch-auth.c	2010-01-23 23:44:00 UTC (rev 8128)
@@ -0,0 +1,11 @@
+--- siege-2.69.orig/src/auth.c	2008-08-19 15:53:31.000000000 +0200
++++ siege-2.69/src/auth.c	2010-01-24 00:37:36.433891267 +0100
+@@ -491,7 +491,7 @@
+     }
+   }
+   else {
+-    fprintf(stderr, "invalid call to %s algorithm is [%s]\n", __FUNCTION__, challenge->algorithm);
++    fprintf(stderr, "invalid call to %s algorithm is [%s]\n", __func__, challenge->algorithm);
+     return NULL;
+   }
+ 

Modified: csw/mgar/pkg/siege/trunk/files/patch-configure
===================================================================
--- csw/mgar/pkg/siege/trunk/files/patch-configure	2010-01-23 22:24:56 UTC (rev 8127)
+++ csw/mgar/pkg/siege/trunk/files/patch-configure	2010-01-23 23:44:00 UTC (rev 8128)
@@ -1,6 +1,6 @@
---- siege-2.66.orig/configure	2007-03-29 20:07:30.000000000 +0200
-+++ siege-2.66/configure	2009-07-22 17:21:11.798205557 +0200
-@@ -20688,9 +20688,8 @@
+--- siege-2.69.orig/configure	2009-05-08 19:59:04.000000000 +0200
++++ siege-2.69/configure	2010-01-23 23:56:00.558503364 +0100
+@@ -19745,9 +19745,8 @@
    ;;
  esac
  
@@ -11,7 +11,7 @@
    echo "$as_me:$LINENO: checking for buggy pthread mutex initializers" >&5
  echo $ECHO_N "checking for buggy pthread mutex initializers... $ECHO_C" >&6
  
-@@ -26980,9 +26979,9 @@
+@@ -26094,9 +26093,9 @@
  AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
   prefix=$prefix sysconfdir=$sysconfdir localstatedir=$localstatedir
   VERSION=$VERSION DATE="$DATE" PROGRAM="$PROGRAM" AUTHOR="$AUTHOR" EMAIL="$EMAIL"
@@ -24,10 +24,10 @@
  PLATFORM=$PLATFORM
  
  _ACEOF
-@@ -27891,7 +27890,7 @@
- 
+@@ -27008,7 +27007,7 @@
  #define SIEGE_HOME     "$prefix"
- #define CNF_FILE       "$sysconfdir/urls.txt"
+ #define URL_FILE       "$sysconfdir/urls.txt"
+ #define CNF_FILE       "$sysconfdir/siegerc"
 -#define LOG_FILE       "$localstatedir/siege.log"
 +#define LOG_FILE       "$localstatedir/log/siege.log"
  


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list