Commit graph

166037 commits

Author SHA1 Message Date
Lars Thegler
cbef6d6d32 Update to 1.16 2006-12-13 15:24:48 +00:00
Anton Berezin
1bd36cee15 Update to 2.12. 2006-12-13 15:14:48 +00:00
Alex Dupre
caa4799886 Update to 1.2.0 final release. 2006-12-13 14:55:33 +00:00
Pav Lucistnik
02f82d7505 - Update configuration example to work for 2.X version 2006-12-13 14:50:26 +00:00
Alexey Dokuchaev
01b9b4b9a9 Fix installation after `x11/eterm' was moved over to LOCALBASE recently.
Reported by:	krismail
2006-12-13 13:53:54 +00:00
Marcus Alves Grando
147ca1d2b3 - If the network card's buffer is full, send returns -1 and sets
errno to ENOBUFS, which causes issues with the UDP bandwidth tests.
  Check if errno != ENOBUFS after write(2).
- Bump PORTREVISION

Submitted by:	Ryan T. Dean <rtdean___tcamail.net>
2006-12-13 13:43:41 +00:00
Marcus Alves Grando
c86412d46a - Fix CML option using -llua.
PR:		105863
Submitted by:	Jun MUKAI <mukai___jmuk.org>
2006-12-13 13:20:51 +00:00
Mark Linimon
e0cde90bd9 Reset dbader@ece.unm.edu due to timeouts and no response to email.
Hat:		portmgr
2006-12-13 13:20:20 +00:00
Mark Linimon
2db91e4f1f Reset whitekid@gmail.com after timeouts and no response to email.
Hat:		portmgr
2006-12-13 12:56:01 +00:00
Vasil Dimov
ddc77bce40 Cure java/jboss2 - www/jakarta-tomcat4/files/startup.sh has been readded:
log: revision 1.6
log: date: 2006/10/22 03:56:14;  author: lawrance;  state: Exp;  lines: +0 -0
log: Unbreak jakarta-tomcat3 by re-adding a file it requires from
log: the tomcat4 port.
log:
log: Approved by:    portmgr (erwin)
2006-12-13 12:54:45 +00:00
Marcus Alves Grando
0601a5037d - Take maintainership 2006-12-13 12:51:45 +00:00
Marcus Alves Grando
b886db4ca4 - wv -- Multiple Integer Overflow Vulnerabilities 2006-12-13 12:44:56 +00:00
Mark Linimon
80ac176c46 Reset hendrik@scholz.net due to a number of timeouts.
Hat:		portmgr
2006-12-13 12:43:14 +00:00
Peter Pentchev
64e068d25c Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.

Thanks to everyone who took the time to look over the patch!

Discussed on:	-ports
2006-12-13 12:41:35 +00:00
Marcus Alves Grando
68ee2dd59c - wv2 -- Integer Overflow Vulnerability 2006-12-13 12:37:17 +00:00
Marcus Alves Grando
4904e8d104 - Update to 0.2.3
- portlint(1)

Approved by:	maintainer
Security:	CVE-2006-2197, http://secunia.com/advisories/20665/
2006-12-13 12:28:44 +00:00
Cheng-Lung Sung
18f4809174 - Update to 0.10.3
Trac 0.10.3 is a bug fix release and fixes a few bugs introduced in the
0.10.1 and 0.10.2 releases. A brief summary of major changes:

* Timeline fail to load with a "NoSuchChangeset" error message (#4132).
* Timed out MySQL connections not handled properly (#3645).
* Subversion repository resync broken. (#4204).

The complete list of closed tickets can be found here:

http://trac.edgewall.org/query?status=closed&milestone=0.10.3

PR:		ports/106664
Submitted by:	Li-Wen Hsu <lwhsu_AT_lwhsu dot org>
2006-12-13 12:18:40 +00:00
Michael Johnson
6be0b9cb92 Remove 2 locales
Reported by:	kris via pointyhat
2006-12-13 11:35:33 +00:00
Andrey A. Chernov
098d37deba Change BUILD_DEPENDS to LIB_DEPENDS for libspf2 2006-12-13 11:19:21 +00:00
Doug Barton
c81acb8250 Update for version 1.10 2006-12-13 11:12:27 +00:00
Martin Wilke
be80d01320 - Fix incorrect install phat
- Fix pkg-plist
- Bump PORTREVISION

PR:		ports/105939
Submitted by:	Denis Barov<dindin@freebsd.org.ua>
                Cédric Jonas <cedric@decemplex.net> (via privat mail)
Approved by:	maintainer timeout
2006-12-13 11:12:15 +00:00
Doug Barton
78faec909a New Features
============
1. Attempt to avoid the problem of multiple background checksum
processes stepping on each other trying to download the same sets of
distfiles. The most pathological case for this is trying to portmaster
the xorg port on a clean box with no distfiles downloaded. (Brought to
my attention by George Hartzell <hartzell@alerce.com>.)

2. In cooperation with sem and skv, add three new environment
variables that can potentially be used by port authors, etc.
UPGRADE_TOOL contains the name of the tool being used, in this case
'portmaster'. UPGRADE_PORT is the full string for the port that we are
currently upgrading, and UPGRADE_PORT_VER is just the version string
part of that.

3. Collect a list of any pkg-message files that we "saw" while doing
the installs, and display them all at the end when everything is done
installing. (Old idea of mine, and others, most recently prompted by
kris.)

4. You can now do 'portmaster .' if you are in a port directory you
want to install.

5. If there is no DISTFILE information in the +CONTENTS file after
an installation, add it in the manner worked out on freebsd-ports@,
and documented in http://www.freebsd.org/cgi/query-pr.cgi?pr=106483.
If that information is present, use it to delete the last known set
of distfiles with certainty, but continue searching the "old" way
until the DISTFILE stuff has been around for a while.

Major Fixes
===========
1. Change the code that reads the MOVED file to recurse through the
whole file. This fixes the problem of getting an "answer" to a
find_moved_port() call only to find out that the "new" port has itself
been moved, or deleted. This is not a major problem, but when it
happens it's ugly. The fix slows down the function by about 1/2 second
on my (fairly fast) box, but that function isn't called often, and
it's better to be thorough. (Brought to my attention by erwin.)

2. Remove a change from the last version that caused way too many
false positives from the MOVED file when there was no installed
version of the port.

3. When running -e, warn the user if there are dependencies on the
port, and improve the error message both here and in the same code
for -s.

Minor Cleanups
==============
1. Assign TMPDIR early in the script, and export it to be safe. Change
occurrences of this variable to use the short form.

2. Factor some code that had been moved to a function back in line
since we're down to just one caller.

3. Only print the verbose message about keeping the current version
of a distfile if we're not in fact deleting all distfiles.

4. Make distfile listing more efficient by using the ALLFILES target
instead of the combination of DISTFILES and PATCHFILES.
2006-12-13 11:12:06 +00:00
Martin Wilke
d2bc9c100f - Update to 0.5.0
PR:		ports/106662
Submitted by:	TAKAHASHI Kaoru <kaoru@kaisei.org>
2006-12-13 10:45:23 +00:00
Martin Wilke
80eb2c68b2 - Update to 1.5.3
PR:		ports/106663
Submitted by:	Martin Matuska <martin@matuska.org> (maintainer)
2006-12-13 10:16:03 +00:00
Martin Wilke
007189ceb1 - Using bzip2 in pkg_create by default for a while now. Patch to
allow removing either .tgz or .tbz temporary pkgs.
- Refactor the existing patches so that we have one patch per file to ease
  maintenance.
- Pass maintainership to submitter.
- Bump PORTREVISION

PR:		ports/106652
Submitted by:	Robert C. Noland III <rnoland@2hip.net>
2006-12-13 10:13:00 +00:00
Yen-Ming Lee
86bfbfa6c4 - utilize USE_BDB 2006-12-13 09:32:38 +00:00
Lars Thegler
8f5d975314 rcNG is not 'Next' anymore. s/rcNG/rc.d/ in net/smokeping entry.
Prompted by:	dougb
2006-12-13 08:43:46 +00:00
Pav Lucistnik
f59c42c543 - Fix the fix: lofi's patch was using a buffer before initializing it
Obtained from:	gphoto SVN rev 9585
Pointy hat to:	lofi
2006-12-13 08:29:27 +00:00
Vasil Dimov
e43b13212c Remove expired leaf port:
2006-12-01 multimedia/gstreamer-plugins-dirac80: Obsolete version, use gstreamer 0.10 instead
2006-12-13 07:44:35 +00:00
Martin Wilke
6825d03330 - Forget to remove expire date
- Fixed INSTALL_MAN

PR:		ports/106651
Submitted by:	Beech Rintoul <beech@alaskaparadise.com> (maintainer)
2006-12-13 07:43:30 +00:00
Vasil Dimov
3966283021 Remove dirac references in preparation for removal of
multimedia/gstreamer-plugins-dirac80
2006-12-13 07:39:01 +00:00
Martin Wilke
b0811e0a9f - Fix pkg-plist
PR:		ports/106512
Submitted by:	Robert Gogolok<gogo@cs.uni-sb.de>
Approved by:	Vivek Khera <vivek@khera.org> (maintainer)
2006-12-13 07:37:49 +00:00
Vasil Dimov
e2f1d375a7 Add check for existing non-closed PRs related to the port being removed.
If any are found then ask if the port should be skipped from removal or
removed regardless of the PRs.
2006-12-13 07:32:58 +00:00
Munechika SUMIKAWA
65c25b0646 Add another missing dependency. 2006-12-13 07:28:17 +00:00
Martin Wilke
cda86e054f - Fix root exploid
PR:		ports/106594
Submitted by:	Sergey N. Voronkov <serg@tmn.ru>
Approved by:	maintainer
Security:	http://www.vuxml.org/freebsd/e969e6cb-8911-11db-9d01-0016179b2dd5.html
2006-12-13 07:21:34 +00:00
Vasil Dimov
452bf8164a Cure textproc/docbook-xsd by fixing master site.
New master site pointed by:	Sergey Skvortsov <skv@protey.ru>
2006-12-13 07:14:36 +00:00
Martin Wilke
5eb6ed944b - Fix tnftpd entry (made validate happy) 2006-12-13 07:04:45 +00:00
Martin Wilke
ca203d6193 tnftpd - remote root exploit
Reviewed by:	simon
Approved by:	secteam
2006-12-13 06:42:52 +00:00
Rong-En Fan
0883aa3346 - Update to 1.55
PR:		ports/105914
Submitted by:	Paul Dlug <paul at aps.org>
Approved by:	maintainer timeout (16 days)
2006-12-13 06:34:43 +00:00
Alexander Botero-Lowry
a3817648f6 - pass maintainership to python@ (it should have been that way in the
first place)
2006-12-13 03:52:56 +00:00
Alexander Botero-Lowry
261177b8bd - add ${PYHASHLIB} dependency macro to bsd.python.mk 2006-12-13 03:22:22 +00:00
Alexander Botero-Lowry
ce54679244 - Add hashlib-20060408a
Python secure hash and message digest module MD5, SHA1, SHA224, SHA256,
 SHA384 and SHA512 (backported from Python 2.5 for use on 2.3 and 2.4)

 WWW: http://code.krypto.org/python/hashlib/
2006-12-13 03:19:17 +00:00
Marcus Alves Grando
8784ca3c23 - Add OPTION to build FTS1 (Full text search).
PR:		106281
Submitted by:	Barry Pederson<bp___barryp.org>
2006-12-13 03:16:47 +00:00
Marcus Alves Grando
12035fe772 - Fix SIGSEGV in amd64 using size_t instead of int. [1]
- res_state has to be initialized before calling res_ninit(). [2]
- Where res_ndestroy() is available, when thread is destroyed, we
  need to call res_ndestroy() instead of res_nclose(), to free the
  resource which is allocated by the resolver internally. [2]
- portlint(1)
- Bump PORTREVISION

PR:		105001 [1]
Submitted by:	Christophe Thil<chris___thil.de> [1], ume [2]
2006-12-13 02:57:08 +00:00
Marcus Alves Grando
1f5520d34b - Mark as FORBIDDEN
Security:	http://www.vuxml.org/freebsd/eb5124a4-8a20-11db-b033-00123ffe8333.html
With hat:	secteam
2006-12-13 01:41:51 +00:00
Andrew Pantyukhin
27af66b3d4 - Update to 1.04 2006-12-13 00:07:56 +00:00
Andrew Pantyukhin
f46950f993 - Update to 1.1.4.5.061206 2006-12-12 23:59:11 +00:00
Andrew Pantyukhin
30c3375431 - Update to 0.3.5.2 2006-12-12 23:55:49 +00:00
Andrew Pantyukhin
4acba3e13f - Update to 0.7 2006-12-12 23:48:37 +00:00
Alex Dupre
bd70061f96 Remove expired php4-ming extension. 2006-12-12 22:01:14 +00:00