Commit Graph

52305 Commits

Author SHA1 Message Date
jasper
dfd106e690 - add p5-POE-Loop-{Event,Tk} 2009-08-30 22:19:31 +00:00
jasper
aba5a5005f import p5-POE-Loop-Tk 1.302
OE::Loop::Tk implements the interface documented in POE::Loop.
2009-08-30 22:08:34 +00:00
jasper
b67b154b17 import p5-POE-Loop-Event 1.302
POE::Loop::Event implements the interface documented in POE::Loop.
2009-08-30 22:07:55 +00:00
jasper
7ae636407d - update p5-POE to 1.266
note, some files have gone into their own modules and will be imported
seperatly
2009-08-30 22:06:04 +00:00
stsp
560796a277 Update to 2.2.1.
Now depends on devel/jdk >= 1.5 instead of lang/kaffe, so i386/amd64 only.
Tested by me on i386 and by Tobias Sarnowski on amd64.
ok bernd@ kurt@
2009-08-30 22:05:25 +00:00
jasper
34c1f307c2 Security fix for CVE-2009-2855
ok brad (MAINTAINER)
2009-08-30 21:52:44 +00:00
sthen
8be8b697a1 Update MASTER_SITES 2009-08-30 20:45:23 +00:00
rui
048ced8792 long overdue update to prelude.
"reads fine" landry@, "look okay to me" laurent@, ok jasper@
2009-08-30 20:37:16 +00:00
jasper
a917ff8bbe SECURITY UPDATE of neon to 0.28.6 for CVE-2009-2473 and
CVE-2009-2474
2009-08-30 18:37:55 +00:00
fkr
8d5431b8ad Update to 2.2.13
SECURITY: CVE-2009-2412, CVE-2009-1891, CVE-2009-1195, CVE-2009-1890,
CVE-2009-1191, CVE-2009-0023, CVE-2009-1955, CVE-2009-1956

Update the Makefile to properly depend on the mt version of apr-util
in ldap flavour. (from bernd@)

ok jasper@, ajacoutot@
2009-08-30 18:06:07 +00:00
jasper
35c5a01afe - update p5-POE-Component-IRC to 6.10 2009-08-30 17:24:44 +00:00
jasper
159513c8b4 - add p5-POE-Test-Loops 2009-08-30 17:16:43 +00:00
jasper
e0e8a2c309 import p5-POE-Test-Loops 1.021
POE::Test::Loops contains one function, generate(), which will generate
all the loop tests for one or more POE::Loop subclasses.
2009-08-30 17:14:21 +00:00
jasper
d0aff2b9d6 - update p5-XML-NamespaceSupport to 1.10 2009-08-30 17:08:00 +00:00
jasper
f4ef0412b6 - update p5-Test-Manifest to 1.23 2009-08-30 17:03:59 +00:00
jasper
41154be4d7 - update p5-Event to 1.12 2009-08-30 16:59:06 +00:00
jasper
b1881ce528 - update p5-Config-IniFiles to 2.52 2009-08-30 16:55:31 +00:00
jasper
facec224e3 - update p5-CDDB to 1.21 2009-08-30 16:53:40 +00:00
steven
76da0eb4bf nipper is no longer open source; remove the master site. 2009-08-30 16:44:45 +00:00
jasper
b30886eb9c - add dtc 2009-08-30 16:42:07 +00:00
jasper
da93af1503 Import dtc
The Device Tree Compiler (DTC) compiles device-tree descriptions for
booting PowerPC kernels on embedded systems without OpenFirmware.
2009-08-30 16:40:16 +00:00
sthen
cb168cfbac - update to 2.22; minor bugfixes and improvements.
- set PKG_ARCH=*

- note that upstream moved to Linux FHS /var/lib/get_iplayer/options;
we patch to retain hier(7)-compatible /etc/get_iplayer/options
2009-08-30 12:58:14 +00:00
sthen
9a7a1ffe28 update flvstreamer to 1.8j;
- Allow chunk stream ids upto 3 bytes long
- Fixed >2GB file handling
2009-08-30 12:50:52 +00:00
steven
c960b10a65 update to 1.38 2009-08-30 12:31:33 +00:00
sthen
f115cccb1b update postfix/snapshot to 2.7-20090828; from Brad. ok jakob@ 2009-08-30 12:25:55 +00:00
ajacoutot
8336c5ca69 Remove run dependency on deskbar-applet.
While here, recreate the dependency chain from scratch as it was bogus.
2009-08-30 11:46:14 +00:00
ajacoutot
08e9dd4b33 Advise installing an indexer engine (we have tracker-search and pinot so far). 2009-08-30 11:29:53 +00:00
ajacoutot
2ecdba0ace Remove a comment from DESCR. It will be dealt with directly in the
deskbar-applet package.
2009-08-30 11:25:25 +00:00
fgsch
a18aeadccd ops, remove space that led to a broken dependency. spotted by benoit@ 2009-08-30 10:53:17 +00:00
steven
f31c359143 zap trailing whitespace 2009-08-30 08:40:52 +00:00
kurt
3efcee68bd Various bug fixes:
- copy and paste into msg windows caused html to be passed on to the
icb-server.
- implemented keepalive so that my connection doesn't drop when behind
crapy firewalls that timeout idle tcp connections quickly.
- fixed a crash in the auto reconnect code path where "group" is not in the
hash table in icb_join_chat().
- implemented a defensive programming check in icb_send() to prevent other
NULL fields from crashing pidgin.
- fixed some amd64 warnings.

Maintainer timeout
2009-08-29 22:14:43 +00:00
sthen
13526abaad Update postfix/stable to 2.6.5; users of 2.6.4 should update. According
to the release announcement, that version added "a DNS workaround that
causes more trouble than it prevents" which has now been removed.

jakob@ (maintainer) ok.
2009-08-29 21:58:17 +00:00
ajacoutot
61cbcf371f Bugfix update to gtk+2-2.16.6 2009-08-29 20:17:49 +00:00
fgsch
097e6ca0a8 remove deprecation warnings in case of python 2.6. from upstream. bump.
wcmaier@ martynas@ ok
2009-08-29 15:17:48 +00:00
jasper
0d680f0158 - update catalan and slovak dictionaries 2009-08-29 13:45:09 +00:00
jasper
8cb11f2f92 -add p5-Template-Plugin-GD 2009-08-29 13:36:24 +00:00
jasper
c2767af38f import p5-Template-GD 2.66
The Template-GD distribution provides a number of Template Toolkit
plugin modules to interface with Lincoln Stein's GD modules. These in
turn provide an interface to Thomas Boutell's GD graphics library.

from Stephan A. Rickauer (MAINTAINER), with a few minor tweaks by me
2009-08-29 13:34:55 +00:00
jasper
843bcaf0ec - missing bump in previous commit 2009-08-29 12:42:46 +00:00
ajacoutot
07c9a2ed58 Small bugfix update to glib2-2.20.5. 2009-08-29 10:20:28 +00:00
espie
d3edd1fbf8 tweak things a bit more to use the system sqlite3 (e.g., stop fucking around
with internal functions)
2009-08-28 07:57:03 +00:00
sthen
5815152193 update Gargoyle to 20090825 (bug fixes, new features, and some
license cleanup). enable distfiles/packages for ftp; some parts
are noncommercial only so not for cdrom.
2009-08-28 01:02:20 +00:00
ajacoutot
a0766c55cc Protect ldap configuration files as they may contain a binddn password.
Also re-add a line in README.OpenBSD that I removed by mistake in a
previous commit.
2009-08-27 20:02:04 +00:00
ajacoutot
17ec0b58ce Use the gettext module.
ok landry@ on an earlier diff.
2009-08-27 19:44:38 +00:00
bluhm
fa4e4610d9 update p5-BSD-Resource to 1.2903 2009-08-27 14:43:53 +00:00
ajacoutot
149eca9e15 Small update to gutenprint-5.2.4. 2009-08-27 11:11:04 +00:00
jolan
bf7f8d0f7d update to 1.5.4 2009-08-27 01:09:29 +00:00
bernd
5b88f33031 Update to git-1.6.4.1.
From Simon Kuhnle. Thanks!
2009-08-26 21:37:21 +00:00
sthen
1b324127df Update to 0.11.7, fixing sparc64. From new maintainer Edd Barrett. 2009-08-26 19:30:19 +00:00
sthen
a83c4ebec3 ajacoutot@ points out that USE_X11 is just used during build; X is only
needed at runtime here so remove USE_X11. Doesn't make it into the
package -> no bump.
2009-08-26 18:49:59 +00:00
sthen
b08d1ba1a7 +luma 2009-08-26 16:53:46 +00:00