Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Feb 2006 19:14:54 +0000 (UTC)
From:      Andrey Slusar <anray@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/ftp/IglooFTP Makefile ports/ftp/IglooFTP/files patch-FTP.c patch-FTPcommands.h patch-Makefile patch-aa patch-ab patch-ac patch-dialog.c patch-dir_tree.c patch-main.c
Message-ID:  <200602061914.k16JEsiP083278@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
anray       2006-02-06 19:14:54 UTC

  FreeBSD ports repository

  Modified files:
    ftp/IglooFTP         Makefile 
  Added files:
    ftp/IglooFTP/files   patch-FTP.c patch-FTPcommands.h 
                         patch-Makefile patch-dialog.c 
                         patch-dir_tree.c patch-main.c 
  Removed files:
    ftp/IglooFTP/files   patch-aa patch-ab patch-ac 
  Log:
  - Fix "chunk already allocated" error
  - Add sanity checking to avoid GTK assertion errors due to missing
    pixmaps.
  - Resolve two known vulnerabilities:
    http://secunia.com/advisories/13536/
  - Replace tmpnam with mkstemp
  - Disallow server-provided absolute filenames
    Hopefully that's enough to get the port back in action.
  
  PR:             ports/92787
  Submitted by:   Shaun Amott <shaun@inerd.com>
  
  Revision  Changes    Path
  1.20      +1 -5      ports/ftp/IglooFTP/Makefile
  1.1       +16 -0     ports/ftp/IglooFTP/files/patch-FTP.c (new)
  1.1       +272 -0    ports/ftp/IglooFTP/files/patch-FTPcommands.h (new)
  1.1       +65 -0     ports/ftp/IglooFTP/files/patch-Makefile (new)
  1.4       +0 -16     ports/ftp/IglooFTP/files/patch-aa (dead)
  1.6       +0 -65     ports/ftp/IglooFTP/files/patch-ab (dead)
  1.4       +0 -23     ports/ftp/IglooFTP/files/patch-ac (dead)
  1.1       +70 -0     ports/ftp/IglooFTP/files/patch-dialog.c (new)
  1.1       +10 -0     ports/ftp/IglooFTP/files/patch-dir_tree.c (new)
  1.1       +23 -0     ports/ftp/IglooFTP/files/patch-main.c (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602061914.k16JEsiP083278>