1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
Commit Graph

110 Commits

Author SHA1 Message Date
Vasil Dimov
e184170c96 Fix pkg-plist: do not remove lib/charset.alias
Spotted by: olgeni@, pav@
2011-09-21 06:31:51 +00:00
Vasil Dimov
13e5b5f8bb Fix compilation with SSL.
Submitted by:	Sture Åhlin <sture.ahlin@telia.com>
2011-09-20 12:59:04 +00:00
Vasil Dimov
37de4ed629 Upgrade ftp/wget from 1.12 to 1.13.4 2011-09-20 06:17:40 +00:00
Roman Bogorodskiy
207386f96a Chase security/gnutls update and add an UPDATING entry. 2011-06-05 18:43:16 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Vasil Dimov
18eb4f06d5 Add optional dependency to libidn
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
2011-03-15 13:34:26 +00:00
Vasil Dimov
18599c08ea Followup to the previous commit: fix the newly added patches 2010-09-06 17:15:01 +00:00
Vasil Dimov
531380b017 Apply patch from upstream for CVE-2010-2252.
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
2010-09-06 16:54:23 +00:00
Pav Lucistnik
fe337e0489 - Introduce a new USE_XZ knob that handles lzma/xz compressed distfiles
- Convert a bunch of ports to use it

PR:		ports/146329
Submitted by:	mm
With hat:	portmgr
2010-06-04 08:09:20 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Vasil Dimov
07de6bb1c8 ftp/wget: Fix build with GNUTLS
PR:		ports/144144
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Feature safe:	yes
2010-02-20 19:59:59 +00:00
Vasil Dimov
a2d8b61e1e Fix pkg-plist (2nd attempt).
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
2010-02-20 13:03:56 +00:00
Vasil Dimov
802ea9067c Fix pkg-plist
Reported by:	QAT@
Feature safe:	yes
2010-02-20 12:54:00 +00:00
Vasil Dimov
b5ba84c9c0 * Upgrade ftp/wget from 1.11.4 to 1.12
* Do not remove .gmo files because this causes the .po files not to be
  installed
* Make the post-patch: commands visible

Feature safe:	yes
2010-02-20 11:38:09 +00:00
Roman Bogorodskiy
f32c11d872 Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update. 2009-08-16 18:04:40 +00:00
Vasil Dimov
8751a6a37c Mark ftp/wget as safe for building with make -jX.
PR:		ports/133000
Submitted by:	mm@
2009-03-27 06:59:32 +00:00
Vasil Dimov
0ba36847ba Upgrade ftp/wget from 1.11.2 to 1.11.4. 2009-02-01 07:21:22 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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)
2008-08-21 06:18:49 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
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)
2008-06-06 14:17:21 +00:00
Vasil Dimov
8034068dd6 Upgrade ftp/wget from 1.11 to 1.11.2.
PR:		ports/122482 (based on)
Submitted by:	bf <bf2006a@yahoo.com>
2008-05-06 13:51:15 +00:00
Vasil Dimov
fb67dd0aaf Upgrade ftp/wget from 1.10.2 to 1.11.
PR:		ports/120119 (based on)
Submitted by:	Oleg Gawriloff <barzog@telecom.by>
2008-02-02 08:03:21 +00:00
Vasil Dimov
3ff98d4e94 * Install wgetrc as etc/wgetrc.sample rather than etc/wgetrc to prevent
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]
2007-04-11 19:38:50 +00:00
Maxim Sobolev
dbb34f477f Add USE_GMAKE - port's build system doesn't work correctly with bmake, which
results in binary being built during installation phase.
2006-08-02 19:33:51 +00:00
Vasil Dimov
e1dd1ddabe Remove CONFLICTS - no need to conflict with nonexistent port 2006-04-15 09:27:14 +00:00
Vasil Dimov
45e382f04b Adopt 2006-04-15 09:18:47 +00:00
Mark Linimon
9775ebacfb Reset sf as maintainer due to no response to email messages.
Hat:	portmgr
2006-04-14 20:09:26 +00:00
Edwin Groothuis
0bb0ea5bd7 SHA256ify
Approved by:    krion@
2006-01-22 09:48:59 +00:00
Edwin Groothuis
3d887eb3f6 Remove install-info from Makefile, it's automatically done when INFO is defined 2005-12-04 23:35:14 +00:00
Marcus Alves Grando
a411f715fb Update to 1.10.2
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/
2005-10-20 13:20:44 +00:00
FUJISHIMA Satsuki
45d22f25a8 update to 1.10.1.
PR:		85121
Submitted by:	Vasil Dimov <vd@datamax.bg>
2005-08-28 16:31:10 +00:00
FUJISHIMA Satsuki
edda7e0267 Don't free RESPLINE if ftp_response returns a status other than FTPOK.
This fix has been applied into wget subversion repository.

PR:		84666
Submitted by:	Vasil Dimov <vd@datamax.bg>
Approved by:	portmgr (marcus)
2005-08-09 05:48:32 +00:00
FUJISHIMA Satsuki
75abd64b5a fix wgetrc path.
PR:	82473
2005-06-22 09:37:08 +00:00
FUJISHIMA Satsuki
99dd8b5ba2 update to 1.10. 2005-06-10 08:14:48 +00:00
Simon L. B. Nielsen
e1488c530f Fix directory traversal vulnerability.
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)
2005-03-09 06:53:02 +00:00
FUJISHIMA Satsuki
f7cbbf5949 SIZEify.
Submitted by:	trevor
2004-03-18 08:08:42 +00:00
Joe Marcus Clarke
186b8ba82f Add USE_GETTEXT and bump PORTREVISION.
Submitted by:	trevor
Tested by:	bento
2004-02-04 04:36:30 +00:00
Trevor Johnson
78da40aa98 Now gettext 0.12.1 is gettext-old. 2004-01-23 18:12:26 +00:00
Edwin Groothuis
0c1d97241b [Approved] new port: ftp/wget-devel
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>
2004-01-17 09:34:15 +00:00
FUJISHIMA Satsuki
bd1aa50928 use local backup for disappeared debian patch. 2003-12-07 04:48:34 +00:00
FUJISHIMA Satsuki
a5cce58ef7 update debian patch to 12. 2003-10-25 00:34:11 +00:00
FUJISHIMA Satsuki
a271734bc5 add a knob to make locale support optional.
note a (not) update plan.
2003-10-16 19:08:44 +00:00
Joe Marcus Clarke
a3108b1e51 Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by:	kris
2003-08-26 20:25:58 +00:00
Joe Marcus Clarke
adccc29aad Chase the libintl.so shared lib version. 2003-08-25 05:41:38 +00:00
FUJISHIMA Satsuki
ccee629f3b utilize INFO. 2003-08-17 18:59:44 +00:00
Kris Kennaway
138f2ad7ff Switch to MASTER_SITE_DEBIAN_POOL
PR:		ports/50572
Submitted by:	Alex Semenyaka <alexs@ratmir.ru>
2003-08-04 10:47:28 +00:00
FUJISHIMA Satsuki
545cbc414e update Debian patch which does not affect FreeBSD. 2003-04-07 21:51:47 +00:00
FUJISHIMA Satsuki
d15cfb7bef De-pkg-comment for my ports 2003-03-03 01:08:52 +00:00
FUJISHIMA Satsuki
9be73d9d55 o import Debian patches.
- 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
2003-03-03 00:52:42 +00:00
FUJISHIMA Satsuki
fc510011bc Fix directory traversal bug in FTP.
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)
2002-12-11 15:58:37 +00:00
Maxim Sobolev
499f6035b3 Use USE_PERL5_BUILD where appropriate, instead of hardcoding
${PORTSDIR}/lang/perl5 as a dependency.

Sponsored by:	Porta Software Ltd
Approved by:	portmgr
2002-11-28 18:05:49 +00:00