aboutsummaryrefslogtreecommitdiff
path: root/ftp/wget
Commit message (Collapse)AuthorAgeFilesLines
* Fix pkg-plist: do not remove lib/charset.aliasVasil Dimov2011-09-212-3/+1
| | | | | | | Spotted by: olgeni@, pav@ Notes: svn path=/head/; revision=282100
* Fix compilation with SSL.Vasil Dimov2011-09-201-1/+1
| | | | | | | Submitted by: Sture Åhlin <sture.ahlin@telia.com> Notes: svn path=/head/; revision=282067
* Upgrade ftp/wget from 1.12 to 1.13.4Vasil Dimov2011-09-2013-184/+5
| | | | Notes: svn path=/head/; revision=282043
* Chase security/gnutls update and add an UPDATING entry.Roman Bogorodskiy2011-06-051-1/+1
| | | | Notes: svn path=/head/; revision=275104
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Add optional dependency to libidnVasil Dimov2011-03-151-2/+10
| | | | | | | | | | | | Previously if libidn was present during wget configure time then wget would have picked it up, but the dependency would not have been recorded in the installed packages database thus later upgrade or deinstallation of libidn would break wget. Spotted by: sergey.dyatko@gmail.com, wenheping@gmail.com Notes: svn path=/head/; revision=270935
* Followup to the previous commit: fix the newly added patchesVasil Dimov2010-09-063-39/+11
| | | | Notes: svn path=/head/; revision=260648
* Apply patch from upstream for CVE-2010-2252.Vasil Dimov2010-09-0610-1/+199
| | | | | | | | | | | | | This is revision-id:gscrivano@gnu.org-20100728192222-sy6rf3fgeydgvl1k from http://bzr.savannah.gnu.org/r/wget/trunk/ without the change to src/ftp.c because it is a whitespace only change. PR: ports/150293 Submitted by: Joe Horn <joehorn@gmail.com> Security: CVE-2010-2252 Notes: svn path=/head/; revision=260647
* - Introduce a new USE_XZ knob that handles lzma/xz compressed distfilesPav Lucistnik2010-06-042-4/+5
| | | | | | | | | | | - Convert a bunch of ports to use it PR: ports/146329 Submitted by: mm With hat: portmgr Notes: svn path=/head/; revision=255708
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-0/+1
| | | | Notes: svn path=/head/; revision=255371
* ftp/wget: Fix build with GNUTLSVasil Dimov2010-02-201-0/+11
| | | | | | | | | PR: ports/144144 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Feature safe: yes Notes: svn path=/head/; revision=250101
* Fix pkg-plist (2nd attempt).Vasil Dimov2010-02-201-2/+0
| | | | | | | | | | share/locale/en_AU is not listed in /etc/mtree/BSD.local.dist but QAT@ is complaining that the port has deleted it upon deinstall. Feature safe: yes Notes: svn path=/head/; revision=250090
* Fix pkg-plistVasil Dimov2010-02-201-0/+8
| | | | | | | | Reported by: QAT@ Feature safe: yes Notes: svn path=/head/; revision=250089
* * Upgrade ftp/wget from 1.11.4 to 1.12Vasil Dimov2010-02-204-24/+17
| | | | | | | | | | | * Do not remove .gmo files because this causes the .po files not to be installed * Make the post-patch: commands visible Feature safe: yes Notes: svn path=/head/; revision=250087
* Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.Roman Bogorodskiy2009-08-161-0/+1
| | | | Notes: svn path=/head/; revision=239670
* 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
* Upgrade ftp/wget from 1.11.2 to 1.11.4.Vasil Dimov2009-02-012-5/+4
| | | | Notes: svn path=/head/; revision=227340
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Upgrade ftp/wget from 1.11 to 1.11.2.Vasil Dimov2008-05-063-25/+47
| | | | | | | | PR: ports/122482 (based on) Submitted by: bf <bf2006a@yahoo.com> Notes: svn path=/head/; revision=212739
* Upgrade ftp/wget from 1.10.2 to 1.11.Vasil Dimov2008-02-023-6/+10
| | | | | | | | PR: ports/120119 (based on) Submitted by: Oleg Gawriloff <barzog@telecom.by> Notes: svn path=/head/; revision=206622
* * Install wgetrc as etc/wgetrc.sample rather than etc/wgetrc to preventVasil Dimov2007-04-114-14/+24
| | | | | | | | | | | | users' modifications loss [1]. * Use the situation to rename files/patch-ac to files/patch-doc_Makefile.in according to /usr/ports/Tools/scripts/splitpatch.pl convention. Inspired by: ports/110512 [1] Submitted by: Alexander Logvinov <ports@logvinov.com> [1] Notes: svn path=/head/; revision=189800
* Add USE_GMAKE - port's build system doesn't work correctly with bmake, whichMaxim Sobolev2006-08-021-0/+1
| | | | | | | results in binary being built during installation phase. Notes: svn path=/head/; revision=169492
* Remove CONFLICTS - no need to conflict with nonexistent portVasil Dimov2006-04-151-2/+0
| | | | Notes: svn path=/head/; revision=159572
* AdoptVasil Dimov2006-04-151-2/+1
| | | | Notes: svn path=/head/; revision=159571
* Reset sf as maintainer due to no response to email messages.Mark Linimon2006-04-141-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=159514
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154146
* Remove install-info from Makefile, it's automatically done when INFO is definedEdwin Groothuis2005-12-041-3/+0
| | | | Notes: svn path=/head/; revision=150427
* Update to 1.10.2Marcus Alves Grando2005-10-202-4/+4
| | | | | | | | | | PR: 87592 Submitted by: Phil Oleson <oz@nixil.net> Approved by: sf (maintainer timeout, 2 days approved by so@) Security: CAN-2005-3185, http://secunia.com/advisories/17192/ Notes: svn path=/head/; revision=145940
* update to 1.10.1.FUJISHIMA Satsuki2005-08-283-16/+3
| | | | | | | | PR: 85121 Submitted by: Vasil Dimov <vd@datamax.bg> Notes: svn path=/head/; revision=141141
* Don't free RESPLINE if ftp_response returns a status other than FTPOK.FUJISHIMA Satsuki2005-08-092-1/+13
| | | | | | | | | | | This fix has been applied into wget subversion repository. PR: 84666 Submitted by: Vasil Dimov <vd@datamax.bg> Approved by: portmgr (marcus) Notes: svn path=/head/; revision=140819
* fix wgetrc path.FUJISHIMA Satsuki2005-06-221-1/+2
| | | | | | | PR: 82473 Notes: svn path=/head/; revision=137851
* update to 1.10.FUJISHIMA Satsuki2005-06-105-84/+46
| | | | Notes: svn path=/head/; revision=137164
* Fix directory traversal vulnerability.Simon L. B. Nielsen2005-03-092-1/+52
| | | | | | | | | | | Security: CAN-2004-1487 Security: http://vuxml.FreeBSD.org/06f142ff-4df3-11d9-a9e7-0001020eed82.html (part of) Obtained from: SuSE Approved by: sf (maintainer), erwin (mentor) Notes: svn path=/head/; revision=130684
* SIZEify.FUJISHIMA Satsuki2004-03-181-0/+2
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104404
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-2/+2
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-1/+1
| | | | Notes: svn path=/head/; revision=98909
* [Approved] new port: ftp/wget-develEdwin Groothuis2004-01-171-0/+2
| | | | | | | | | | | | | | devel/wget starts to lag behind the releases of wget. At least with a development version we are able to figure out when it is stable enough to ftp/wget updated. Add CONFLICTS to ftp/wget/Makefile PR: ports/61155 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=98381
* use local backup for disappeared debian patch.FUJISHIMA Satsuki2003-12-071-1/+2
| | | | Notes: svn path=/head/; revision=95243
* update debian patch to 12.FUJISHIMA Satsuki2003-10-252-3/+3
| | | | Notes: svn path=/head/; revision=92093
* add a knob to make locale support optional.FUJISHIMA Satsuki2003-10-162-27/+37
| | | | | | | note a (not) update plan. Notes: svn path=/head/; revision=91446
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.Joe Marcus Clarke2003-08-261-1/+1
| | | | | | | Prodded by: kris Notes: svn path=/head/; revision=87743
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-251-1/+1
| | | | Notes: svn path=/head/; revision=87644
* utilize INFO.FUJISHIMA Satsuki2003-08-172-3/+1
| | | | Notes: svn path=/head/; revision=87138
* Switch to MASTER_SITE_DEBIAN_POOLKris Kennaway2003-08-041-2/+1
| | | | | | | | PR: ports/50572 Submitted by: Alex Semenyaka <alexs@ratmir.ru> Notes: svn path=/head/; revision=86269
* update Debian patch which does not affect FreeBSD.FUJISHIMA Satsuki2003-04-072-2/+2
| | | | Notes: svn path=/head/; revision=78549
* De-pkg-comment for my portsFUJISHIMA Satsuki2003-03-032-1/+1
| | | | Notes: svn path=/head/; revision=76772
* o import Debian patches.FUJISHIMA Satsuki2003-03-034-63/+12
| | | | | | | | | | | | | | | | - fix .netrc parsing bug - fix 2GB limitation - re-add IPv6 capability - fix SEGV with special url line check debian/changelog for more detail. o replace /usr/local with ${PREFIX} in wgetrc and info. PR: 38824 reported 2GB limitation Obtained from: Debian GNU/Linux Notes: svn path=/head/; revision=76771
* Fix directory traversal bug in FTP.FUJISHIMA Satsuki2002-12-113-1/+62
| | | | | | | | | | | | References: http://marc.theaimsgroup.com/?l=bugtraq&m=87602746719482&w=2 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2002-1344 Patches obtained from: Red Hat Linux Approved by: portmgr(will) Notes: svn path=/head/; revision=71535
* Use USE_PERL5_BUILD where appropriate, instead of hardcodingMaxim Sobolev2002-11-281-1/+1
| | | | | | | | | | ${PORTSDIR}/lang/perl5 as a dependency. Sponsored by: Porta Software Ltd Approved by: portmgr Notes: svn path=/head/; revision=71214