Commit Graph

68475 Commits

Author SHA1 Message Date
edd
323e804fed Now that the OGG demuxer bug is gone, we remove reference to it in the READMEs.
From brad, OK sthen@
2011-08-17 15:12:15 +00:00
jasper
214ac85f4e - bugfix update to 3.0.7 2011-08-17 12:56:06 +00:00
jasper
cd3e35d1f0 - fix a typo in the configure script that would break -Wl,--version-script
- also fix CFLAGS so it's not inserting -O2 unconditionally

from brad
2011-08-17 12:38:35 +00:00
jasper
fa9942f89e *** empty log message *** 2011-08-17 12:35:23 +00:00
jasper
209f405467 Fix error message to make it readable again. 2011-08-17 12:34:47 +00:00
sthen
9ef7879b48 set CONFIGURE_ARGS for sparc; from Brad 2011-08-17 08:50:25 +00:00
rpointel
3e6509dd58 Update docutils to 0.8.
ok benoit@, maintainer timed out.
2011-08-17 07:08:20 +00:00
sthen
451c34ae0f update to qemu 0.15.0, from Brad (maintainer)
- handle qemu-old/kqemu removal in PLISTs, allowing seamless updates to
the new version
2011-08-16 21:24:42 +00:00
sthen
03d5a3d278 remove kqemu (which was broken, reported by Alexander Schrijver and
probably others) and qemu-old; the current qemu version in emulators/qemu
works well now (kqemu is no longer supported upstream).

ok Brad (emulators/qemu maintainer) todd@ and I think there were some others
2011-08-16 21:23:52 +00:00
kili
9347194770 Fix hs-syb dependency.
From "Michael Warmuth" <michael.warmuth@suljee.de>, little tweak
from myself.
2011-08-16 19:46:48 +00:00
sthen
aa1bd0c6bc Bug and security fixes for FFmpeg, from Brad;
- cavs decoder: security fix; insufficient boundary check. oCERT #2011-002
- ogg demux: fix demuxing chained audio streams, correct duration
2011-08-16 19:01:47 +00:00
matthew
4c643fecbd update to 2011.06; ok landry@ 2011-08-16 18:09:09 +00:00
rpointel
1afb9266f5 Update Pygments to 1.4.
ok benoit@, maintainer timed out.
2011-08-16 16:23:08 +00:00
ajacoutot
943c51b6e8 Bugfix update to anjuta 3.1.5. 2011-08-16 15:04:14 +00:00
ajacoutot
a836414f94 open(2): POSIX compatibility.
This fixes icedtea-web which landry@ is working on.

from kurt@
2011-08-16 15:03:46 +00:00
ajacoutot
6b0468c4af Update to zarafa 7.0.1.
See http://download.zarafa.com/community/final/7.0/final-changelog-7.0.txt
for details.
2011-08-16 15:01:17 +00:00
ajacoutot
0bb9f03373 Bugfix update to gmime-2.4.26. 2011-08-16 15:00:31 +00:00
ajacoutot
1361e03042 Bugfix update to gbrainy-2.01.
ok kevlo@ (maintainer)
2011-08-16 14:59:51 +00:00
espie
b0d050d034 +ccextractor 2011-08-16 14:13:39 +00:00
espie
4087eb8654 ccextractor can extract closed captions from NTSC video streams, such as
those on US DVD.
2011-08-16 14:12:58 +00:00
robert
5e007bca77 update to 2.7.3 2011-08-16 10:13:37 +00:00
landry
4b92747c6a Update to slim-themes 1.2.3p4.
- remove the old 'sepp0' theme featuring OpenBSD 4.5 artwork
- add a simple OpenBSD generic theme, from Miguel Vidal
 (mvidallop / gmail), thanks. (and thanks aja@ for the distfile mirror !)
2011-08-16 10:12:56 +00:00
landry
7ee30bc5c6 Update to sympa 6.1.6.
see http://www.sympa.org/distribution/latest-stable/NEWS for a list of
the fixes.
2011-08-16 10:06:58 +00:00
sthen
313e459dd0 - fix typo in COMMENT-ido
- switch from apachectl stop && apachectl start to /etc/rc.d/httpd restart
2011-08-16 09:45:45 +00:00
sthen
8750aab166 switch to icinga's fork of NSCA; some fixes & v6 support
- drop urandom->arandom patch, not needed now all /dev/*random act the same
2011-08-16 08:35:07 +00:00
sthen
c6b57c5fa7 update to scamper 20110803 2011-08-16 08:31:25 +00:00
sthen
a33fb85320 update to roundcube 0.5.4
- fixes cross-site-scripting issue and various other bugs
- mention /etc/rc.d/httpd restart instead of apachectl stop && apachectl start
2011-08-16 08:29:13 +00:00
sthen
46fffdac37 update to Coccinelle 1.0.0rc5 2011-08-16 08:26:16 +00:00
sthen
19897ed407 fix following youtube changes 2011-08-16 08:25:33 +00:00
sthen
39c60c8c3d yodate to 0.29, fix following youtube changes
discussed with Mikolaj Kucharski (maintainer)
2011-08-16 08:24:51 +00:00
sthen
93c98b9abd fix following youtube changes; patch pointed out by nigel@ 2011-08-16 08:23:09 +00:00
robert
2dd585500f update to the next stable release (13.0.782.112) 2011-08-16 08:17:44 +00:00
robert
9b68140c96 update to 3.4.2.3 2011-08-16 08:11:51 +00:00
landry
f7e0dab6d6 Update to xfce4-notifyd 0.2.2. 2011-08-16 07:52:31 +00:00
landry
84aacf35b2 Update to midori 0.4.0.
See http://mail.xfce.org/pipermail/xfce/2011-August/028993.html for
details.
2011-08-16 07:49:16 +00:00
naddy
7852ad5611 sync, 7211 2011-08-04 15:11:00 +00:00
dcoppa
6e645cffe4 Some security fixes and important bug fixes for the FFmpeg Matroska, Ogg
and Wavpack demuxers.

From Brad

OK sthen@, ajacoutot@
2011-08-03 18:44:07 +00:00
robert
4686e2ccbe sync the baraction script with the top(1) changes
ok naddy@
2011-08-03 15:21:18 +00:00
dcoppa
9815c5b5c4 Unbreak bzr with python2.7 (xmlrpclib API change)
https://bugs.launchpad.net/bzr/+bug/612096

ok landry@, rpointel@, sthen@
2011-08-03 13:20:50 +00:00
edd
1fa7f8a46f Fix a crash in elinks mime handling. Patches from upstream.
OK landry@
2011-08-03 12:51:24 +00:00
naddy
a9854971e9 Fix for CVE-2011-2691 in the included apng, backported from png 1.2.45.
with landry@
2011-08-02 19:24:38 +00:00
dcoppa
35d3724ea0 Fix segfault when trying to scan for hosts on 64bit systems.
From Debian, but tweaked by naddy@

ok landry@, naddy@
2011-08-02 18:40:16 +00:00
ajacoutot
816c6f0d56 Prevent xstatbar to hang on startup with some audio chip:
if devinfo.type != AUDIO_MIXER_CLASS is true, xstatbar will never make
progress and loop forever. Fix it by trying the next device.

from Tobias Ulmer, thanks!
ok jasper@ landry@
2011-08-02 15:17:43 +00:00
landry
1e0b057df7 Looks like distfile changed again, and the previous tarball was restored..
so restore distinfo to r1.5.
ok espie@
2011-08-02 08:20:24 +00:00
naddy
4c481ede43 Make sure the log buffer is initialized to a valid zero-length string.
ok Brad sthen@
2011-08-01 20:50:10 +00:00
stephan
4056123da3 remove me as maintainer and bump, ok espie@ 2011-08-01 19:42:19 +00:00
stephan
1813356553 remove me as maintainer and bump, ok espie@ 2011-08-01 19:36:02 +00:00
stephan
2c48094e21 remove me as maintainer and bump, ok espie@ 2011-08-01 19:30:31 +00:00
landry
6d22148f4c Fix MASTER_SITES, old & unmaintained releases were removed from
releases.mozilla.org. Spotted by kurt@, thanks!
2011-08-01 17:43:20 +00:00
edd
c05cebf743 remove bogus 'texlinks' calls in packing list.
texlinks is bad as it lead to symlinks in /usr/local/bin which are not in a
packing list.

OK jasper@, espie@
2011-08-01 11:35:34 +00:00