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

Andrey Slusar anray at FreeBSD.org
Mon Feb 6 11:15:00 PST 2006


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 at 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)


More information about the cvs-all mailing list