1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
Commit Graph

186887 Commits

Author SHA1 Message Date
Martin Wilke
6da2259dda - Fix a crash if dirproxy recieves an ACTION command without a parameter.
- Bump PORTREVISION

Reviewed by:	simon
Approved by:	portmgr (erwin)
Security:	http://vuxml.FreeBSD.org/a1ef3fc0-8ad0-11dc-9490-0016179b2dd5.html
2007-11-04 18:11:54 +00:00
Juergen Lock
4a9bd5d0e8 Forced commit to note previous commit (Fix build with GCC 4.2) was
maintainer timeout

PR:		ports/117576
Submitted by:	nox
Approved by:	portmgr (linimon), maintainer timeout
2007-11-04 15:07:23 +00:00
Kris Kennaway
6db6b14a8e Add support for 7-exp and 8 branches
Approved by:	portmgr (self)
2007-11-04 14:28:25 +00:00
Kris Kennaway
7822c39f44 Correctly report active builds when ZFS is in use
Approved by:	 portmgr (self)
2007-11-04 14:28:04 +00:00
Kris Kennaway
c94b9291a0 * Add support for 7-exp and 8 branches
* XORG_UPGRADE and USA_RESIDENT are no longer required

Approved by:   portmgr (self)
2007-11-04 14:27:19 +00:00
Martin Wilke
254f1242a5 - dirproxy -- remote denial of service
Reviewed by:	remko
Approved by:	portmgr (blanket) (ports-security blanket)
2007-11-04 13:43:35 +00:00
Gerald Pfeifer
bdfbcd5303 Remove lang/gcc40 which only has three dependencies left in the tree
(all of which only have it as a minimal requirement and also build with
lang/gcc42) and has issues on at least 8-CURRENT.

Approved by:	portmgr (pav)
2007-11-03 23:39:37 +00:00
Andrew Pantyukhin
229bc792b7 - Update to 2.0.0.9
Approved by:	portmgr (pav)
2007-11-03 21:39:33 +00:00
Marcelo Araujo
902b97f975 - Mark as unbroken on 7.X.
PR:		ports/117631
Submitted by:	Philip M. Golluci <pgollucci@p6m7g8.com>
Approved by:	portmgr (pav), itetcu (mentor, implicit), jmelo (maintainer, implicit)
2007-11-03 19:29:09 +00:00
Marcelo Araujo
88b9b43986 - Mark as unbroken on 7.X.
Approved by:	portmgr (pav), stas (mentor, implicit)
2007-11-03 19:24:39 +00:00
Mikhail Teterin
2417428fac Disable the parallelization during build. Although neither myself nor
the software authors can reproduce the problem, one user of FreeBSD-7.x
has reported an issue, which can only be explained by a build-time race.

Reported by:	Per olof Ljungmark
Approved by:	portmgr (mlinimon)
2007-11-03 15:50:52 +00:00
Gerald Pfeifer
a6c6da1d03 Add symmetric CONFLICTS with lang/gcc41, lang/gcc42, and lang/gcc43 which
already conflict with this port.

On the way, adjust the IGNORE statement to comply with our standards.

PR:		117430 (partly)
Approved by:	portmgr (erwin)
2007-11-03 12:31:38 +00:00
Jeremy Messenger
f79a2847f7 Fix the plist when I added bogo-junk plugin support in my previous committed,
bump the PORTREVISION.

Reported by:	pointyhat
Pointyhat to:	mezz (for not to recheck on plist)
Approved by:	portmgr (marcus)
2007-11-03 04:00:32 +00:00
Mikhail Teterin
6699178428 The top-level build directory should also be in the include path.
Approved by:	portmgr (linimon)
PR:	ports/117774
2007-11-02 23:07:35 +00:00
Juergen Lock
2fc6fc0887 Fix build with GCC 4.2
PR:		ports/117576
Submitted by:	nox
Approved by:	portmgr (linimon, pav)
2007-11-02 22:55:27 +00:00
Jeremy Messenger
52613f1e62 Remove a patch that cause some GTK+2 (mostly xfce4) apps to start up too
long and consume 100% CPU. If anyone want to revisit with improvement on
this patch, I personal think it should be take up to upstream first before
we can re-add it. Bump the PORTREVISION.

PR:		ports/117556
Submitted by:	Stephen Hurd <shurd@sasktel.net>
Approved by:	portmgr (marcus)
2007-11-02 20:53:38 +00:00
Marcelo Araujo
df1b9d2bde - Mark unbroken.
- Fix build on non-i386.
- Fix build with gcc-4.2.

PR:		ports/117054
Submitted by:	Li-Lun Wang <llwang@infor.org> (maintainer)
Approved by:	portmgr (erwin), itetcu (mentor, implicit)
2007-11-02 17:55:22 +00:00
Mikhail Teterin
7ae64abc40 Update from 1.1.7 to 1.1.10. FPX-support is now in (and no longer an
OPTION). Add support for running bundled self-tests after building.
Do not run the self-tests by default, in order to be able to secure
portmgr's approval, but advise the user to do so before installing.
The self-tests will be turned on, when port-freeze is over.

Approved by:	portmgr	(pav)
2007-11-02 14:50:52 +00:00
Mikhail Teterin
bc25ade382 Add a mega-patch, which makes the library usable. It barely worked on
even i386 before, and does not anymore, as its numerous original bugs
were exposed by the evolving compiler. It never worked on a 64-bit
platform, as the original authors assumed sizeof(long) to be 4.

With this patch it compiles cleanly (WARNS=3) on both i386 and amd64
and should have no problems on other 64-bit systems.

A corrupt input-file may still result in a crash, but, at least, it
works correctly with correct input files. Tested on camera-generated
originals kindly provided by the originator of the PR below.

Bump PORTREVISION.

Approved by:	portmgr (pav, after some deliberations)

Portmgr advised against bumping the SHLIB_MAJOR. They did not /insist/
so I chose to bump it -- the old version is too broken to have been
usable to anybody for years, and the dependant ports (such as Graphics
and ImageMagicks) need an easy way to insist on the new version (via
LIB_DEPENDS).

Was required to fix:	67815
2007-11-02 12:42:07 +00:00
Mark Linimon
11e60f395e Catch up with master 1.589:
Approved by:	portmgr (self)
2007-11-02 05:24:38 +00:00
Jeremy Messenger
4bb6e0f0bb -Update to 0.5.6.2 to fix missing hicolor icons and shutdown bug.
-Fix the plist.[1]

Approved by:	portmgr (erwin)
2007-11-01 20:47:34 +00:00
Pav Lucistnik
0ad6671fb1 - Unbreak: you can't have SIZE keyword when using multiple checksums for the
same filename

Reported by:	pointyhat
Lack of testing:mi
Approved by:	portmgr (hat)
2007-11-01 19:37:24 +00:00
Christian Brueffer
353133ebc1 Change Java dependency to the lowest non-deprecated version.
Reviewed by:	ade
Approved by:	portmgr (marcus)
2007-11-01 18:13:52 +00:00
Martin Wilke
1831cf3564 - Fix discovery date on my previous commit
Approved by:	portmgr (ports-security blanket)
2007-11-01 15:16:37 +00:00
Beech Rintoul
f177cf259d - Update to 1.4.0.118 (oss)
Approved by:	portmgr (linimon, kris), sat (mentor)
2007-11-01 13:01:58 +00:00
Martin Wilke
b1780d50df - document wordpress -- cross-site scripting
Reviewed by:	simon
Approved by:	portmgr (ports-security blanket)
2007-11-01 12:46:52 +00:00
Beech Rintoul
635de5959d - Revert to 1.2.0.18
Approved by:	portmgr (linimon, kris), sat (mentor)
2007-11-01 12:24:53 +00:00
Beech Rintoul
000670075a - Drag from attic
Approved by:	portmgr (linimon, kris), sat (mentor)
2007-11-01 11:26:03 +00:00
Volker Stolz
ac32af2506 Unbreak by updating to 0.4.3.2
Approved by:	portmgr (erwin)
2007-11-01 09:39:22 +00:00
Volker Stolz
d7f772833e Unbreak by updating to 0.15.0
Approved by: portmgr (erwin)
2007-11-01 09:37:57 +00:00
Palle Girgensohn
1577187ba7 Update to PostgreSQL 8.3 beta2.
http://www.postgresql.org/developer/beta

This is beta quality, don't use in production.

Approved by:	portmgr (erwin)
2007-11-01 07:10:04 +00:00
Xin LI
a924e843ce Update to 2.4.6.
This is the first production release of the OpenLDAP 2.4 series,
and it fixes several security issues, as mentioned in vuln.xml
item db449245-870d-11dc-a3ec-001921ab2fa4.

Note that this is generally a no-op for most users because this
version is not (yet) set as default OpenLDAP implementation.

Security:	db449245-870d-11dc-a3ec-001921ab2fa4
Approved by:	portmgr (linimon)
2007-11-01 06:32:10 +00:00
Mark Linimon
21920d1bdf Attempt to unbreak this on the cluster. While here, portlint.
Hat:		portmgr
Approved by:	portmgr (self)
2007-11-01 03:59:35 +00:00
Mark Linimon
ad2e4bd05f Fix the USE_BISON setting. This was missed in the bison2 upgrade.
Hat:		portmgr
Approved by:	portmgr (self)
2007-11-01 03:45:59 +00:00
Xin LI
3c0238f590 Extend coverage to OpenLDAP 2.4.x series which is affected according
to CVS history.

Approved by:	portmgr (ports-security blanket)
2007-11-01 00:58:11 +00:00
Alexey Dokuchaev
b7cef7ef78 Add a note about how to remedy rather common problem when upgrading
x11/nvidia-driver port.

Approved by:	portmgr (marcus)
2007-10-31 23:51:39 +00:00
Xin LI
12b31a21c3 Document openldap multiple vulnerabilities.
Approved by:	portmgr (ports-security blanket)
2007-10-31 21:48:26 +00:00
Simon L. B. Nielsen
0cbcb19f7c Bump modified date for entry updated in last commit.
Approved by:	portmgr (secteam blanket)
2007-10-31 17:21:15 +00:00
Palle Girgensohn
109a1ae1a1 Update vuxml to reflect that mod_jk and mod_jk-ap2 have
different portepochs.

Approved by:	portmgr (pav)
2007-10-31 16:38:07 +00:00
Michael Nottebrock
df2a1fc9e6 Backout PORTREVISION decrement.
Noticed by: markus
Approved by: portmgr (erwin, pav)
2007-10-31 15:03:05 +00:00
Martin Wilke
e45db0c535 - Fix build with gcc 4.2
PR:		117699
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru>
Approved by:	portmgr (pav)
2007-10-31 13:27:18 +00:00
Martin Wilke
2ba7749b7e - Unbreak
- Fix build with gcc 4.2
- Pass maintainership to submitter
- Use SF macro

PR:		117702
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru>
Approved by:	portmgr (pav)
2007-10-31 13:15:39 +00:00
Martin Wilke
99a80b56c5 - Fix libtool TAG problems with gcc 4.2
PR:		117700
Submitted by:	pietro cerutti <gahr@gahr.ch>
Approved by:	portmgr (pav), maintainer
2007-10-31 13:08:34 +00:00
Martin Wilke
d725436197 - Fix build with gcc 4.2
PR:		117705
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru>
Approved by:	portmgr (pav)
2007-10-31 13:08:22 +00:00
Martin Wilke
5486dda5b2 - Update mozilla -- code execution via Quicktime media-link files
PR:		117704
Submitted by:	John Hein <jhein@timing.com>
Reviewed by:	simon
Approved by:	portmgr (blanket) secteam (blanket via simon)
2007-10-31 12:44:03 +00:00
Doug Barton
64cd4a7231 Update for version 1.25
Approved by:	portmgr (marcus)
2007-10-31 08:57:40 +00:00
Doug Barton
fada3faae4 Small bug fixes
===============
1. In delete_all_distfiles(), $distdir already contains a trailing slash
2. Only print the "no new versions" message for -L, not -l

Big bug fix
===========
1. cd back to the port directory before trying to run 'make install'

pointy_hat_supply++

Approved by:	portmgr (marcus)
2007-10-31 08:57:03 +00:00
Erwin Lansing
984efff649 Fix PKGORIGIN by backing out part of the previous commit. The first
category in CATEGORIES should always be physical category.

Approved by:	portmgr (self)
2007-10-31 07:56:47 +00:00
Roman Bogorodskiy
7c2ab0fd81 gnutls-devel is now older than gnutls, so in order not to update or delete it
during the freeze, mark it IGNORE.

Approved by:	portmgr (linimon)
2007-10-31 05:46:58 +00:00
Roman Bogorodskiy
1fb5bc60d9 Chase opencdk shared lib version change.
Approved by:	portmgr (pav) (as a part of security/opencdk commit)
2007-10-31 05:42:35 +00:00