Commit graph

133474 commits

Author SHA1 Message Date
martti
d268fa2aff This module provides the mod_auth_basic authentication front-end a way to
authenticate users by checking credentials via the Cyrus SASL library.
This may be interesting for setups where other daemons (e.g. for SMTP, IMAP
or LDAP) already running at a machine use SASL to authenticate users. The
module is also useful to authenticate users against databases that use shadow
passwords. You do not need to elevate Apache HTTPD's access rights to
superuser privileges.
2008-11-12 09:10:00 +00:00
martti
baa627c8ea Updated www/ap22-authnz-external to 3.2.1
* Added AuthExternalContext directive, which defines a string that will be
   passed to the authenticator in the CONTEXT environment variable.  This can
   be set from the .htaccess file or the <Directory> block to give slightly
   different behavior from the same authenticator in different directories.
   Thanks to Olivier Thauvin <nanardon at mandriva dot org> for this patch.
 * Rewrite external authenticator launching code to use Apache's cross-OS
   process/thread library instead of directly calling Unix functions.
   Theoretically this should get us much closer to being usable on non-
   Unix platforms.
 * Support alternate syntax for configuration, using DefineAuthExternal and
   DefineAuthGroup commands.
 * More detailed error logging.
 * Much cleanup of documentation.
2008-11-12 09:07:56 +00:00
cube
ea9c4fc05b Bump revision for mail/libetpan. A bug made it link with wrong LDFLAGS. 2008-11-11 23:14:12 +00:00
cube
0316c303c6 Fix a bug in the configure script that would do bad things on the value of
LDFLAGS.  Bump PKGREVISION.

Reported by Mr. Siemiradzki (yes, I'm avoiding writing your first name
because I don't know what the first character is) on current-users.
2008-11-11 23:12:32 +00:00
schwarz
18aac925f7 updated libosip to 3.2.0 2008-11-11 22:02:42 +00:00
chuck
5c3d47cea7 add darwin support 2008-11-11 21:12:20 +00:00
bouyer
8d8f07c10a Updated databases/myodbc to 3.51.26r1127 2008-11-11 20:30:24 +00:00
bouyer
421100d463 Update to mysql-connector-odbc-3.51.26r1127 (from 3.51.12). Most
important change: 3.51.12 doesn't work anymore with mysql-client-5.0.67nb1,
a function has been removed from the mysql-client library.
Other changes:
  * lots of bug fixes
  * Added FLAG_COLUMN_SIZE_S32 to limit the reported column size to a
    signed 32-bit integer. This option is automatically enabled for ADO
    applications, in order to work around a bug in ADO. (Bug #13776)
  * Added FLAG_MULTI_STATEMENTS to allow issuing queries that contain
    multiple statements. Also added to the setup GUI. (Bug #7445)
  * Removed support for the TRACE and TRACEFILE DSN options. The standard
    ODBC logging should be used.
  * Added support for SQL_ATTR_ROW_BIND_OFFSET_PTR in normal cursors.
    (Bug #6741)
  * Added SSL options to the GUI setup dialog.
  * Added an option (CHARSET) for specifying the default character
    set for a connection. This must be used instead of a "SET NAMES"
    statement. Also available from the GUI setup dialog. (Related
    to Bug #6667 and Bug #9498.)
  * Dis-allow NULL ptr for null indicator when calling SQLGetData()
    if value is null. Now returns SQL_ERROR w/state 22002.
  * Fixed calling convention ptr and wrong free in myodbc3i, and fixed
    the null terminating (was only one, not two) when writing DSN to string.
  * Added support for using SSL. This is not yet exposed in the setup GUI,
    but must be enabled through configuration files or the DSN. (Bug #12918)
  * Added auto-reconnect option because automatic reconnect is now
    disabled by default in libmysql
  * Added auto is null option (Bug #10910)
  * Added support for SQLMoreResults
  * Checking SQL_ATTR_CONNECTION_DEAD now always calls mysql_ping() to
    check for a dead connection.
  * Remove ODBC escape syntax { and } that begin and terminate statements,
    allowing {CALL (?)} for procedures that don't require OUT or INOUT
    parameters
  * Improved regression tests
  * Added --with-separate-debug-driver ./configure option
2008-11-11 20:29:27 +00:00
joerg
c73f1108a4 Update to bmake-20081111 (portability changes). 2008-11-11 20:01:58 +00:00
joerg
c9fde66e7f Merge changes. 2008-11-11 19:47:38 +00:00
joerg
0e0b2f65b2 bmake-20081111:
- remove unused compat code for (v)asprintf
- remove unneeded configure checks
- use emalloc and co only if the whole family is provided by libutil
2008-11-11 19:32:33 +00:00
gdt
291d74dd2e Updated www/trac to 0.11.2 2008-11-11 18:24:22 +00:00
gdt
9cdfff13e1 Update to 0.11.2. Take maintainership.
Trac 0.11.2 (November 8, 2008)
http://svn.edgewall.org/repos/trac/tags/trac-0.11.2

 Trac 0.11.2 contains two security fixes and a couple of bug fixes.
 The following list contains only a few highlights:

Bug fixes:

 * Fixes potential DOS vulnerability with certain wiki markup. Reported by
   Matt Murphy.
 * Improved HTML sanitizer filter to detect possible phishing attempts.
   Reported by Simon Willison.
 * MySQL db backend improvement (reconnect after idle timeout #4465)
 * TicketQuery speed improvements (#6436)
 * Fixes for RSS feeds (timeline entries no longer truncated #7316, no longer
   download some feeds under Firefox #3899)
 * Search now works for custom fields (#2530)
 * Same order for ticket fields for new and existing tickets (#7018)
 * Enforce fine-grained permission for "quickjump" search results (#7655)
 * E-mail obfuscation was not done in a few remaining places (#7688, #6532)
 * Uninstall of plugins from WebAdmin was not working - feature disabled
   for now
 * More robust pagination of results for reports and custom queries (#7424,
   #7544)
 * Support for newer version of pygments (#7622)
 * Documentation updated (#7603, #7205, #7318)

Minor improvements:

 * Better support for Wiki page hierarchy (show path #2780, link to
   parent #2150)
 * Custom query allow to search in description and other text fields (#4824)
2008-11-11 18:24:09 +00:00
joerg
3127f59a05 Fix compilation. 2008-11-11 16:34:26 +00:00
cube
6dfc00d671 Note update of x11-links; now it knows about glut. 2008-11-11 16:22:24 +00:00
reinoud
02975d284c Add the version bumps of sun-jre6,sun-jdk6 to the CHANGES file 2008-11-11 16:19:46 +00:00
cube
1555f6320f Buildlink glut, bump package version and required dependency. 2008-11-11 16:19:23 +00:00
cube
6fb6b44e59 Properly register libGLU files with native X.Org as found in NetBSD. 2008-11-11 16:18:18 +00:00
reinoud
5ec44a8854 Bump revisions of sun-jre6 and sun-jdk6 as suggested by joerg 2008-11-11 16:17:10 +00:00
cube
e951317b3d Detect native glut. 2008-11-11 16:17:07 +00:00
reinoud
284ede47dd Add three missing files in the PLIST; not worthy a patch bump. Aparently Sun
decided to add files to the distribution.
2008-11-11 16:00:15 +00:00
reinoud
f2e030a3f6 Add missing file in PLIST; no need to update of patch number.
java/sun-6/lib/servicetag/registration.xml
2008-11-11 15:05:51 +00:00
joerg
5ab0145ce7 bmake is now at 20081101. 2008-11-11 14:41:21 +00:00
joerg
20520ea9e1 Merge changes. 2008-11-11 14:37:05 +00:00
joerg
0406838fc2 Update to bmake 20081101 snapshot. The more important changes are:
- portability fixes for putenv
- man page updates
- fix processing of .END with -j
- fix some segmentation faults on parse errors
- debug output goes to stderr by default
- first round of fixes for A/UX
- fix crashes on long lines
- faster VarQuote
- fix use of ?= when the LHS contains variable references
2008-11-11 14:28:22 +00:00
wiz
585eb0d1b2 Updated textproc/hunspell-de to 20081106 2008-11-11 14:17:48 +00:00
wiz
aad455f557 Update to 20081106:
since 20071211:
- fix a wrong encoded umlaut and enhance the check for that in the Makefile
- words added and shifted around
- additionaly put the dictionary under GPLv3
- allow Ispell F prefix flag to be combined with suffixes
- eliminate absolutely useless G flag (prefix ge)
- deactivate K suffix flag: unused
- eliminate H suffix flag: was almost unused
- remove Q and q redundancy: every Q flagged word needs a q now, too
- fix build issue with de_CH hunspell dictionary (a missing ß/ss conversion)
- better empty-line fault tolerance of dictionaries
- revise the aspell Makefile target using the myspell format now for aspell
- simplify W flag
- use sha256 checksums and prevent checksumming temporary files

since 20070829:
- words added and shifted around
- Hunspell affix fix
2008-11-11 14:17:34 +00:00
hasso
f7248bc503 Needs msgfmt. 2008-11-11 14:15:12 +00:00
joerg
5071092cb8 Change to root before start/stop/initdb to make sure that the cwd can be
read by the postgres user. Bump revision.
2008-11-11 13:50:50 +00:00
wiz
e54f356e27 Avoid finding emacs. 2008-11-11 13:48:58 +00:00
hasso
c896f2e2c7 DragonFly doesn't have /dev/audio any more. 2008-11-11 13:26:42 +00:00
tron
8b6182d844 Add a bunch of missing ".mo" files to the package list which I've missed
when I tried to fix the locale mess. Problem pointed out by Hasso Tepper
in private e-mail. Bump package revision again.
2008-11-11 13:00:26 +00:00
hasso
1fea3c96c1 Needs msgfmt. 2008-11-11 12:36:58 +00:00
hasso
93f3c65c5f Correct DISTNAME. 2008-11-11 11:15:21 +00:00
hasso
4ce352b0c8 Compiles and works fine in DragonFly and should work fine in OpenBSD (at
least upstream tarball does).
2008-11-11 11:10:59 +00:00
seb
ead770ebe3 Note initial addition of p5-Devel-NYTProf version 2.07 as
devel/p5-Devel-NYTProf into The NetBSD Packages Collection.

The Perl 5 module Devel::NYTProf is a powerful feature-rich perl
source code profiler.
- Performs per-line statement profiling for fine detail
- Performs per-subroutine statement profiling for overview
- Performs per-block statement profiling (the first profiler to do so)
- Accounts correctly for time spent after calls return
- Performs inclusive and exclusive timing of subroutines
- Subroutine times are per calling location (a powerful feature)
- Can profile compile-time activity, just run-time, or just END time
- Uses novel techniques for efficient profiling
- Sub-microsecond (100ns) resolution on systems with clock_gettime()
- Very fast - the fastest statement and subroutine profilers for perl
- Handles applications that fork, with no performance cost
- Immune from noise caused by profiling overheads and I/O
- Program being profiled can stop/start the profiler
- Generates richly annotated and cross-linked html reports
- Trivial to use with mod_perl - add one line to httpd.conf
- Includes an extensive test suite
- Tested on very large codebases
NyTProf is effectively two profilers in one: a statement profiler,
and a subroutine profiler.
2008-11-11 11:03:01 +00:00
seb
d655868b0b Add & enable p5-Devel-NYTProf 2008-11-11 10:59:49 +00:00
seb
380c4ff14e Initial import of p5-Devel-NYTProf version 2.07 in the NetBSD
Packages Collection.

The Perl 5 module Devel::NYTProf is a powerful feature-rich perl
source code profiler.
- Performs per-line statement profiling for fine detail
- Performs per-subroutine statement profiling for overview
- Performs per-block statement profiling (the first profiler to do so)
- Accounts correctly for time spent after calls return
- Performs inclusive and exclusive timing of subroutines
- Subroutine times are per calling location (a powerful feature)
- Can profile compile-time activity, just run-time, or just END time
- Uses novel techniques for efficient profiling
- Sub-microsecond (100ns) resolution on systems with clock_gettime()
- Very fast - the fastest statement and subroutine profilers for perl
- Handles applications that fork, with no performance cost
- Immune from noise caused by profiling overheads and I/O
- Program being profiled can stop/start the profiler
- Generates richly annotated and cross-linked html reports
- Trivial to use with mod_perl - add one line to httpd.conf
- Includes an extensive test suite
- Tested on very large codebases
NyTProf is effectively two profilers in one: a statement profiler,
and a subroutine profiler.
2008-11-11 10:55:55 +00:00
rhaen
99cd86e562 Updated textproc/p5-CAM-PDF 2008-11-11 09:22:59 +00:00
rhaen
01a7da868d - updated to 1.52
Changelog:
1.52  02 Oct 2008
      [FIXES]
      - Better handling of failures during filter loading
        (rlane10 via http://www.nntp.perl.org/group/perl.cpan.testers/2008/10/msg2361238.html)

1.51  28 Sep 2008
      [FIXES]
      - Support PDFs with 24-bit offsets in the xref stream (PDF v1.5 only)
        (thanks to Dan Richman for reporting the problem and providing an example)

1.50  20 Sep 2008
      [ENHANCEMENTS]
      - Support for reading PDF 1.5 compressed object streams and cross reference streams.
        (we cannot write this style, but we can append to it)
      [FIXES]
      - Decompression of PNG-filtered streams was totally broken.
      - Deleting pages now also deletes back references from annotations on that page.
      - cleanse() now removes PieceInfo data.  I have no idea what
        PieceInfo does, but it had a whole bunch of page back links
        that broke page deletion.
2008-11-11 09:22:10 +00:00
rhaen
850e1fc640 - updated p5-Business-ISBN/p5-Business-ISBN-Data 2008-11-11 09:16:40 +00:00
rhaen
0fa71fc1d0 - updated to 2.04
- changed dependencies

Changelog:
2.04 - Sun Oct 26 18:29:20 2008
	* Fix tests that used 99902 as a bad prefix. That now
	belongs to Gabon.
2008-11-11 09:14:19 +00:00
bjs
fdd18a8e44 Updated textproc/uriparser to 0.7.3 2008-11-11 09:11:41 +00:00
bjs
9be256adda Update to uriparser-0.7.3. Adds a missing NULL check in
parsing routines.  Also, they ship doxygen-generated qt help
files, but installing those will require a seperate docs package
or doxgen option to avoid the large dependency.
2008-11-11 09:11:22 +00:00
rhaen
0e7c03bccd - updated to 20081020
Changelog:
0.00 - Mon Oct 20 17:44:15 2008
	* Updated publisher codes thanks to Yakov Shafranovich
	* Version number is now the update date of the module,
	in YYYYMMDD. This not the date of the ISBN Agency
	updates though.
2008-11-11 09:11:05 +00:00
rhaen
e22ba9bc65 Updated devel/p5-SVN-Notify 2008-11-11 09:07:11 +00:00
rhaen
1922dd6780 - updated to 2.78
ChangeLog:
2.78   2008-09-24T04:41:27
      - When searching for an executable to run, SVN::Notify now also looks in
        the "installbin" and "installscript" directories, as specified by the
        Config module. Patch from John Peacock to improve the finding of apps
        on Strawberry Perl.
      - Documented --to-email-map in `svnnotify`. It was already documented in
        SVN::Notify, but I'd forgoten to include it in the command-line
        script. Reported by Grégory Joseph (Bug #22620).
      - Fixed a bug in the test suite where an unexpected exception was thrown
        on platforms where `sendmail` was not available. Reported by David
        Golden via CPAN-Testers.
2008-11-11 09:06:23 +00:00
rhaen
ff1ce3c1b6 Updated devel/p5-Log-Log4perl 2008-11-11 09:02:57 +00:00
rhaen
2b23095e31 - updated to 1.19
Changelog:
i1.19 (2008/10/22)
    *   (ms) Applied patch by Peter Rabbitson, which fixes the caller()
             level when calling get_logger() on a subclass of Log4perl.
    *   (ms) Added documentation on is_xxx() methods and clarified that
             it doesn't necessarily mean that a message gets logged if
             they're returning true (requested by Conway Allen via
             [rt.cpan.org #39085].
    *   (ms) Applied patch by Lee Johnson to appender_by_name() to allow
             for undefined appender names without issuing a warning,
             which was occurring with Catalyst::Log4perl.
    *   (ms) Added docs on numerical levels and level strings in
             Log::Log4perl::Level.
    *   (ms) Applied patch by Anthony Foiani for support of literal
             text in DateFormat format strings.
2008-11-11 09:02:00 +00:00
rhaen
3da2cbfc02 devel/p5-Log-Dispatch-FileRotate updated 2008-11-11 08:55:17 +00:00