aboutsummaryrefslogtreecommitdiff
path: root/ftp
Commit message (Collapse)AuthorAgeFilesLines
* Here are new Linux Fedora 8 infrastructure ports.Boris Samorodov2009-04-015-32/+47
| | | | | | | | | | | | | | | | | | The recommended version of FreeBSD to use them is 8-CURRENT. FreeBSD-7.x is not fully compatible with compat.linux.osrelease 2.6.16. Some syscalls cannot be MFCed due to native FreeBSD ABI breakage. Usage (and package building): 1. define compat.linux.osrelease=2.6.16; 2. add following variables to /etc/make.conf: . OVERRIDE_LINUX_BASE_PORT=f8; . OVERRIDE_LINUX_NONBASE_PORTS=f8. Approved by: bsam (me) ;-) Notes: svn path=/head/; revision=231438
* Finish repocopies of new linux-f8 infrastructure ports:Boris Samorodov2009-04-011-0/+3
| | | | | | | | | . add CONFLICTS to 47 original ports; . bump PORTREVISIONs for all of them; . pet portlint for 2-3 ports (misplaced PORTREVISION). Notes: svn path=/head/; revision=231432
* Mark MAKE_JOBS_SAFEEmanuel Haupt2009-03-301-0/+1
| | | | Notes: svn path=/head/; revision=231308
* Upgrade to 2.04.Jun Kuriyama2009-03-302-4/+4
| | | | Notes: svn path=/head/; revision=231292
* Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFERenato Botelho2009-03-282-2/+4
| | | | Notes: svn path=/head/; revision=231204
* - Update to 0.9.3Martin Wilke2009-03-273-8/+9
| | | | Notes: svn path=/head/; revision=231154
* - Bump necessary PORTREVISIONS and fix some ports to new clamav APIRenato Botelho2009-03-272-2/+2
| | | | Notes: svn path=/head/; revision=231108
* Mark ftp/wget as safe for building with make -jX.Vasil Dimov2009-03-271-0/+1
| | | | | | | | PR: ports/133000 Submitted by: mm@ Notes: svn path=/head/; revision=231093
* Update to 3.2.3.1Robert Noland2009-03-272-4/+4
| | | | | | | Submitted by: jsa@wickedmachine.net(maintainer) Notes: svn path=/head/; revision=231088
* - Update to 3.7.11Martin Wilke2009-03-252-4/+5
| | | | | | | | PR: 132966 Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer) Notes: svn path=/head/; revision=230977
* - Update to 1.1Beech Rintoul2009-03-253-26/+47
| | | | Notes: svn path=/head/; revision=230924
* fix make -jTilman Keskinoz2009-03-242-3/+12
| | | | Notes: svn path=/head/; revision=230847
* - Fix build after strndup(3) MFCRong-En Fan2009-03-213-7/+43
| | | | | | | | | PR: ports/132014 Submitted by: Florian Smeets <flo at kasimir.com> Approved by: maintainer timeout (1 month) Notes: svn path=/head/; revision=230591
* - Update to 2.3Martin Wilke2009-03-153-6/+10
| | | | | | | | | PR: 132069 Submitted by: Dennis Herrmann <adox@mcx2.org> Approved by: maintainer timeout Notes: svn path=/head/; revision=230173
* - Update to 3.7.9Beech Rintoul2009-03-143-14/+15
| | | | | | | | | | | | | | | Changes (from Changelog): * new setting ftp:prefer-epsv. * add support for IPv6 scope for link-local addresses (Arkadiusz Miskiewicz). * fix compilation on OpenBSD (Kevin Lo). * fix parsing of NT unix-like listings where hour is one digit. * gnulib sources updated, vsnprintf-posix module imported. PR: ports/132480 Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer) Notes: svn path=/head/; revision=230090
* Free most of my ports, since they aren't being maintained to aShaun Amott2009-03-131-1/+1
| | | | | | | reasonable standard. Notes: svn path=/head/; revision=230014
* - Chase security/cvm shlib bumpDennis Herrmann2009-03-111-1/+2
| | | | | | | | | | | - Bump PORTREVISION PR: 132502 Submitted by: Alex Povolotsky <tarkhil@over.ru> Approved by: miwi (mentor) Notes: svn path=/head/; revision=229901
* 2009-02-15 ftp/downloader: sources unavailable - website dissappearedMartin Wilke2009-03-0913-542/+0
| | | | | | | | | | | 2009-03-04 devel/rubygem-mojombo-grit: Obsolete, use devel/rubygem-grit instead 2009-03-08 mail/postfix1: Not supported anymore by vendor. Please choose a new one version. 2009-03-08 mail/postfix21: Not supported anymore by vendor. Please choose a new one version. 2009-03-08 mail/postfix22: Not supported anymore by vendor. Please choose a new one version. 2009-03-01 www/rubygem-actionwebservice: from rails 2.0 www/rubygem-rails use www/rubygem-activeresource instead Notes: svn path=/head/; revision=229806
* Update to curl-7.19.4, which fixes a redirection vulnerability.Peter Pentchev2009-03-0714-182/+101
| | | | | | | | | | | | | | The changes in the patch files are almost the same as in Eugene's PR, although I arrived at them mostly independently :) Reformat all patch files now that I use quilt to manage them. Fix two complaints from portlint: needless use of CFLAGS and differentiation between NOPORTDOCS and NOPORTEXAMPLES. Thanks, Eugene! PR: 132358 Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> Notes: svn path=/head/; revision=229602
* - Use my FreeBSD address on the ports I maintainDennis Herrmann2009-03-061-1/+1
| | | | | | | Approved by: tabthorpe (co-mentor) Notes: svn path=/head/; revision=229577
* Update to 5.2.9 release and re-add pcre extension.Alex Dupre2009-03-061-1/+0
| | | | Notes: svn path=/head/; revision=229565
* --with-largefile is not recommended to be default, so, convert it to OPTION andRenato Botelho2009-03-051-3/+9
| | | | | | | | | set it off by default, since this changes the default options, bump PORTREVISION Pointed by: Yar Odin <yarodin@gmail.com> Notes: svn path=/head/; revision=229525
* Use DIST_SUBDIR because DISTFILE has no version information.Dmitry Sivachenko2009-03-042-3/+4
| | | | | | | Asked by: pav Notes: svn path=/head/; revision=229477
* Update to version 2.7.Dmitry Sivachenko2009-02-272-3/+3
| | | | Notes: svn path=/head/; revision=229183
* - update to 2.1.0Dirk Meyer2009-02-252-4/+4
| | | | | | | Reported by: Eugen Zagorodniy Notes: svn path=/head/; revision=229023
* - The ftp/mirror port's lchat.pl file uses the old pack('S n a4 x8', ...)Beech Rintoul2009-02-222-58/+164
| | | | | | | | | | | | | | | method for constructing a sockaddr_in to pass to connect(). This approach breaks on more recent FreeBSDs which are more strict about the first two bytes of sockaddr_in. - Patch modifies lchat.pl to use perl's &Socket'pack_sockaddr_in and &Socket'unpack_sockaddr_in functions to do the right thing. PR: ports/131911 Submitted by: G. Paul Ziemba <p-fbsd-bugs@ziemba.us> Notes: svn path=/head/; revision=228842
* - Update to 3.2.2.1Beech Rintoul2009-02-223-4/+5
| | | | | | | | PR: ports/131959 Submitted by: Joseph S. Atkinson <jsa@wickedmachine.net> (maintainer) Notes: svn path=/head/; revision=228841
* - Update PORTSCOUTMartin Wilke2009-02-191-1/+1
| | | | Notes: svn path=/head/; revision=228694
* Fix following problem:Renato Botelho2009-02-162-6/+13
| | | | | | | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=228498
* Update to 0.22Sergey Skvortsov2009-02-143-8/+8
| | | | | | | | | Changes: http://cpansearch.perl.org/src/BINGOS/POE-Component-Client-FTP-0.22/Changes PR: ports/131265 Submitted by: lth Notes: svn path=/head/; revision=228330
* - Update to 7.19.0Martin Wilke2009-02-143-55/+68
| | | | | | | | | | | - Resepct now NOPORTDOCS/EXAMPLES PR: 130927 Submitted by: Wen Heping <wenheping@gmail.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=228286
* Upgrade to 0.49:Brooks Davis2009-02-133-12/+22
| | | | | | | | | | | Add IPv6 support. Support systems with editline instead of readline. Support long options in the server. Prodded by: portscout (via miwi) Notes: svn path=/head/; revision=228219
* Also mark BROKEN on recent 7 after the MFC of strndup(3).Erwin Lansing2009-02-111-1/+1
| | | | | | | Submitted by: pointyhat Notes: svn path=/head/; revision=228087
* - Update to 3.2.1Beech Rintoul2009-02-083-4/+40
| | | | | | | | PR: 131474 Submitted by: Joseph S. Atkinson <jsa@wickedmachine.net> (maintainer) Notes: svn path=/head/; revision=227791
* - From now on, Joseph S. Atkinson will be mainaining ftp/filezilla andAlejandro Pulver2009-02-071-1/+1
| | | | | | | lang/clisp. Notes: svn path=/head/; revision=227765
* - Add required @dirrmtry entries back.Alejandro Pulver2009-02-061-0/+52
| | | | | | | | PR: ports/131106 Submitted by: "Joseph S. Atkinson" <jsa@wickedmachine.net> Notes: svn path=/head/; revision=227724
* - Update to 1.3.2 (stable)Beech Rintoul2009-02-062-10/+9
| | | | | | | | | | - Upgrade proftpd-mod_sql_tds to version 4.9 [1] PR: ports/131429 Submitted by: Patrick Muldoon <doon@inoc.net> [1] Notes: svn path=/head/; revision=227704
* - Update FileZilla to version 3.2.0.Alejandro Pulver2009-02-063-100/+272
| | | | | | | | | | | | | | - Fix plist to not try and rmdir locale directories. - Respect WITHOUT_NLS. - Take explicit contol of dbus dependency (default was "auto"). - Add OPTIONS for DBUS and NLS (both default On). - Silence portlint. PR: ports/131106 Submitted by: "Joseph S. Atkinson" <jsa@wickedmachine.net> Notes: svn path=/head/; revision=227700
* - Update download locations, update WWWPhilip M. Gollucci2009-02-042-2/+2
| | | | | | | Reported by: -fetch-original pointyhat run Notes: svn path=/head/; revision=227588
* - Update to 1.11Beech Rintoul2009-02-022-5/+4
| | | | Notes: svn path=/head/; revision=227432
* - Update download locations, update WWWPhilip M. Gollucci2009-02-012-7/+2
| | | | | | | Reported by: -fetch-original pointyhat run Notes: svn path=/head/; revision=227346
* Upgrade ftp/wget from 1.11.2 to 1.11.4.Vasil Dimov2009-02-012-5/+4
| | | | Notes: svn path=/head/; revision=227340
* - Update to 2.2Beech Rintoul2009-02-012-5/+5
| | | | | | | | | | | | | - Fixed FreeBSD security advisory FreeBSD-SA-08:12.ftpd - Fixed a typo on smbftpd-user help - Fixed the bug of wrong file time when file time is 2008/12/30 PR: ports/131201 Submitted by: Hung-Yi Chen <gaod@hychen.org> Approved by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> (maintainer) Notes: svn path=/head/; revision=227336
* - Update to 3.7.8Beech Rintoul2009-02-012-13/+11
| | | | | | | | PR: ports/131200 Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer) Notes: svn path=/head/; revision=227325
* - Mark deprecatedBeech Rintoul2009-01-311-0/+3
| | | | Notes: svn path=/head/; revision=227311
* - Update download locationPav Lucistnik2009-01-311-1/+1
| | | | Notes: svn path=/head/; revision=227308
* Update to version 2.6.6 (our patches were integrated into the distribution).Dmitry Sivachenko2009-01-305-127/+3
| | | | Notes: svn path=/head/; revision=227161
* - Fix distinfoBeech Rintoul2009-01-291-0/+6
| | | | Notes: svn path=/head/; revision=227080
* - Default ipv6 to on & bump portrevisionBeech Rintoul2009-01-282-5/+14
| | | | Notes: svn path=/head/; revision=227067
* - Update to 1.3.2rc4Beech Rintoul2009-01-273-16/+25
| | | | | | | - Fix NLS knob Notes: svn path=/head/; revision=226971