Commit Graph

42634 Commits

Author SHA1 Message Date
martynas
aa0abd1f55 update to 3.11.9. bump SO_VERSION major. pass BUILD_OPT so that
correct OBJDIR is detected.  ok kurt@
2008-02-12 23:26:31 +00:00
martynas
027c941cba update to nspr-4.6.8; ok kurt@ 2008-02-12 23:21:38 +00:00
sthen
037ad32561 Thunderbird runs^W ambles on arm when it knows what ABI to use.
Probably no change to !arm (and it was not previously built on arm),
but bump to be sure. Adapted from martynas' diff for xulrunner.

ok martynas
2008-02-12 23:19:37 +00:00
sthen
d4469f6a38 update mairix to 0.21
ok cathcart@ (MAINTAINER)
2008-02-12 22:11:48 +00:00
jakemsr
75f4588530 fix xine-lib version detection
pointed out by viq at viq dot ath dot cx on ports@, thanks
2008-02-12 17:10:31 +00:00
sthen
489b6ebc8d fix javascript on arm (it expected Armel ABI).
from martynas
2008-02-12 16:09:23 +00:00
merdely
dc514a71d0 Set FFLAGS="${FFLAGS}" in CONFIGURE_ENV for alpha so octave will build
on alpha.  Wrap in .if ${MACHINE_ARCH} == "alpha" as it caused
regressions on other archs.

No bump since it didn't build on alpha before and only alpha is
affected.

Discussed with steven@
2008-02-12 14:44:06 +00:00
rui
22c160ac23 - update to snort 2.8.0.1.
from Markus Lude with a few changes, tested by many including reyk@, jdixon@. Thanks.

ok landry@
2008-02-12 14:13:32 +00:00
mglocker
36bb204cd3 Add Copyright to file.
as discussed with jakemsr@
2008-02-12 13:42:35 +00:00
jakemsr
a635a0e257 add support for librtunes-0.7. this allows one to stream audio output
from mplayer to AirPort Express devices.  supports both IPv4 and IPv6.

example:

$ mplayer -ao rtunes:device=192.168.0.10:af=inet music.mp3

requested/tested/ok mglocker@ (librtunes author)
2008-02-12 11:33:16 +00:00
jakemsr
72e3bceb65 maintenence update to amarok-1.4.8
lots of bug fixes, especially in the last.fm cient

ok espie
2008-02-12 10:47:01 +00:00
mbalmer
18185b762f Update to ClamAV 0.92.1.
ok sthen, rui
2008-02-12 10:42:17 +00:00
jcs
09361b3c86 update to xmpp4r-0.3.2
switch to a gemified version

originally from Paul Irofti
2008-02-12 03:06:45 +00:00
naddy
9cce7ed423 fix out-of-bounds accesses and handle repeat search without previous command 2008-02-11 21:51:32 +00:00
ajacoutot
b636309d5d - fix a SIGSEGV:
don't use desktop_dir if desktop directory doesn't exist; from svn
2008-02-11 21:12:08 +00:00
naddy
b00fdc15fc don't drop "p5-" prefix from package name 2008-02-11 20:29:55 +00:00
ajacoutot
3cf7e245f4 - smann update to pcmanfm-0.3.5.8 2008-02-11 20:02:27 +00:00
ajacoutot
4f784ddd8f - famd does not need to be running for this to work
"commit!" jasper@
2008-02-11 19:29:02 +00:00
bernd
35b0d7bfcc Minor bugfix update to 1.5.4.1. 2008-02-11 18:37:03 +00:00
bernd
b8bc068797 Update to ruby-rcov-0.8.1.2.0.
From Paul Irofti.

ok markus@ (MAINTAINER)
2008-02-11 18:16:19 +00:00
bernd
c703cdf791 Update to 2.0.0.12.
reminded by martynas@, thanks!
2008-02-11 18:14:45 +00:00
bernd
1d00ee6e88 Security update to mozilla-firefox-2.0.0.12.
Fixes multiple vulnerabilities:

CVE-2008-0412
CVE-2008-0413
CVE-2008-0414
CVE-2008-0415
CVE-2008-0419
CVE-2008-0591
CVE-2008-0593

More infos:
http://secunia.com/advisories/28758/

Tested by some people on ports@. Thanks!

ok martynas@, laurent@, steven@
2008-02-11 18:13:44 +00:00
jasper
71a28aabe2 - also fix description.
(in gnome svn now)
2008-02-11 17:18:41 +00:00
espie
8406521d30 fix build with qca and qca2 both installed 2008-02-11 16:00:10 +00:00
laurent
f7c21658ef Fixed SUBDIR , spotted by claudio@, ok jasper@ 2008-02-11 13:51:50 +00:00
espie
591d95460d activate index.php as directory index, since most php apps want that.
okay robert@
2008-02-11 13:47:12 +00:00
jasper
d235dfa85d - update tilda to 0.9.5
lots of unrelated changes and fixes.
2008-02-11 09:03:31 +00:00
kurt
266a26b58b - bug fix update to 1.2.26. for details see:
http://tomcat.apache.org/connectors-doc/miscellaneous/changelog.html
2008-02-11 02:18:28 +00:00
jakemsr
9af6c17863 update to 1.1.10.1
security - fix stack overflow in FLAC tag parser
-fix RealPlayer codec detection bug
- improve id3v2 tag parser

from brad@

while here, fix a couple "missing sentinel" issues
2008-02-11 01:17:33 +00:00
sthen
f52eead6f8 SECURITY update to mysql 5.0.51a
from Brad, also tested by Frank Denis and myself.
2008-02-11 01:03:34 +00:00
jakemsr
785ec1fe86 security patches for
- buffer overflow in stream_cddb.c
- buffer overflow in url.c
- buffer overflow in demux_mov.c
- stack overflow in demux_audio.c

from brad@, ok maintainer

also remove reference to rtunes_ao.diff from distinfo.  this patch is
not used now because it does not apply.
2008-02-11 00:22:03 +00:00
laurent
5771780289 No need for MAXHOSTNAME, OK jasper@ 2008-02-10 20:42:59 +00:00
landry
4a655e71a5 Add a no_x11 FLAVOR, based on an initial submission by Jeremy Evans
Discussed with many on ports@

ok brad@
2008-02-10 20:25:13 +00:00
jasper
23a4c89923 - update libglademm to 2.6.6
(Handle ToolButtons too)

"looks fine" ajacoutot@
2008-02-10 20:12:10 +00:00
jasper
1067ad1896 fix build on mips64.
no bump, because !mips64 packages didn't change, and mips64 didn't package.

ok mbalmer@ (some time ago)
2008-02-10 18:23:24 +00:00
ajacoutot
0dc9544cbe - bugfix update to version 6.4
* fix a memory leak in the SSL library
 * small bugfixes and improvements
2008-02-10 15:59:10 +00:00
okan
fa35acd582 - remove redundant SHARED_ONLY
- add PKG_ARCH=*
- bump

suggestions from and ok ajacoutot@
2008-02-10 14:23:05 +00:00
mbalmer
accd32371c Update to rtunes-0.7 which adds IPv6 support.
ok mglocker
2008-02-10 12:14:19 +00:00
steven
1c58e6abbf missing piece of update to dbus-glib 0.74
spotted by naddy
2008-02-09 23:17:17 +00:00
sthen
ad697f1b69 xulrunner seems to work on arm, add to ONLY_FOR_ARCHS.
ok naddy
2008-02-09 20:57:43 +00:00
ajacoutot
ae79586fae - s/systuils/sysutils
spotted by landry@'s new toy
raw frogs for jasper@

ok landry@
2008-02-09 18:49:35 +00:00
jasper
87724b9d6c - update gtk+2 to 2.12.7
(bugfixes, updated translations and accesibility support for GtkBuilder)

tested in a bulk build by steven@
ok ajacoutot@
2008-02-09 17:55:39 +00:00
jasper
61f611800a - update ORBit2 to 2.14.12
(bugfixes and prepare for glib2 2.15.x)
- add license marker

tested in a bulk build by steven@
ok ajacoutot@
2008-02-09 17:51:03 +00:00
jasper
8c7b976d4a - update pango to 1.18.4
(bugfixes and documentation improvements)

tested in a bulk build by steven@
ok ajacoutot@
2008-02-09 17:49:12 +00:00
jasper
47a5df7624 - update glib2 to 2.14.5
(bugfixes and updated translations)

tested in a bulk build by steven@
ok ajacoutot@
2008-02-09 17:47:34 +00:00
jasper
062f1f624d - don't assume ${MODPY_BIN} is a symlink to /u/l/bin/python
from will
maintainer timed out.

ok landry@
2008-02-09 17:46:10 +00:00
jasper
0a0158bfc1 - update dbus-glib to 0.74
- add trailing slash in MASTER_SITES
- update WANTLIB

tested in a bulk build by steven@
ok ajacoutot@
2008-02-09 17:37:14 +00:00
ajacoutot
de57db5cf2 - update to 2.20.1
Note that it does not work better than previous in-tree version but it
will give us a better base to fix it.

joint work with jasper@
most patches adapted from NetBSD
fsusage patch from naddy@

ok jasper@
2008-02-09 16:52:24 +00:00
espie
1cd5ec2bca +multimedia 2008-02-09 15:40:02 +00:00
espie
bb09b7854d multimedia stuff for kde4, it compiles. 2008-02-09 15:39:24 +00:00