CVS log for ports/ftp/pure-ftpd/files/Attic/patch-src_ftpd.c
Up to [FreeBSD] / ports / ftp / pure-ftpd / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.3
Mon Apr 27 11:21:29 2009 UTC (2 years, 9 months ago) by garga
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.2: +0 -0 lines
- Update to 1.0.22 - Convert TLS to an option, off by default since this is considered experimental - Change PRIVSEP option on by default to reflect default configure
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Feb 16 11:26:01 2009 UTC (2 years, 11 months ago) by garga
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +12 -5 lines
Fix following problem: Pure-ftpd supports the "SITE UTIME" command, which allows the client to set the modification time of a file to a particular timestamp, expressed in UTC. However, pure-ftpd passes the UTC timestamp directly to the operating system's utime() function, which is a bug, because utime() requires that the timestamp be in local time instead of UTC. For example for server with MSK localtime: > ---> MDTM cuba2008_1.mpeg.stat > <--- 213 20090106074437 > ---> SITE UTIME cuba2008_1.mpeg.stat 20090106104437 20090106104437 20090106104437 UTC > <--- 250 UTIME OK PR: ports/131645 Submitted by: Yar Odin <yarodin@gmai.com>
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Feb 14 11:55:22 2008 UTC (3 years, 11 months ago) by garga
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0, RELEASE_5_EOL
- Fix a problem with AUTH TLS [1]
- Bump PORTREVISION
- Some cosmetic changes (e.g. indentation)
- Move pkg-message to files/pkg-message.in
- Respect NOPORTEXAMPLES
- Use INSTALL_SCRIPT to install ${PREFIX}/sbin/pure-ftpd.pl
PR: ports/120187 [1]
Submitted by: Filip Palian <filip.palian@expro.pl> [1]
