Changeset 4216 for trunk/dports


Ignore:
Timestamp:
Dec 15, 2003, 2:22:36 AM (20 years ago)
Author:
fenner
Message:

Update to version 2.6.10. This version contains a fix for a buffer
overflow vulnerability in the HTML parser code affecting "ls" command on
malicious HTTP server.

See
http://lists.netsys.com/pipermail/full-disclosure/2003-December/014824.html

Version 2.6.10 - 2003-12-11

  • security fixes in html parsing code.
  • fxp between ftps session is now possible (unencrypted yet).
  • fixed a rare bug with access to freed memory in ftp.
  • fixed a bug in mirror, now it does not incorrectly append directory name when target directory is the root.
  • fixed compilation on AIX.
  • Polish translation updated.

Submitted by: charlie@… (maintainer)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/net/lftp/Portfile

    r4004 r4216  
    1 # $Id: Portfile,v 1.6 2003/11/21 11:42:10 cms Exp $
     1# $Id: Portfile,v 1.7 2003/12/15 02:22:36 fenner Exp $
    22
    33PortSystem          1.0
    44name                lftp
    5 version             2.6.9
     5version             2.6.10
    66revision            1
    77categories          net
     
    2121                    http://www.ibiblio.org/pub/Linux/system/network/file-transfer/ \
    2222                    ftp://metalab.unc.edu/pub/Linux/Incoming/
    23 checksums           md5 1aded77cedac98ca44541a0ade246229
     23checksums           md5 7b59c82d86de555be62f8ef425f2769d
    2424configure.args      --with-pic --disable-share --enable-static --without-ssl
    2525configure.env       LDFLAGS="-lresolv"
Note: See TracChangeset for help on using the changeset viewer.