mishka
86c42b6fb4
Fix categories.
2009-03-02 17:29:30 +00:00
adam
5f7e8be593
Updated games/scummvm to 0.13.0
2009-03-02 17:08:27 +00:00
manu
92839978cc
Added lasso-2.2.1, py-lasso for python binding, and ap2-auth-mellon-0.1.0
2009-03-02 16:49:57 +00:00
jmcneill
a35d1f12e2
Updated x11/gdm to 2.20.7nb5
2009-03-02 15:13:56 +00:00
tron
cda43a4714
Note update of the "graphviz" package to version 2.20.3nb2.
2009-03-02 11:37:34 +00:00
tron
b3ffbbe4bc
Note update of the "hal" package to version 0.5.11nb23.
2009-03-02 11:37:24 +00:00
wiz
2211435d72
Updated textproc/mdoclint to 1.1
2009-03-02 10:25:06 +00:00
kefren
da5c5ae364
Mention addition of xmms-pulse and optipng update
2009-03-02 06:24:40 +00:00
jmcneill
7e6ab722df
Updated sysutils/gvfs to 1.0.3nb2
2009-03-02 02:01:30 +00:00
sno
33386266e2
fix autogenerated entry
2009-03-01 23:35:15 +00:00
sno
57231d804b
fix autogenerated entry
2009-03-01 23:29:00 +00:00
sno
5a83295654
Added devel/p5-Test-Reporter version 1.5203
2009-03-01 23:13:20 +00:00
sno
31f0f09373
Updated devel/p5-CPAN to 1.9304
2009-03-01 23:08:34 +00:00
sno
6f019c8cdf
Added devel/devel/p5-Devel-Autoflush version 0.05
2009-03-01 23:04:45 +00:00
sno
f32c44f45c
Added devel/p5-Parse-CPAN-Meta version 0.04
2009-03-01 22:10:11 +00:00
sno
2f9550b191
Added devel/p5-CPAN version 1.9301
2009-03-01 22:07:21 +00:00
tron
595702eb1c
Note update of the "graphviz" package to version 2.20.3nb1.
2009-03-01 21:59:10 +00:00
sno
d5b1e13af8
Updated textproc/p5-Encode to 2.31
2009-03-01 21:56:38 +00:00
sno
e5d19161cd
Updated net/p5-Net-LibIDN to 0.12
2009-03-01 21:55:53 +00:00
sno
9391e438b2
Updated devel/p5-Module-Build to 0.32
2009-03-01 21:55:11 +00:00
wiz
721ca0033f
Added textproc/mdoclint version 1.0
2009-03-01 21:26:34 +00:00
sno
286da06cb3
Updated devel/p5-File-HomeDir to 0.82
2009-03-01 21:17:08 +00:00
jmcneill
d012ed97ac
Updated sysutils/hal to 0.5.11nb22
2009-03-01 18:23:15 +00:00
minskim
1284f963ba
Note PKGREVISION bump of dvipsk.
2009-03-01 18:09:52 +00:00
minskim
ec1f820d56
Note PKGREVISION bump of xdvik.
2009-03-01 17:45:58 +00:00
wiz
2d61a1871c
Added textproc/mdocml version 1.3.13
2009-03-01 15:22:09 +00:00
wiz
eb662df67a
Updated misc/gwaei to 0.15.0
2009-03-01 15:13:34 +00:00
wiz
160c2b6a26
Updated misc/pciids to 20090224
2009-03-01 15:03:09 +00:00
wiz
00d9d997fb
Updated security/caff to 1.1
2009-03-01 15:02:11 +00:00
wiz
a27df40aa7
Updated www/surfraw to 2.2.4
2009-03-01 14:57:44 +00:00
taca
4a87bd01fc
Note update of www/typolight-translations package to 20090226.
2009-03-01 06:18:58 +00:00
adrianp
27fc72d0bb
Updated www/ap22-authnz-external to 3.2.3
2009-03-01 01:28:33 +00:00
seb
5c6446b03f
Note update of textproc/p5-Template-Declare to version 0.38
2009-02-28 20:42:46 +00:00
adrianp
e0cef3aafb
Updated devel/p5-Test-Harness to 3.16
2009-02-28 16:21:58 +00:00
adrianp
2bc6ae4e4e
Updated www/drupal6 to 6.10
2009-02-28 16:11:31 +00:00
adrianp
72e221ba28
Updated www/drupal to 5.16
2009-02-28 16:10:35 +00:00
manu
d49eed8431
Update to dkim-milter 2.8.2, contributed from Fredrik Pettai <pettai@nordu.net>
...
2.8.2 2009/02/17
Request a signature with an "i=" tag if signing for subdomains and
a keylist entry matches. Previously this only occurred when
using an explicit domain list. Problem noted by
S. Moonesamy of Eland Systems.
Fixes in and around dkim_socket_cleanup(). Problem noted by
S. Moonesamy of Eland Systems.
LIBDKIM: When logging a d2i_PUBKEY_bio() or EVP_PKEY_get1_RSA()
failure, also log the selector and domain involved so manual
diagnostics are possible.
LIBDKIM/LIBAR: Feature request #SF2380508: Add new test for
WITHOUT_LIBSM which removes references to libsm's sm_strl*()
functions, so that libdkim and libar can stand on their own
on systems which provide the strl*() functions. Requested by
Frederik Pettai.
LIBDKIM: Report DKIM_STAT_NOSIG if the caller commands that all
signatures should be ignored.
LIBDKIM: Plug a memory leak caused when responding to a malloc()
failure.
LIBDKIM: New signature error code DKIM_SIGERROR_KEYDECODE, used if
d2i_PUBKEY_BIO() or EVP_PKEY_get1_RSA fails in
dkim_sig_process().
LIBAR: Make reference to the "_res" structure more thread-safe.
BUILD: Make use of conf_dkim_filter_ENVDEF since site.config.m4.dist
refers to it. Problem noted by S. Moonesamy of Eland Systems.
2009-02-28 15:44:55 +00:00
adam
af7b0e896e
Updated emulators/wine-devel to 1.1.16
2009-02-28 15:31:17 +00:00
wiz
92fd6448b9
Updated graphics/libkdcraw to 0.1.8
2009-02-27 23:13:38 +00:00
wiz
ea95db9fd9
Updated devel/libevent to 1.4.9
2009-02-27 22:50:54 +00:00
wiz
11d47fafeb
Updated multimedia/libdvbpsi to 0.1.6
2009-02-27 22:38:26 +00:00
wiz
40ab844468
Updated audio/libcanberra to 0.11
2009-02-27 22:09:11 +00:00
wiz
ce7845853c
Updated x11/libXi to 1.2.1
2009-02-27 21:36:20 +00:00
wiz
3c359669a3
Updated multimedia/gst-plugins0.10-good to 0.10.14
2009-02-27 21:10:53 +00:00
wiz
3e9dcdbfae
Updated devel/gperf to 3.0.4
2009-02-27 20:29:29 +00:00
wiz
952e8430c0
Updated mail/evolution-exchange to 2.24.5
2009-02-27 18:41:23 +00:00
wiz
b9f3a37126
Updated mail/evolution to 2.24.5
2009-02-27 18:36:50 +00:00
wiz
59e7ab597b
Updated www/gtkhtml314 to 3.24.5
2009-02-27 17:52:20 +00:00
wiz
42726ce6d4
Updated mail/evolution-data-server to 2.24.5
2009-02-27 17:41:00 +00:00
wiz
3667ec0a32
Updated x11/gnome-themes to 2.24.3nb1
2009-02-27 17:17:48 +00:00