1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
Commit Graph

195576 Commits

Author SHA1 Message Date
Martin Wilke
87262d65c4 - Fix zlib crash from zlib.decompressobj().flush(val)
when val was not positive. It tried to allocate negative
  or zero memory.  That fails.
- Bump PORTREVISION

Reviewed by:	alexbl
Obtained from:	python svn
Security:	http://www.vuxml.org/freebsd/ec41c3e2-129c-11dd-bab7-0016179b2dd5.html
2008-04-25 08:16:04 +00:00
Martin Wilke
0af08ff3dd - Document python -- Integer Signedness Error in zlib Module 2008-04-25 08:10:05 +00:00
Marcel Moolenaar
c5a6321bf6 Don't use __sync_fetch_and_add_si(), __sync_bool_compare_and_swap_si()
and __sync_bool_compare_and_swap_di() for atomic ops. Those are GCC
intrinsincs before GCC-4.1.0. With GCC 4.2.x in the tree, this breaks
the build. The glib20 code already has the right intrinsincs, so we
can eliminate this patch.

Ok'd by: marcus@
2008-04-25 02:51:08 +00:00
Michael Johnson
81beee16f7 Fix soup (it was moved to from bad->good)
PR:		ports/123060
Submitted by:	barbara <barbara.xxx1975@libero.it>
2008-04-24 23:31:41 +00:00
Martin Wilke
3b4446e69a Document postgresql -- multiple vulnerabilities
PR:		120133 (basic on)
Submitted by:	Nick Barkas <snb@threerings.net>
2008-04-24 23:12:03 +00:00
Martin Wilke
54e7944d3e - Use ${PW} variable.
PR:		122910
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
2008-04-24 22:29:35 +00:00
Martin Wilke
532af5b042 - Force commit to notes that's a Security update
- Update to 2.11.5.2
- Use the ${PW} variable

PR:		123004
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Security:	http://www.vuxml.org/freebsd/6eb1dc51-1244-11dd-bab7-0016179b2dd5.html
		http://www.vuxml.org/freebsd/fe971a0f-1246-11dd-bab7-0016179b2dd5.html
2008-04-24 22:26:20 +00:00
Martin Wilke
8bbe385d9b - Update to 2.11.5.2
- Use the ${PW} variable

PR:		123004
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk>
2008-04-24 22:24:20 +00:00
Timur I. Bakeyev
7aba499fc3 PR:
Submitted by:
Reviewed by:
Approved by:	maintainer(irc)
Obtained from:
MFC after:
Security:

Of course, PORTREVISION has to be bumped.
2008-04-24 22:15:20 +00:00
Timur I. Bakeyev
78ab82fe77 PR:
Submitted by:
Reviewed by:
Approved by:	maintainer(irc)
Obtained from:
MFC after:
Security:

Put back PERL_MODBUILD as PERL_CONFIGURE installs MAN3 into
/usr/local/usr/local. Cleaned up pkg-plist.
2008-04-24 22:09:55 +00:00
Martin Wilke
bba9a8c558 - Document phpMyAdmin - Shared Host Information Disclosure. 2008-04-24 21:52:21 +00:00
Martin Wilke
c31f8fec8a - Document phpMyAdmin - Username/Password Session File Information Disclosure. 2008-04-24 21:29:48 +00:00
Jeremy Messenger
f71d81917c Update to 2.22.3. 2008-04-24 20:31:12 +00:00
Jeremy Messenger
454262068c Update to 2.22.2 2008-04-24 20:15:46 +00:00
Jeremy Messenger
df01f1474e Update to 2.22.2. 2008-04-24 20:14:53 +00:00
Johan van Selst
f993a271d0 Update to version 1.1 2008-04-24 19:48:48 +00:00
Wesley Shields
7b6a8f2cb4 Distfile re-rolled.
Bump PORTREVISION just in case.

Details at: http://www.freebsd.org/cgi/query-pr.cgi?pr=123041

PR:		ports/123041
Submitted by:	Chifeng Qu <chifeng@gmail.com> (maintainer)
Approved by:	garga (mentor, implicit)
2008-04-24 17:19:59 +00:00
Alejandro Pulver
5b414193f5 - Update to version 1.27.1.
- Remove wrapper script (upstream includes it now)
- Use SDL instead of ALLEGRO since it doesn't build with allegrogl.
- Update pkg-message according to wrapper scripts change.
2008-04-24 16:41:23 +00:00
Hajimu UMEMOTO
756ece651b Update to 2.3.12p2.
The memory corruption problem was not fixed in 2.3.12p1, actually.
It should be fixed now.
2008-04-24 16:36:58 +00:00
Rong-En Fan
f54e24afd0 - Update to 0.4.1
PR:		ports/123020
Submitted by:	Max Brazhnikov <makc at issp.ac.ru> (maintainer)
2008-04-24 16:24:55 +00:00
Anders Nordby
6a837cc3aa Add keywords to make nrpe actually start at boot-time.
Bump portrevision.
2008-04-24 16:21:57 +00:00
Hajimu UMEMOTO
f514f5121e Update to 2.3.12p1.
The only change from 2.3.12 is a patch to fix a memory corruption
in the imapd.conf parsing code which could cause segfaults on
certain platforms.
2008-04-24 15:40:10 +00:00
Hajimu UMEMOTO
0c7436304c Add the statuscache_db option to imapd.conf. If WITHOUT_BDB is set,
this will need to be set to skiplist else messages such as the
following will result:
"Fatal error: cyrusdb backend berkeley-nosync not supported"

This patch just makes it a bit easier to find.

PR:		ports/122995
Submitted by:	scf
2008-04-24 15:38:24 +00:00
Peter Pentchev
aac3e7428c Argh. The cURL build requires Perl.
PR:		123050
Reported by:	Chess Griffin <chess@chessgriffin.com>
Pointy hat to:	roam (myself)
2008-04-24 14:11:53 +00:00
Thomas Abthorpe
e4b40c2d94 - Document libxine -- array index vulnerability
Reviewed by:	remko, miwi
2008-04-24 14:11:34 +00:00
Jean Milanez Melo
c942cd56ac - Update to 2.1.10. 2008-04-24 14:05:51 +00:00
Philippe Audeoud
893ae288d1 - Update to 0.40.14
- Enable HAL support by default

PR:		ports/122587
Submitted by:	David <david@trucs.org>
Approved by:	novel (maintainer) tabthorpe (mentor)
2008-04-24 13:39:20 +00:00
Tong LIU
44cbbf6e08 - remove useless patch
Approved by:	delphij (mentor,implicit)
2008-04-24 13:30:32 +00:00
Pav Lucistnik
fe637e67fe - Fix build with new nasm
- Provide option to build threaded encoder

Submitted by:	bf <bf2006a@yahoo.com>
2008-04-24 12:33:17 +00:00
Michael Johnson
712af8e3d8 Update good plugins to 0.10.8
Update bad plugins to 0.10.7
2008-04-24 11:58:21 +00:00
Rong-En Fan
8e0d61c1fd - Pass CC via MAKE_ENV to fix the case when users do something like this
.if ${.CURDIR:M/usr/ports/*} && !${.CURDIR:M*/work/*}
CC= gcc
.endif

  in /etc/make.conf (this port uses CC to build WRKSRC/spamc).

PR:		ports/122940
Submitted by:	Frank Fenor <frank at fenor.de>
Approved by:	maintainer
2008-04-24 08:43:27 +00:00
Beech Rintoul
9193d32902 - Update to 1.9.0
PR:		ports/121874
Submitted by:	Yarodin <yarodin@gmail.com>
Approved by:	Heiner <h.eichmann@gmx.de> (maintainer)
2008-04-24 08:13:37 +00:00
Pav Lucistnik
5c51a51bbc MusicTracker is a plugin for Pidgin which displays the music track currently
playing in the status message of various accounts such as AIM, Yahoo, MSN,
Gtalk (Jabber), etc., i.e. any protocol Pidgin supports custom statuses on.
Support for a wide range of audio players on both Windows and UNIX platforms
is planned. Currently supported players: Amarok, Rhythmbox, Audacious, XMMS,
MPC/MPD, Exaile, Banshee and Quod Libet.

WWW: http://code.google.com/p/musictracker/
2008-04-24 08:11:33 +00:00
Martin Wilke
7a841c7e92 - Fix Build 2008-04-24 07:19:05 +00:00
Martin Wilke
a76411a80f - Fix build
Submitted by:	pointyhat
2008-04-24 07:12:08 +00:00
Martin Wilke
46fcfaa36a - Fix build after xorg cleanup 2008-04-24 06:55:31 +00:00
Philippe Audeoud
95e5f39d85 - Fix build for amd64
- Bump PORTREVISION

Submitted by:	baptiste.daroussin@gmail.com (maintainer) via private email
Approved by:	thierry (mentor)
2008-04-24 05:56:45 +00:00
Roman Bogorodskiy
b1a68885ed Chase audio/xmms2 shlib version bump.
PR:		123024
Submitted by:	Amaury Gauthier <amauryamaury@gmail.com>
2008-04-24 05:46:05 +00:00
Dirk Meyer
4262e05575 - note reason why INSTALL_SHLIBS is needed 2008-04-24 05:04:25 +00:00
Vanilla I. Shu
b0735936dd Remove mirror.tw from MASTER_SITE_FEDORA_LINUX,
it's really slow :(  As I know, they use adsl to build very slow sites.

coreutils-6.9-16.fc8.i386.rpm                  61% of 3406 kB 3073  Bps 07m22s
2008-04-24 04:27:34 +00:00
Andrew Pantyukhin
692c523670 - Update to 2.8 2008-04-24 03:13:03 +00:00
Andrew Pantyukhin
bdcd1c78ea - Update to 0.64 2008-04-24 02:33:39 +00:00
Beech Rintoul
c10bfd6451 - Add flexible response (v1) support to snort_inline. It borrows heavily from
the snort port, which also has this feature. Adds libnet10 as a dependency if
  this is chosen.
- Add options, ODBC, POSTGRESQL, and MySQL support (plus flexible responses).
- Add dependency on libnet10 if flexible responses is defined.
- Bump portrevision

- Note that flexible response v2 (needing libnet11) is unsupported due to libnet11
  patches not applying cleanly. When this is cleared up for snort, it can be
  ported to snort_inline.

PR:		ports/121710
Submitted by:	Yousif Hassan <yousif@alumni.jmu.edu>
Approved by:	maintainer timeout (1+ months)
2008-04-24 01:38:20 +00:00
Martin Wilke
76dcb9a7fb - Fix build
Submitted by:	pointyhat
2008-04-23 23:59:18 +00:00
Martin Wilke
f9368b2b5c - Add missing USE_XORG dependens
Submitted by:	pointyhat via pav
2008-04-23 23:43:12 +00:00
Martin Wilke
9806890f0c - Fix build after xorg cleanup 2008-04-23 22:41:16 +00:00
Beech Rintoul
7e85821fa2 - Update to 2.2.34
PR:		ports/121475
Submitted by:	Greg Becker <greg@codeconcepts.com> (maintainer)
2008-04-23 22:12:36 +00:00
Beech Rintoul
de021a1e8c - Add openssl option
- Bump portrevision

PR:		ports/120688
Submitted by:	"Bart&#322;omiej Syryjczyk" <guzik@zst.edu.pl>
Approved by:	maintainer timeout (2 Months)
2008-04-23 21:49:02 +00:00
Herve Quiroz
e06511d852 Update to 0.7.3
PR:		122912
Submitted by:	Wen heping <wenheping@gmail.com>
2008-04-23 21:44:31 +00:00
Pav Lucistnik
5f9a975dad - Update to 0.1.15 2008-04-23 21:29:47 +00:00