[csw-devel] SF.net SVN: gar:[21886] csw/mgar/pkg/lftp/trunk

chninkel at users.sourceforge.net chninkel at users.sourceforge.net
Fri Sep 6 22:35:01 CEST 2013


Revision: 21886
          http://gar.svn.sourceforge.net/gar/?rev=21886&view=rev
Author:   chninkel
Date:     2013-09-06 20:35:01 +0000 (Fri, 06 Sep 2013)
Log Message:
-----------
gar/lftp: updated to 4.4.9

Modified Paths:
--------------
    csw/mgar/pkg/lftp/trunk/Makefile
    csw/mgar/pkg/lftp/trunk/checksums
    csw/mgar/pkg/lftp/trunk/files/changelog.CSW

Removed Paths:
-------------
    csw/mgar/pkg/lftp/trunk/files/0006-no-ipv6_v6only-setsock-option-under-solaris-9.patch

Modified: csw/mgar/pkg/lftp/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lftp/trunk/Makefile	2013-09-06 12:33:34 UTC (rev 21885)
+++ csw/mgar/pkg/lftp/trunk/Makefile	2013-09-06 20:35:01 UTC (rev 21886)
@@ -13,7 +13,7 @@
 ###### Package information #######
 
 NAME = lftp
-VERSION = 4.4.8
+VERSION = 4.4.9
 GARTYPE = v2
 
 DESCRIPTION = A sophisticated command-line ftp/http client
@@ -52,12 +52,6 @@
 
 PATCHFILES += dont_use_csw_getopt_h.patch
 
-# Disable the use of IPV6_V6ONLY function if it is not defined
-# It is not mandatory here, lftp uses the option for the torrent listen socket
-# it opens a socket first for ipv4 then for ipv6, so the ipv6 one will never
-# catch the ipv4 connection even if IPV6_V6ONLY can't be set
-PATCHFILES += 0006-no-ipv6_v6only-setsock-option-under-solaris-9.patch
-
 # Update the system-wide lftp.conf path in the man page
 PATCHFILES += 0007-update-configuration-files-paths-in-documentation.patch
 

Modified: csw/mgar/pkg/lftp/trunk/checksums
===================================================================
--- csw/mgar/pkg/lftp/trunk/checksums	2013-09-06 12:33:34 UTC (rev 21885)
+++ csw/mgar/pkg/lftp/trunk/checksums	2013-09-06 20:35:01 UTC (rev 21886)
@@ -1 +1 @@
-30b58bd1d7f73ed51ee9778497f4fb1f  lftp-4.4.8.tar.gz
+d6fe9ea4f4214b217140977025300535  lftp-4.4.9.tar.gz

Deleted: csw/mgar/pkg/lftp/trunk/files/0006-no-ipv6_v6only-setsock-option-under-solaris-9.patch
===================================================================
--- csw/mgar/pkg/lftp/trunk/files/0006-no-ipv6_v6only-setsock-option-under-solaris-9.patch	2013-09-06 12:33:34 UTC (rev 21885)
+++ csw/mgar/pkg/lftp/trunk/files/0006-no-ipv6_v6only-setsock-option-under-solaris-9.patch	2013-09-06 20:35:01 UTC (rev 21886)
@@ -1,24 +0,0 @@
-From 4dcd1af03e96e63ea860b8da1a3845f94c85b4a0 Mon Sep 17 00:00:00 2001
-From: Yann Rouillard <yann at pleiades.fr.eu.org>
-Date: Fri, 22 Jul 2011 23:26:04 +0200
-Subject: [PATCH] no ipv6_v6only setsock option under solaris 9
-
----
- src/network.cc |    2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/src/network.cc b/src/network.cc
-index fc7b407..e5af45a 100644
---- a/src/network.cc
-+++ b/src/network.cc
-@@ -285,7 +285,7 @@ int Networker::SocketAccept(int fd,sockaddr_u *u,const char *hostname)
- 
- void Networker::SocketSinglePF(int s,int pf)
- {
--#if INET6
-+#if INET6 && IPV6_V6ONLY
-    if(pf==PF_INET6) {
-       int on = 1;
-       if(-1==setsockopt(s, IPPROTO_IPV6, IPV6_V6ONLY, (char *)&on, sizeof(on)))
--- 
-1.7.6

Modified: csw/mgar/pkg/lftp/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/lftp/trunk/files/changelog.CSW	2013-09-06 12:33:34 UTC (rev 21885)
+++ csw/mgar/pkg/lftp/trunk/files/changelog.CSW	2013-09-06 20:35:01 UTC (rev 21886)
@@ -1,3 +1,11 @@
+lftp (4.4.9,REV=2013.09.06) unstable
+
+  * New upstream release.
+  * Removed 0006-no-ipv6_v6only-setsock-option-under-solaris-9.patch patch
+    that was only mandatory for Solaris 9.
+
+ -- Yann Rouillard <yann at opencsw.org>  Fri, 06 Sep 2013 22:18:55 +0200
+
 lftp (4.4.8,REV=2013.07.10) unstable
 
   * New upstream release.

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