head	1.2;
access;
symbols
	pkgsrc-2013Q2:1.2.0.8
	pkgsrc-2013Q2-base:1.2
	pkgsrc-2012Q4:1.2.0.6
	pkgsrc-2012Q4-base:1.2
	pkgsrc-2011Q4:1.2.0.4
	pkgsrc-2011Q4-base:1.2
	pkgsrc-2011Q2:1.2.0.2
	pkgsrc-2011Q2-base:1.2
	pkgsrc-2010Q2:1.1.0.10
	pkgsrc-2010Q2-base:1.1
	pkgsrc-2010Q1:1.1.0.8
	pkgsrc-2010Q1-base:1.1
	pkgsrc-2009Q4:1.1.0.6
	pkgsrc-2009Q4-base:1.1
	pkgsrc-2009Q3:1.1.0.4
	pkgsrc-2009Q3-base:1.1
	pkgsrc-2009Q2:1.1.0.2
	pkgsrc-2009Q2-base:1.1;
locks; strict;
comment	@# @;


1.2
date	2010.07.19.13.11.59;	author pettai;	state dead;
branches;
next	1.1;

1.1
date	2009.06.17.08.40.57;	author tnn;	state Exp;
branches
	1.1.10.1;
next	;

1.1.10.1
date	2010.08.06.18.49.56;	author tron;	state dead;
branches;
next	;


desc
@@


1.2
log
@Update to 4.0.4:

* added dnssec support.
* new setting cmd:stifle-rl-history to limit command history size.
* fixed exit code of mget/mput.
* fixed compilation on some systems.
* fixed crash of `cls -s' on MacOS X x64.
* torrent: don't try to connect back to peers which connected to us.
@
text
@$NetBSD: patch-ag,v 1.1 2009/06/17 08:40:57 tnn Exp $

--- lib/mktime.c.orig	2009-01-16 08:58:41.000000000 +0100
+++ lib/mktime.c
@@@@ -165,8 +165,10 @@@@ ydhms_diff (long int year1, long int yda
 	    int year0, int yday0, int hour0, int min0, int sec0)
 {
   verify (C99_integer_division, -1 / 2 == 0);
+/* This assertion fails on NetBSD-current/i386 due to 64-bit time_t
   verify (long_int_year_and_yday_are_wide_enough,
 	  INT_MAX <= LONG_MAX / 2 || TIME_T_MAX <= UINT_MAX);
+*/
 
   /* Compute intervening leap days correctly even if year is negative.
      Take care to avoid integer overflow here.  */
@


1.1
log
@Add companion patch to previous commit.
Fix build on NetBSD-current/i386 by papering over a build time assertion.
(Probably due to 64-bit time_t.)
@
text
@d1 1
a1 1
$NetBSD$
@


1.1.10.1
log
@Pullup ticket #3198 - requested by gls
net/lftp: security update

Revisions pulled up:
- net/lftp/Makefile				1.92-1.93
- net/lftp/distinfo				1.53-1.54
- net/lftp/PLIST				1.17
- net/lftp/patches/patch-ab			1.4
- net/lftp/patches/patch-af			delete
- net/lftp/patches/patch-ag			delete
---
Module Name:	pkgsrc
Committed By:	pettai
Date:		Mon Jul 19 13:12:00 UTC 2010

Modified Files:
	pkgsrc/net/lftp: Makefile distinfo
Removed Files:
	pkgsrc/net/lftp/patches: patch-af patch-ag

Log Message:
Update to 4.0.4:

* added dnssec support.
* new setting cmd:stifle-rl-history to limit command history size.
* fixed exit code of mget/mput.
* fixed compilation on some systems.
* fixed crash of `cls -s' on MacOS X x64.
* torrent: don't try to connect back to peers which connected to us.
---
Module Name:	pkgsrc
Committed By:	pettai
Date:		Sun Jul 25 21:38:34 UTC 2010

Modified Files:
	pkgsrc/net/lftp: Makefile PLIST distinfo
	pkgsrc/net/lftp/patches: patch-ab

Log Message:
Version 4.0.9 - 2010-06-10

* torrent: don't try to re-download invalid piece from the same peer.
* added a short lftp.conf(5) man page.
* fixed a problem with zeroed errno.
* fixed status of mget from file: schema.
* fixed a compilation problem on AIX.

Version 4.0.8 - 2010-05-24

* fixed get/mget -c when xfer:clobber is off.
* fixed file verification in pget.
* fixed ftp encoding for servers with LANG but without UTF8 feature.

Version 4.0.7 - 2010-04-29

* make xfer:clobber off by default.
* limit number of attempts to upload a file (net:max-retries).
* handle 426 ftp reply to STOR specially.
* retry FEAT after login even after non-standard 5xx reply.

Version 4.0.6 - 2010-03-25

* use O_EXCL flag when xfer:clobber is off.
* better validation of server-provided file name (CVE-2010-2251).
* new setting xfer:auto-rename (off by default).
* new setting ftp:ssl-copy-sid (for some broken servers).
* fixed CCC ftp command to shutdown SSL connection properly.
* fixed `pget -c' on complete files.

Version 4.0.5 - 2009-12-21

* added support for lighttpd listings.
* fixed sftp rename.
* fixed a core dump on `kill all' with pget.
* fixed interrupting of a torrent with unresponsive tracker.
* Czech translation updated
@
text
@d1 1
a1 1
$NetBSD: patch-ag,v 1.1 2009/06/17 08:40:57 tnn Exp $
@


