[csw-devel] SF.net SVN: gar:[15650] csw/mgar/pkg/wget/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Mon Sep 19 12:18:16 CEST 2011


Revision: 15650
          http://gar.svn.sourceforge.net/gar/?rev=15650&view=rev
Author:   dmichelsen
Date:     2011-09-19 10:18:16 +0000 (Mon, 19 Sep 2011)
Log Message:
-----------
wget: Update to 1.13.4

Modified Paths:
--------------
    csw/mgar/pkg/wget/trunk/Makefile
    csw/mgar/pkg/wget/trunk/checksums

Removed Paths:
-------------
    csw/mgar/pkg/wget/trunk/files/0001-Features-patch.patch
    csw/mgar/pkg/wget/trunk/files/0002-Make-sure-FIONBIO-is-defined.patch

Modified: csw/mgar/pkg/wget/trunk/Makefile
===================================================================
--- csw/mgar/pkg/wget/trunk/Makefile	2011-09-19 08:27:21 UTC (rev 15649)
+++ csw/mgar/pkg/wget/trunk/Makefile	2011-09-19 10:18:16 UTC (rev 15650)
@@ -4,7 +4,7 @@
 #     https://lists.gnu.org/archive/html/bug-wget/2011-09/msg00001.html
 
 NAME = wget
-VERSION = 1.13.3
+VERSION = 1.13.4
 CATEGORIES = net
 
 DESCRIPTION = A network utility to retrieve files from the Web
@@ -21,14 +21,6 @@
 MASTER_SITES = $(GNU_MIRROR)
 DISTFILES = $(NAME)-$(VERSION).tar.xz
 
-# This is the reformatted patch wget-1.13.3.patch from
-#    https://lists.gnu.org/archive/html/bug-wget/2011-09/msg00001.html
-PATCHFILES += 0001-Features-patch.patch
-
-# This is from
-#   https://lists.gnu.org/archive/html/bug-wget/2011-09/msg00004.html
-PATCHFILES += 0002-Make-sure-FIONBIO-is-defined.patch
-
 VENDOR_URL = http://www.gnu.org/software/wget/
 
 PACKAGES += CSWwget

Modified: csw/mgar/pkg/wget/trunk/checksums
===================================================================
--- csw/mgar/pkg/wget/trunk/checksums	2011-09-19 08:27:21 UTC (rev 15649)
+++ csw/mgar/pkg/wget/trunk/checksums	2011-09-19 10:18:16 UTC (rev 15650)
@@ -1 +1 @@
-540cbd50909885fe11bd7bc4f75268d1  wget-1.13.3.tar.xz
+7f518b3a71e9efd330e9a0c3714f8463  wget-1.13.4.tar.xz

Deleted: csw/mgar/pkg/wget/trunk/files/0001-Features-patch.patch
===================================================================
--- csw/mgar/pkg/wget/trunk/files/0001-Features-patch.patch	2011-09-19 08:27:21 UTC (rev 15649)
+++ csw/mgar/pkg/wget/trunk/files/0001-Features-patch.patch	2011-09-19 10:18:16 UTC (rev 15650)
@@ -1,25 +0,0 @@
-From 6be9f8dbd84b5e1c61d46c1348f172afface0318 Mon Sep 17 00:00:00 2001
-From: Dagobert Michelsen <dam at opencsw.org>
-Date: Thu, 8 Sep 2011 10:45:42 +0200
-Subject: [PATCH] Features patch
-
----
- src/main.c |    2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/src/main.c b/src/main.c
-index ff5e6af..9b704d1 100644
---- a/src/main.c
-+++ b/src/main.c
-@@ -824,7 +824,7 @@ print_version (void)
-       int line_length = MAX_CHARS_PER_LINE;
-       while ((line_length > 0) && (compiled_features[i] != NULL))
-         {
--          if (printf ("%s ", compiled_features[i]))
-+          if (printf ("%s ", compiled_features[i]) < 0)
-             exit (3);
-           line_length -= strlen (compiled_features[i]) + 2;
-           i++;
--- 
-1.7.6
-

Deleted: csw/mgar/pkg/wget/trunk/files/0002-Make-sure-FIONBIO-is-defined.patch
===================================================================
--- csw/mgar/pkg/wget/trunk/files/0002-Make-sure-FIONBIO-is-defined.patch	2011-09-19 08:27:21 UTC (rev 15649)
+++ csw/mgar/pkg/wget/trunk/files/0002-Make-sure-FIONBIO-is-defined.patch	2011-09-19 10:18:16 UTC (rev 15650)
@@ -1,25 +0,0 @@
-From cbac50c7c355cbff05fcbb2322934e475bd526a2 Mon Sep 17 00:00:00 2001
-From: Dagobert Michelsen <dam at opencsw.org>
-Date: Thu, 8 Sep 2011 11:07:39 +0200
-Subject: [PATCH] Make sure FIONBIO is defined
-
----
- src/gnutls.c |    2 ++
- 1 files changed, 2 insertions(+), 0 deletions(-)
-
-diff --git a/src/gnutls.c b/src/gnutls.c
-index dfff00c..40a04ef 100644
---- a/src/gnutls.c
-+++ b/src/gnutls.c
-@@ -48,6 +48,8 @@ as that of the covered work.  */
- #include "ptimer.h"
- #include "ssl.h"
- 
-+#include <sys/fcntl.h>
-+
- #ifdef WIN32
- # include "w32sock.h"
- #endif
--- 
-1.7.6
-

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