jasper
0f0605e729
Security fix for CVE-2010-4494,
...
Libxml2 XPath Double Free Vulnerability
Patch from upstream git.
2010-12-28 10:53:02 +00:00
benoit
2b8a3f7ec4
+p5-Net-IPv6Addr
2010-12-27 21:16:48 +00:00
benoit
95e0a76220
+p5-Math-Base85
2010-12-27 21:14:13 +00:00
benoit
1f9fd9d911
import p5-Math-Base85;
...
This module handles numbers in base 85, via strings and Math::BigInt.
Tweaks and ok jasper@
2010-12-27 21:08:50 +00:00
benoit
9ca3d8c872
import p5-Net-IPv6Addr;
...
p5-Net-IPv6Addr provides functions for parsing IPv6 addresses in all
formats described by RFC1884.
Tweaks and ok jasper@
2010-12-27 21:06:08 +00:00
jasper
282a6a3ca6
SECURITY FIX for SA42726
...
PECL phar Extension Format String Vulnerabilities.
patch from upstream svn
2010-12-27 20:34:29 +00:00
jasper
91190523e8
- unbreak after ip6s_exthdrtoolong was removed from struct ip6stat.
2010-12-27 19:03:48 +00:00
jasper
472039e4f4
- add missing dependencies
...
- extend platform ifdefs to fix build on mip64(el), and several others too
2010-12-27 18:58:40 +00:00
ajacoutot
f5a0b77fbe
Update to the latest available RC (1.8.4rc3).
...
Details available at:
http://www.zabbix.com/documentation/1.8/manual/about/what_s_new_1.8.4
We are updating now because this release brings lots of fixes and
integrates robert@'s patches for sensors and network statistics. Used
in production for several weeks now.
Final 1.8.4 is scheduled to be released shortly.
ok robert@
2010-12-27 17:19:17 +00:00
jasper
021b835a3b
- update swi-prolog to 5.10.2
...
- unbreak on hppa (tested by landry@)
If you are upgrading from an older release (e.g. 5.6.x) it is advised to
read the upgrading guide which is available from
http://www.swi-prolog.org/Upgrade-5.8.html
2010-12-27 16:07:08 +00:00
jasper
4be71cdd53
- fix build on at least mips64el by syncing the endian definitions, tested
...
on both big and little endian machines.
2010-12-27 15:48:01 +00:00
jasper
8ef92e8abc
SECURITY FIX for SA42658,
...
OpenSC Serial Number Processing Buffer Overflow Vulnerabilities.
patches from upstream svn
ok maintainer
2010-12-27 15:30:11 +00:00
ajacoutot
4ec44530ca
Simplify after recent rc.subr change.
...
The framework is now stable and we will start documenting it (at last).
2010-12-27 14:50:22 +00:00
pea
6fd6fc2c45
Update to 4.3.11
...
OK jasper@
2010-12-27 14:04:31 +00:00
jasper
1bb7b87aea
no need to spell out the license in README
...
prompted by brad, discussed with markus@/sthen@
2010-12-27 13:51:31 +00:00
shadchin
4e37360dd9
disable the Sun audio backend
...
from brad, ok jasper
2010-12-27 12:08:21 +00:00
rpointel
e967539a52
+zim
2010-12-27 12:06:46 +00:00
sebastia
6d06acf678
enable graphos.
...
Import was OK landry@
2010-12-27 12:06:08 +00:00
rpointel
a9dae9e774
Import Zim, a desktop wiki.
...
From MAINTAINER Sebastian Benoit.
ok landry@ (thanks).
2010-12-27 12:05:13 +00:00
jasper
4fc5bbb11d
regen
2010-12-27 12:05:01 +00:00
sebastia
49f8110c85
Import graphos: a gnustep based vector drawing application
...
pkg/DESCR:
Graphos is a vector drawing application centered around bezier paths.
2010-12-27 12:04:35 +00:00
jasper
22d4bf9e57
- remove unneeded chunk from patch
...
from brad
2010-12-27 11:50:45 +00:00
jasper
c0d4d08320
- update p5-Mail-Tools to 2.07
...
from brad, ok aja@, espie@ (MAINTAINER)
2010-12-27 11:49:06 +00:00
jasper
678ead5b67
- fix RCS id
2010-12-27 11:41:02 +00:00
jasper
62abf64ac7
- fix RCS Id
2010-12-27 11:02:05 +00:00
jasper
56b72bb241
- update fossil to 20101221135605 (with with a git-like stash command)
...
- update maintainer address
- set NO_REGRESS for this release
from james turner (MAINTAINER)
2010-12-27 11:00:43 +00:00
jasper
99b3677e84
- update p5-Devel-Caller to 2.05
...
from andres voegele, with a tweak by me.
2010-12-27 10:58:40 +00:00
jasper
8ffcc7eace
- update to 0.26 (no actual changes for OpenBSD)
...
- reformat Makefile
- remove USE_GROFF
- update maintainers address
from andreas voegele (MAINTAINER)
2010-12-27 10:55:16 +00:00
landry
08fe227325
Update to pkg_mgr 0.2.. release early, release often :)
...
Mostly rewritten, properly (sort of) integrates with pkg_* code,
Likely to have bugs, but if noone uses it they won't show up.
Oh, and even features a manpage with feedback from schwarze@ and jmc@.
2010-12-26 19:51:05 +00:00
kili
7fff88d346
Import mtl-2.0.1.0, needed by a couple of hs-* ports after the
...
update to ghc-7.0.2. Unfortunately, there are some other ports
that don't build with mtl-2 yet, so in the worst case i've to
include mtl-1 within the ghc package and mtl-2 in this new port.
Not yet linked to the build, of course.
2010-12-26 19:10:50 +00:00
kili
c84bdd9392
This package contains the generics system described in the `Scrap
...
Your Boilerplate' papers (http://www.cs.uu.nl/wiki/GenericProgramming/SYB ).
It defines the Data class of types permitting folding and unfolding
of constructor applications, instances of this class for primitive
types, and a variety of traversals.
Needed by some ports after an update to ghc-7.0.2, not yet linked to the build.
Reads good to landry@
2010-12-26 17:15:55 +00:00
stsp
fabc72b73a
Apply patch from upstream to fix the "Print" and "Print Preview" crashes.
...
https://bugzilla.mozilla.org/show_bug.cgi?id=573039
https://bug573039.bugzilla.mozilla.org/attachment.cgi?id=499233
suggested by and ok landry@
2010-12-26 13:16:29 +00:00
benoit
808eba112e
- update tor to 0.2.1.28
...
- maintainer timeout
SECURITY update of tor to 0.2.1.28 : CVE-2010-1676
2010-12-26 11:50:59 +00:00
rpointel
a26103d79a
Update to py-redis 2.2.1.
...
ok landry@ aja@
2010-12-26 09:39:35 +00:00
landry
1cd5d235f9
Add gst-plugins-bad to RUN_DEPENDS, so that webkit-based browsers know
...
how to handle WebM/vp8 video out of the box. From brad.
2010-12-26 08:32:07 +00:00
ajacoutot
df73465884
Update to mysql-5.1.54.
...
More details at:
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-54.html
from Brad
2010-12-26 08:23:17 +00:00
naddy
83866f8b92
maintenance update to 1.13.0
2010-12-25 20:51:06 +00:00
kili
ea0e58eadf
Update to poppler-data-0.4.4.
2010-12-24 14:02:38 +00:00
kili
dd4a650184
Update to poppler-0.14.5.
...
ok jasper@
2010-12-24 14:02:12 +00:00
dcoppa
3d335ddf57
Fix from upstream: set the MEDIAENDED state correctly when running
...
as plugin.
2010-12-24 13:19:20 +00:00
ajacoutot
b28452a489
Cope with recent rc.subr changes.
2010-12-24 10:40:04 +00:00
espie
f0e0a9480c
pass state around
2010-12-24 10:31:40 +00:00
jasper
ac44ce0243
- bump after uuid rename, reminded by aja@
2010-12-24 09:07:38 +00:00
steven
ee9c201ba9
update to 2.7.8
...
from brad (maintainer)
2010-12-23 23:25:25 +00:00
jasper
06f9247de7
Rename uuid to ossp-uuid, which reflects the way various distros/projects
...
name and refer to this version of a uuid library.
ok robert@ (MAINTAINER)
2010-12-23 23:04:56 +00:00
jasper
d6e0954d70
- update ejabberd to 2.1.6
...
from viq (MAINTAINER)
2010-12-23 22:54:39 +00:00
landry
46061ee929
Update to xfce4-fsguard 1.0.0.
...
Bugfix and translation update.. fix WANTLIB while here.
2010-12-23 16:44:46 +00:00
landry
a8ef3f0fe3
Update to xfce4-verve 1.0.0.
...
Bugfix and translation release.. fix WANTLIB while here.
2010-12-23 16:42:33 +00:00
jasper
b20d9cdf29
- set license number
...
- tweak PLIST
2010-12-23 16:36:16 +00:00
marco
4361eb1c74
Roll to 1.138
...
ok and help to fix WANTLIB sthen laurent
2010-12-23 15:54:28 +00:00