[csw-devel] SF.net SVN: gar:[20554] csw/mgar/pkg/httping/trunk

chninkel at users.sourceforge.net chninkel at users.sourceforge.net
Sun Mar 31 23:58:21 CEST 2013


Revision: 20554
          http://gar.svn.sourceforge.net/gar/?rev=20554&view=rev
Author:   chninkel
Date:     2013-03-31 21:58:20 +0000 (Sun, 31 Mar 2013)
Log Message:
-----------
httping/trunk: reverted version to 1.4.1 to rebuild against libssl1.0.0

Modified Paths:
--------------
    csw/mgar/pkg/httping/trunk/Makefile
    csw/mgar/pkg/httping/trunk/checksums
    csw/mgar/pkg/httping/trunk/files/0001-Makefile-make-options-and-tools-configurable.patch
    csw/mgar/pkg/httping/trunk/files/changelog.CSW

Modified: csw/mgar/pkg/httping/trunk/Makefile
===================================================================
--- csw/mgar/pkg/httping/trunk/Makefile	2013-03-31 21:01:25 UTC (rev 20553)
+++ csw/mgar/pkg/httping/trunk/Makefile	2013-03-31 21:58:20 UTC (rev 20554)
@@ -3,7 +3,7 @@
 #   feedback pending.
 #
 NAME = httping
-VERSION = 1.5.3
+VERSION = 1.4.1
 GARTYPE = v2
 
 PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386
@@ -28,9 +28,9 @@
 PATCHFILES = 0001-Makefile-make-options-and-tools-configurable.patch
 
 # strndup is not defined anymore in httping source (file str.c)
-# but it still doesn't exist under Solaris 9 so we have to define
-# the function
-PATCHFILES += 0002-Define-strndup-function.patch
+# starting from at least 1.5.3 but it still doesn't exist under
+# Solaris 9 so we have to define the function
+#PATCHFILES += 0002-Define-strndup-function.patch
 
 CONFIGURE_SCRIPTS =
 TEST_SCRIPTS =

Modified: csw/mgar/pkg/httping/trunk/checksums
===================================================================
--- csw/mgar/pkg/httping/trunk/checksums	2013-03-31 21:01:25 UTC (rev 20553)
+++ csw/mgar/pkg/httping/trunk/checksums	2013-03-31 21:58:20 UTC (rev 20554)
@@ -1 +1 @@
-62879f0a2d70e32279081276d42aaa28  httping-1.5.3.tgz
+bde1ff3c01343d2371d8f34fbf8a1d9a  httping-1.4.1.tgz

Modified: csw/mgar/pkg/httping/trunk/files/0001-Makefile-make-options-and-tools-configurable.patch
===================================================================
--- csw/mgar/pkg/httping/trunk/files/0001-Makefile-make-options-and-tools-configurable.patch	2013-03-31 21:01:25 UTC (rev 20553)
+++ csw/mgar/pkg/httping/trunk/files/0001-Makefile-make-options-and-tools-configurable.patch	2013-03-31 21:58:20 UTC (rev 20554)
@@ -1,26 +1,25 @@
-From acfa6600510090092bd64b759400fbee81827f3b Mon Sep 17 00:00:00 2001
-From: Ben Walton <bwalton at opencsw.org>
-Date: Fri, 22 Jun 2012 04:15:19 +0200
+From 93f4891fa7d19a152dcd0d10a4207933010b2fc9 Mon Sep 17 00:00:00 2001
+From: Yann Rouillard <yann at pleiades.fr.eu.org>
+Date: Sun, 31 Mar 2013 23:49:28 +0200
 Subject: [PATCH] Makefile: make options and tools configurable
 
-Signed-off-by: Ben Walton <bwalton at opencsw.org>
 ---
- Makefile |   20 ++++++++++----------
+ Makefile | 20 ++++++++++----------
  1 file changed, 10 insertions(+), 10 deletions(-)
 
 diff --git a/Makefile b/Makefile
-index 1351e33..da3695b 100644
+index c27bf22..0133741 100644
 --- a/Makefile
 +++ b/Makefile
-@@ -17,26 +17,26 @@ include version
+@@ -16,26 +16,26 @@ include version
+ 
  TARGET=httping
  
- DEBUG=yes
 -WFLAGS=-Wall -W
 -OFLAGS=-O2
 +WFLAGS?=-Wall -W
 +OFLAGS?=-O2
- CFLAGS+=$(WFLAGS) $(OFLAGS) -DVERSION=\"$(VERSION)\" -g
+ CFLAGS+=$(WFLAGS) $(OFLAGS) -DVERSION=\"$(VERSION)\"
  
  PACKAGE=$(TARGET)-$(VERSION)
 -PREFIX=/usr
@@ -48,7 +47,7 @@
  
  OBJS=mem.o http.o io.o str.o error.o utils.o main.o tcp.o res.o
  
-@@ -63,7 +63,7 @@ endif
+@@ -62,7 +62,7 @@ endif
  all: $(TARGET)
  
  $(TARGET): $(OBJS)
@@ -58,5 +57,5 @@
  	# Oh, blatant plug: http://keetweej.vanheusden.com/wishlist.html
  
 -- 
-1.7.10.3
+1.8.1.4
 

Modified: csw/mgar/pkg/httping/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/httping/trunk/files/changelog.CSW	2013-03-31 21:01:25 UTC (rev 20553)
+++ csw/mgar/pkg/httping/trunk/files/changelog.CSW	2013-03-31 21:58:20 UTC (rev 20554)
@@ -1,7 +1,7 @@
-httping (1.5.3,REV=2013.03.30)
+httping (1.4.1,REV=2013.03.30)
 
   * Non maintainer upload.
-  * New upstream release.
+  * Rebuilt against libssl1.0.0
   
  -- Yann Rouillard <yann at opencsw.org>  Sat, 30 Mar 2013 18:28:09 +0100
 

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