Commit Graph

45494 Commits

Author SHA1 Message Date
sthen
f6c9102d1a updated patch from Rob Holland, his commentary:
"Andreas Tille, the Debian WordNet maintainer, noticed a bug in my
patch. The bug is not security related, but causes incorrect behaviour
in WordNet.

I replaced a strncpy(s1, s2, strlen(s2)) with a strcpy forgetting that
strncpy invoked that way would always omit the trailing \0 (as the \0
would always be at strlen(s2) + 1). This resulted in a truncation of
output from WordNet which relied on the previous behavior which it
used to 'patch' s1. I've now adjusted the strncpy to be a memcpy and
added a comment, to make the intent of the code clear. (Using a str*
function when you don't wish any handling of \0 is unintuitive to me,
hence my mistake). [..] Apologies for the error."

thanks Rob for the exemplary handling of this advisory. Notifications
to package maintainers and follow-ups are almost unheard-of and very
welcome.
2008-09-06 21:49:15 +00:00
simon
dd7ddb7a1f add p5-Template-Plugin-Markdown 2008-09-06 11:39:45 +00:00
simon
4abf3c114b import p5-Template-Plugin-Markdown
Template::Plugin::Markdown is a plugin for TT which provides a filter to
format your text with Markdown style.

ok okan@ just before the lock
2008-09-06 11:39:40 +00:00
simon
8d14bc6626 add p5-Catalyst-Plugin-C3 to devel/ and p5-Catalyst-Plugin-Cache,
p5-Catalyst-Plugin-Cache-Store-FastMmap,
p5-Catalyst-Plugin-ConfigLoader-Environment,
p5-Catalyst-Plugin-LogWarnings, p5-Catalyst-Component-ACCEPT_CONTEXT,
p5-HTML-SBC and p5-XML-Atom-SimpleFeed to www/
2008-09-06 10:34:06 +00:00
simon
50816c5a70 import p5-XML-Atom-SimpleFeed
This module provides a minimal API for generating Atom syndication feeds
quickly and easily.  It supports all aspects of the Atom format, but it
has no provisions for generating feeds with extension elements.
2008-09-06 10:34:02 +00:00
simon
9e2601c86d import p5-HTML-SBC
Simple Blog Code is a simple markup language.  You can use it for guest
books, blogs, wikis, boards and various other web applications.  It
produces valid and semantic (X)HTML from input and is patterned on that
tiny usenet markups like *bold* and _underline_.
2008-09-06 10:33:59 +00:00
simon
852f94bc24 import p5-Catalyst-Component-ACCEPT_CONTEXT
Models and Views don't usually have access to the request object, since
they probably don't really need it.  Sometimes, however, having the
request context available outside of Controllers makes your application
cleaner.  If that's the case, just use this module as a base class.
2008-09-06 10:33:55 +00:00
simon
cd41d2fadc import p5-Catalyst-Plugin-LogWarnings
This plugin redirects perl's warn() warnings to a Catalyst log
($c->log->warn), allowing you to filter warnings, log warnings to a
database, Log4Perl, etc.
2008-09-06 10:33:51 +00:00
simon
45ab6b9751 import p5-Catalyst-Plugin-ConfigLoader-Environment
Catalyst::Plugin::ConfigLoader::Environment reads environment variables
and sets up the configuration in your application accordingly.
2008-09-06 10:33:48 +00:00
simon
0d029dffa2 import p5-Catalyst-Plugin-Cache-Store-FastMmap
This store plugin is a bit of a wrapper for Cache::FastMmap.
As Cache::FastMmap can't store plain values by default, this module
ships with a subclass that will wrap all values in a scalar reference
before storing.
2008-09-06 10:33:45 +00:00
simon
496c726d2e import p5-Catalyst-Plugin-Cache
This plugin gives you access to a variety of systems for caching data.
It allows you to use a very simple configuration API, while maintaining
the possibility of flexibility when you need it later.
2008-09-06 10:33:41 +00:00
simon
5cec3a7c96 import p5-Catalyst-Plugin-C3
This module is related to the possible transition of Catalyst from NEXT
to Class::C3.  This transition hasn't happened yet, and might not for a
while.
2008-09-06 10:33:37 +00:00
simon
a2209f1df3 add p5-Directory-Scratch, p5-Test-HTML-Tidy, p5-Devel-Cover and
p5-Test-Strict
2008-09-06 09:53:12 +00:00
simon
6bcf4927e8 import p5-Test-Strict
Test::Strict lets you check the syntax, presence of the strict and
warnings pragma in your Perl code.
2008-09-06 09:53:08 +00:00
simon
4ff0561702 import p5-Devel-Cover
This module provides code coverage metrics for Perl.  Code coverage
metrics describe how thoroughly tests exercise code.  By using
Devel::Cover you can discover areas of code not exercised by your tests
and determine which tests to create to increase coverage.  Code coverage
can be considered as an indirect measure of quality.
2008-09-06 09:53:05 +00:00
simon
48e29454e4 import p5-Test-HTML-Tidy
Handy way to check that HTML is valid, according to HTML::Tidy.  It is
built with Test::Builder and plays happily with Test::More and friends.
2008-09-06 09:53:01 +00:00
simon
8c93f9700c import p5-Directory-Scratch
When writing test suites for modules that operate on files, it's often
inconvenient to correctly create a platform-independent temporary
storage space, manipulate files inside it, then clean it up when the
test exits.  The inconvenience usually results in tests that don't work
everwhere, or worse, no tests at all.
This module aims to eliminate that problem by making it easy to do
things right.
2008-09-06 09:52:57 +00:00
fkr
0fa1c0a21f update to openvpn 2.1rc9, this includes security fixes
in earlier versions of 2.1 rc series, CVE-2008-3459

ok bernd@, ajacoutot@
2008-09-06 09:07:10 +00:00
sthen
75799bca75 - old MASTER_SITES no longer has the distfile, so switch to a mirror
- this had an evil use of NO_CHECKSUM (don't do that at home kids,
just mirror the distfile!): remove it and provide distinfo

- regen PLIST while there, and thus bump package

ok steven@
2008-09-05 21:31:55 +00:00
okan
ad86d7abf0 update to 1.4a; from Bruno Bigras (MAINTAINER)
ok merdely@
2008-09-05 19:53:44 +00:00
ajacoutot
8be4ed0478 - rework this port so that one can install a different graphics backend
(namely cairo, libart and xlib)
suggested by David Chisnall <csdavec at swansea dot ac dot uk>

MESSAGE tweaked from the FreeBSD gnustep-back port.
While deprecated, the xlib backend is still the default because it's the
most stable for now.
2008-09-05 18:29:43 +00:00
jasper
7bf2226a9d - update liferea to 1.4.19
from Wiktor Izdebski (MAINTAINER)
2008-09-05 15:45:10 +00:00
okan
c9877ef58e - update to 4.30 (initial diff from Guillaume Pinot)
- even though gmp is now optional, it is explicity used/linked
- fix-up SHARED_LIBS
- add @bin markers

tweak and ok naddy@
2008-09-05 14:37:43 +00:00
ajacoutot
8531e4911e +gworkspace 2008-09-05 12:28:50 +00:00
ajacoutot
d3791bbcdf Import gworkspace-0.8.6
GWorkspace is a clone of the NeXT workspace manager with some added
features as spatial viewing, an advanced database based search system,
etc.

As for the rest of GNUstep apps under OpenBSD, it is somewhat
experimental.
2008-09-05 12:28:02 +00:00
ajacoutot
d295738ff8 +cherokee 2008-09-05 11:22:26 +00:00
ajacoutot
c5e70d5785 - add _cherokee user and group (www/cherokee) 2008-09-05 11:21:17 +00:00
ajacoutot
8caf12c9e2 Import cherokee-0.8.1
Cherokee is a very fast, flexible and easy to configure Web Server. It
supports the widespread technologies nowadays: FastCGI, SCGI, PHP, CGI,
TLS and SSL encrypted connections, Virtual hosts, Authentication, on the
fly encoding, Load balancing, Apache compatible log files, and much
more.

based on a submission from Fernando Quintero (MAINTAINER)
testing, feedback and ok sthen@
2008-09-05 11:19:48 +00:00
brad
2fc84a7c39 Fix FFmpeg's configure script so it can retreive and understand the
hardware architecture instead of the machine port. Also add support
for detecting the presence of AltiVec at run-time using the
machdep.altivec sysctl.

At the moment AltiVec is disabled but this at least allows the
configure script to build in the support if --disable-altivec is
removed. Facilitates further testing and debugging.

ok kili@ jakemsr@
2008-09-05 01:10:21 +00:00
brad
5602513893 Fix a crash if VLC is not able to connect to a RTSP server.
ok sthen@
2008-09-05 01:01:00 +00:00
brad
9b5b2d8f21 Pull in integer overflow fixes for TTA, MMS and Ogg.
CVE-2008-3732, CVE-2008-3794

ok sthen@
2008-09-04 22:58:23 +00:00
kili
75b3599816 Distfile moved again. Sigh...
Noticed by landry.

ok landry
2008-09-04 20:33:24 +00:00
martin
a13e234b93 - update to 0.5.6
- take over maintainership

help and ok sthen@
2008-09-04 08:52:29 +00:00
brad
26ea736147 Update to Dovecot 1.1.3.
ok sthen@
2008-09-04 08:35:43 +00:00
fkr
a4916a1585 I moved (and not just to get a free commit) a while go.
ok ajacoutot@
2008-09-04 07:52:36 +00:00
brad
4861666ab0 Update to SpamAssassin 3.2.5; minor bug fix update.
ok mbalmer@
2008-09-04 06:42:12 +00:00
steven
39de130454 update to 7.30
from patrick keshishian (maintainer)
2008-09-04 05:30:53 +00:00
kili
9c0d3edd18 Drop maintainership.
If you have to work on ghc-HEAD but can't get the ghc-HEAD souces, there's
no point to work on it at all.
If you complain about missing portability, and all those Haskell guys agree,
but at the same time delay bootstrapping to the next release whenever a
release happens, there's no expectation for getting bootstrapping back at
all.
2008-09-03 22:40:27 +00:00
brad
5ad108aedd Remove forgotten MODGCC bits for sparc64. sparc64 has been using gcc3
for 4 1/2 years now.
2008-09-03 21:58:17 +00:00
jakob
f89347197a upgrade to v0.9.9 2008-09-03 21:02:31 +00:00
jakob
2f618aa0e4 upgrade to v3.1.1 2008-09-03 20:44:13 +00:00
jakob
b7efe9f8c5 upgrade to v0.9.1; bugfix release 2008-09-03 20:41:49 +00:00
ajacoutot
9df48de19c - small update to leafpad-0.8.15
"This release adds and update some translations."
2008-09-03 14:43:30 +00:00
jakob
ff1c336c38 upgrade to 2.7.2; fixes memory leaks 2008-09-03 14:33:06 +00:00
sthen
d339a110a1 regenerate PLIST (.egg-info was missing) and use MODPY_EGG_VERSION, bump 2008-09-03 13:29:33 +00:00
sthen
8e90856d30 SECURITY update to trac 0.10.5
- Fixes cross-site redirection in quickjump found by Russ McRee.
- Fixes wiki engine XSS found by Nathan Collins.
- Added PostgreSQL 8.3 support.
- Fixes FineGrainedPermissions for scoped repositories.
- Fixes problem with repository syncing raising exceptions.

ok Ben Lovett (MAINTAINER)
2008-09-03 13:26:16 +00:00
brad
2290578106 Enable V4L2 input support.
.e.g. mplayer tv:// -tv driver=v4l2:device=/dev/video0

ok robert@
2008-09-03 12:20:52 +00:00
todd
d8787fa8c7 verified to work via ekiga by me
PLEASE commit this ;-) ajacoutot@
2008-09-02 23:17:15 +00:00
todd
f721346741 give macppc a fighting chance, set the correct pic flag for this lib for macppc
ok ajacoutot@ (maint)
2008-09-02 23:16:01 +00:00
bernd
8ce0f5af89 Security update to apache-httpd-2.2.9. (CVE-2008-2364 and CVE-2007-6420)
http://www.apache.org/dist/httpd/CHANGES_2.2.9

Also fix LIB_DEPENDS and use the external pcre library instead of the shipped
one.

ok dlg@, simon@, merdely@ (pre-lock)
2008-09-02 22:05:23 +00:00