Commit Graph

27521 Commits

Author SHA1 Message Date
naddy
4bdf797e0a Don't depend on libvorbis/libogg inter-library dependency in autoconf test.
The final executables should not be affected.
2005-01-27 16:17:43 +00:00
sturm
68ab461bc6 p5-MasonX-Interp-WithCallbacks 2005-01-27 14:15:45 +00:00
sturm
e963fb6fee Initial import of p5-MasonX-Interp-WithCallbacks 1.13
This module brings support for a sort of plugin architecture based on
Params::CallbackRequest to Mason. Mason then executes code before
executing any components. This approach allows you to carry out logical
processing of data submitted from a form, to affect the contents of the
Mason request arguments (and thus the %ARGS hash in components), and even
to redirect or abort the request before Mason handles it.
2005-01-27 14:14:53 +00:00
sturm
fb51dab469 p5-HTTP-BrowserDetect 2005-01-27 14:01:31 +00:00
sturm
df43da84c7 Initial import of HTTP-BrowserDetect 0.98
The HTTP::BrowserDetect object does a number of tests on an HTTP user
agent string. The results of these tests are available via methods of
the object.
2005-01-27 14:00:45 +00:00
sturm
12e572f60e p5-Params-CallbackRequest
p5-Test-Class
2005-01-27 13:15:27 +00:00
sturm
6cd9f76749 Initial import of Params-CallbackRequest 1.13
Params::CallbackRequest provides functional and object-oriented callbacks
to method and function parameters. Callbacks may be either code references
provided to the new() constructor, or methods defined in subclasses of
Params::Callback. Callbacks are triggered either for every call to the
Params::CallbackRequest execute() method, or by specially named keys in
the parameters to execute().
2005-01-27 13:13:57 +00:00
sturm
23f1e1435c Initial import of Test-Class 0.07
Test::Class provides a simple way of creating classes and objects
to test your code in an xUnit style.
                                                  
Built using Test::Builder it is designed to work with other
Test::Builder based modules (Test::More, Test::Differences,
Test::Exception, etc.)
2005-01-27 13:01:57 +00:00
sturm
72b9e0cf74 SIZE 2005-01-27 12:47:19 +00:00
sturm
dc08eed0e2 p5-Cache-Mmap 2005-01-27 12:40:03 +00:00
sturm
c854aac6f5 Initial import of Cache-Mmap 0.081
This module provides a shared cache, using a memory mapped file. Very
useful for mod_perl applications. If routines are provided which interact
with the underlying data, access to the cache is completely transparent,
and the module handles all the details of refreshing cache contents, and
updating underlying data, if necessary.
2005-01-27 12:38:17 +00:00
espie
1ff285e9fc update from maintainer to more current version 2005-01-27 10:57:20 +00:00
alek
0cdb219b83 - Graphics/gdk-pixbuf,-gnome isn't needed here
- Bump PKGNAME

ok marcm@
2005-01-27 10:01:26 +00:00
alek
cad9cac715 - Use devel/gettext MODULE
- Bump PKGNAME

ok marcm@
2005-01-27 09:57:50 +00:00
alek
7338efb918 - X11/gnome/libs isn't needed here
- Use devel/gettext MODULE
- Fix WANTLIB

ok marcm@
2005-01-27 09:56:40 +00:00
alek
f78ce0d00e - Iconv/intl isn't used here, so remove MODULES=devel/gettext
- Bump PKGNAME

ok brad@
2005-01-27 09:52:05 +00:00
kevlo
ee04f4a674 upgrade to openwebmail 2.50 2005-01-27 06:01:16 +00:00
kevlo
ff66c39369 upgrade to 0.08 2005-01-27 05:45:44 +00:00
brad
b2653b7620 SECURITY:
Fix a buffer overflow due to insufficient bounds checking while
processing a PDF file that provides malicious values in the /Encrypt
/Length tag.
2005-01-27 05:03:27 +00:00
kevlo
a14779e9e9 upgrade to 0.96 2005-01-27 03:28:05 +00:00
kevlo
29493909fe upgrade to 1.25 2005-01-27 03:27:04 +00:00
naddy
4ea670fd4b Now that @info transparently picks up all .info-* files, don't go through
extra steps to rebuild with --no-split.
2005-01-27 02:09:52 +00:00
kevlo
fcb96eb5c0 upgrade to 1.5.0. ok jcs@ 2005-01-27 00:38:37 +00:00
alek
a858933f73 Missed in previous commit
noticed by naddy@
2005-01-26 21:31:55 +00:00
sturm
5ef19df409 this should be it
btw: the port's maintainer agrees with this update
2005-01-26 19:38:52 +00:00
sturm
210c026731 ... 2005-01-26 19:37:22 +00:00
sturm
2ca4ad7fb3 SECURITY update to exim 4.44
This fixes lots of bugs and at least the security issues noticed in
CAN-2005-0021 and CAN-2005-0022.

based on a diff from "Andrey N. Oktyabrski" <ano at antora.ru>
2005-01-26 19:33:20 +00:00
naddy
5477a56424 Now that @info transparently picks up all .info-* files, don't go through
extra steps to rebuild with --no-split.
2005-01-26 16:41:03 +00:00
espie
4a22721b99 +dvd+rw-tools 2005-01-26 12:26:48 +00:00
espie
30315c3c05 dvd+rw-tools, based on Jacob Meuser's submission. 2005-01-26 12:25:59 +00:00
espie
d8edc2feff recent versions of kde and propolice seem to agree now. 2005-01-26 10:56:11 +00:00
jakob
ff6ff11201 openldap v2.2.23 2005-01-26 08:27:47 +00:00
brad
927db06948 Florian Weimer has discovered a cross-site scripting vulnerability in
the error messages that are produced by Mailman.

CAN-2004-1177
2005-01-26 05:28:53 +00:00
brad
6c1b677ada Fix 2 security issues...
A bug exists in the code that parses responses from Gopher servers.
The bug results in a buffer overflow if a Gopher server returns a
line longer than 4096 bytes.  The overflow results in memory
corruption and usually crashes Squid.

CAN-2005-0094

A bug exists in the code that parses WCCP messages.  An attacker
that sends a malformed WCCP messages, with a spoofed source address
matching Squid's "home router" can crash Squid.

CAN-2005-0095
2005-01-26 05:08:11 +00:00
alek
ddd24d8b30 - Replace DEINSTALL script with UNMESSAGE and @unexec
- Bump PKGNAME
2005-01-26 02:47:01 +00:00
alek
4c4d6b63cf - Replace DEINSTALL with UNMESSAGE and @unexec
- Bump PKGNAME
2005-01-26 02:40:55 +00:00
alek
b4a541da24 - Replace DEINSTALL script with @unexec and UNMESSAGE
- Trim empty lines
- Bump PKGNAME
2005-01-26 02:31:14 +00:00
alek
ea5f371d50 - Replace DEINSTALL script with @unexec and UNMESSAGE
- Bump PKGNAME
2005-01-26 02:24:06 +00:00
pvalchev
82806daf7d Update to radmind-1.4.0
from maintainer William Yodlowsky <bsd@openbsd.rutgers.edu>
2005-01-26 00:33:30 +00:00
alek
bcac3bab4e - Replace DEINSTALL script with @unexec and UNMESSAGE
- Bump PKGNAME
2005-01-26 00:08:45 +00:00
fgsch
904c709836 encoder/decoder tool for the Usenet yEnc encoding format; input and ok
from jolan@
2005-01-25 23:32:22 +00:00
xsa
88c27a415b Update to BTreeFolder2-1.0.1;
see http://hathawaymix.org/Software/BTreeFolder2/CHANGES.txt
for more information;
2005-01-25 22:37:46 +00:00
robert
c64eb12931 $OpenBSD$ 2005-01-25 22:28:31 +00:00
dhartmei
641c37bedb add DLT_LOOP patch, bump PKGNAME, ok robert@ 2005-01-25 22:24:01 +00:00
naddy
c01d252558 Complete move graphics/transcode -> multimedia/transcode. 2005-01-25 22:00:34 +00:00
naddy
672bff840b Reimport into new category (ok jolan@, xsa@, robert@).
Update to 0.6.14; from new maintainer Jacob Meuser <jakemsr@jakemsr.com>.

Notable changes:
- new import module for bktr(4) devices, import_bktr
- new import module for audio(4) devices, import_sunau
- export profiles
- better error checking
- uses YV12/I420 colorspace by default instead of RGB
- uses external ffmpeg/libavcodec
- optimized memcpy on i386
- many small bugs fixed
2005-01-25 21:58:59 +00:00
mjc
d7e7a8fa4e update to 1.0.8, from Victor Sahlstedt 2005-01-25 21:56:51 +00:00
pvalchev
523207b9c8 remove bad patch to a file that's not compiled in anyway (no binary changes) 2005-01-25 21:46:58 +00:00
robert
73eaddc596 upgrade to version 1.2.0; 2005-01-25 21:34:55 +00:00
naddy
b201bac722 +xorp 2005-01-25 21:21:42 +00:00