Commit graph

162901 commits

Author SHA1 Message Date
sno
6a9fb7e883 Updated databases/p5-perl-ldap to 0.40.01 2010-09-09 21:12:30 +00:00
sno
6d334425af Updating databases/p5-perl-ldap from 0.39nb1 to 0.40.01
pkgsrc changes:
- mark dependencies satisfied by Perl5 Core
- add license definition

Upstream changes:
0.4001 -- Wed Mar 24 14:54:35 CDT 2010

  * Update Module::Install and generate META.yml

0.40 -- Thu Mar 11 20:56:28 CST 2010
  * Avoid 'cookie parsing error' on OpenLDAP 2.3 [Mathieu Parent]
  * Added e-syncRefreshRequired constant [Mathieu Parent]
  * Minor typo fix in documentation [Quanah Gibson-Mount]
  * Update CREDITS for Mathieu Parent
  * Remove runtime dependency on DATA handle for constants
  * Clarify documentation for gen_password
  * Allow caller to pass Authen::SASL client_new object
  * fix typo [Peter Marschall]
  * use current IO::Socket::SSL's method start_SSL instead of deprecated
    function socketToSSL; raise required IO::Socket:SSL version
    appropriately [Peter Marschall]
  * FilterMatch.pm: fix regex treatment in _{cis,exact}_substrings().
    [Peter Marschall]
  * FilterMatch.pm: correct # of args in function declarations/definitions
    [Peter Marschall]
  * Don't duplicate documentation [Mathieu Parent]
  * Added numcmp option to compare attributes numerically. [Kartik Subbarao]
  * Avoid infinite loop when authenticating with EXTERNAL mechanism
  * Add Net::LDAP::Extension::Refresh as described in RFC2589
    [Etienne Bagnoud]
  * RT#40068 Fix tests to work with 2.4.11
  * Add ldif method to Net::LDAP::Entry
  * RT#46111 Make LWP::Protocol::ldap return ldif when requested
  * RT#51165 Compact multiple consecutive spaces in
    Net::LDAP::Util::canonical_dn
  * RT#46125 Add LWP::Protocol::ldaps to support ldaps: urls
  * RT#44110 Fix Net::LDAP::LDIF->current_lines
2010-09-09 21:12:07 +00:00
sno
1e69d050cc Updated lang/perl5 to 5.12.2 2010-09-09 20:36:13 +00:00
sno
a28773db84 Updating lang/perl5 from 5.12.1nb2 to 5.12.2
Upstream changes:
Incompatible Changes
	There are no changes intentionally incompatible with 5.12.1.
	If any exist, they are bugs and reports are welcome.

Core Enhancements
	Other than the bug fixes listed below, there should be no
	user-visible changes to the core language in this release.

Modules and Pragmata

New Modules and Pragmata
	This release does not introduce any new modules or pragmata.

Pragmata Changes
	In the previous release, no VERSION; statements triggered a bug
	which could cause feature bundles to be loaded and strict mode
	to be enabled unintentionally.

Updated Modules

Carp
    Upgraded from version 1.16 to 1.17.

    Carp now detects incomplete caller() overrides and avoids using bogus
	@DB::args. To provide backtraces, Carp relies on particular behaviour
	of the caller built-in. Carp now detects if other code has overridden
	this with an incomplete implementation, and modifies its backtrace
	accordingly. Previously incomplete overrides would cause incorrect
	values in backtraces (best case), or obscure fatal errors (worst case)

    This fixes certain cases of Bizarre copy of ARRAY caused by modules
	overriding caller() incorrectly.

CPANPLUS
    A patch to cpanp-run-perl has been backported from CPANPLUS 0.9004.
	This resolves [perl #55964] and [perl #57106], both of which related
	to failures to install distributions that use Module::Install::DSL.

File::Glob
    A regression which caused a failure to find CORE::GLOBAL::glob after
	loading File::Glob to crash has been fixed. Now, it correctly falls
	back to external globbing via pp_glob.

File::Copy
    File::Copy::copy(FILE, DIR) is now documented.

File::Spec
    Upgraded from version 3.31 to 3.31_01.

    Several portability fixes were made in File::Spec::VMS: a colon is now
	recognized as a delimiter in native filespecs; caret-escaped
	delimiters are recognized for better handling of extended filespecs;
	catpath() returns an empty directory rather than the current
	directory if the input directory name is empty; abs2rel() properly
	handles Unix-style input.

Utility Changes
    * perlbug now always gives the reporter a chance to change the email
      address it guesses for them.
    * perlbug should no longer warn about uninitialized values when using
      the -d and -v options.

Changes to Existing Documentation
    * The existing policy on backward-compatibility and deprecation has
      been added to perlpolicy, along with definitions of terms like
      deprecation.
    * "srand" in perlfunc's usage has been clarified.
    * The entry for "die" in perlfunc was reorganized to emphasize its role
      in the exception mechanism.
    * Perl's INSTALL file has been clarified to explicitly state that Perl
      requires a C89 compliant ANSI C Compiler.
    * IO::Socket's getsockopt() and setsockopt() have been documented.
    * alarm()'s inability to interrupt blocking IO on Windows has been
      documented.
    * Math::TrulyRandom hasn't been updated since 1996 and has been removed
      as a recommended solution for random number generation.
    * perlrun has been updated to clarify the behaviour of octal flags to
      perl.
    * To ease user confusion, $# and $*, two special variables that were
      removed in earlier versions of Perl have been documented.
    * The version of perlfaq shipped with the Perl core has been updated
      from the official FAQ version, which is now maintained in the
      briandfoy/perlfaq branch of the Perl repository at
      git://perl5.git.perl.org/perl.git.

Installation and Configuration Improvements
Configuration improvements
    * The d_u32align configuration probe on ARM has been fixed.

Compilation improvements
    * An "incompatible operand types" error in ternary expressions when
      building with clang has been fixed.
    * Perl now skips setuid File::Copy tests on partitions it detects to
      be mounted as nosuid.

Selected Bug Fixes
    * A possible segfault in the T_PRTOBJ default typemap has been fixed.
    * A possible memory leak when using caller() to set @DB::args has been
      fixed.
    * Several memory leaks when loading XS modules were fixed.
    * unpack() now handles scalar context correctly for %32H and %32u,
      fixing a potential crash. split() would crash because the third item
      on the stack wasn't the regular expression it expected.
      unpack("%2H", ...) would return both the unpacked result and the
      checksum on the stack, as would unpack("%2u", ...). [perl #73814]
    * Perl now avoids using memory after calling free() in pp_require when
      there are CODEREFs in @INC.
    * A bug that could cause "Unknown error" messages when
      "call_sv(code, G_EVAL)" is called from an XS destructor has been fixed.
    * The implementation of the open $fh, '>' \$buffer feature now supports
      get/set magic and thus tied buffers correctly.
    * The pp_getc, pp_tell, and pp_eof opcodes now make room on the stack
      for their return values in cases where no argument was passed in.
    * When matching unicode strings under some conditions inappropriate
      backtracking would result in a Malformed UTF-8 character (fatal)
      error. This should no longer occur. See [perl #75680]

Platform Specific Notes
AIX
    * README.aix has been updated with information about the XL C/C++ V11
      compiler suite.

Windows
    * When building Perl with the mingw64 x64 cross-compiler incpath,
      libpth, ldflags, lddlflags and ldflags_nolargefiles values in
      Config.pm and Config_heavy.pl were not previously not being set
      correctly because, with that compiler, the include and lib
      directories are not immediately below $(CCHOME).

VMS
    * git_version.h is now installed on VMS. This was an oversight in
      v5.12.0 which caused some extensions to fail to build.
    * Several memory leaks in stat() have been fixed.
    * A memory leak in Perl_rename() due to a double allocation has been
      fixed.
    * A memory leak in vms_fid_to_name() (used by realpath() and
      realname()) has been fixed.
2010-09-09 20:35:43 +00:00
sno
7d3ba9530f Use bundled M::I to avoid cyclic dependency 2010-09-09 20:30:02 +00:00
joerg
574cff557b Updated fonts/font-util to 1.1.1 2010-09-09 18:55:19 +00:00
joerg
67083aac94 font-util-1.1.1:
Add a bunch of macros for common code.
Fix passing of hexadecimal arguments to bdftruncate
2010-09-09 18:54:39 +00:00
joerg
584b210440 Updated fonts/font-sony-misc to 1.0.1 2010-09-09 18:49:36 +00:00
joerg
bdeb739fef Update to font-sony-misc-1.0.1: move to share/fonts 2010-09-09 18:48:52 +00:00
joerg
37607a13c6 Updated fonts/font-mutt-misc to 1.0.1 2010-09-09 18:45:03 +00:00
joerg
ad356c74cd Update to font-mutt-misc-1.0.1: move to share/fonts 2010-09-09 18:44:31 +00:00
joerg
29393f9ea5 Updated fonts/font-jis-misc to 1.0.1 2010-09-09 18:40:54 +00:00
joerg
aa5e73315b Update to font-jis-misc-1.0.1: move to share/fonts 2010-09-09 18:39:33 +00:00
joerg
5919a5f211 Updated fonts/font-isas-misc to 1.0.1 2010-09-09 18:38:10 +00:00
joerg
a5f8ce4e36 Update to font-isas-misc-1.0.1: move to share/fonts 2010-09-09 18:37:10 +00:00
joerg
8172e4db15 Updated fonts/font-ibm-type1 to 1.0.1 2010-09-09 18:34:01 +00:00
joerg
04ac50af91 Update to font-ibm-type1-1.0.1: Move to share/fonts. 2010-09-09 18:32:57 +00:00
joerg
7d169de69e Updated fonts/font-dec-misc to 1.0.1 2010-09-09 18:32:05 +00:00
joerg
6bd4e5e75c Update to font-dec-misc-1.0.1: Move to share/fonts 2010-09-09 18:29:52 +00:00
joerg
a5f979a326 Updated fonts/font-daewoo-misc to 1.0.1 2010-09-09 18:29:08 +00:00
joerg
bd0c5900b0 Update to font-daewoo-misc-1.0.1: Move to share/fonts 2010-09-09 18:28:26 +00:00
joerg
5fdf58884e Updated fonts/font-cursor-misc to 1.0.1 2010-09-09 18:27:36 +00:00
joerg
8336bc66e5 Update to font-cursor-misc-1.0.1: move to share/fonts. 2010-09-09 18:26:20 +00:00
joerg
1ac3c9c2c9 Updated fonts/font-bitstream-type1 to 1.0.1 2010-09-09 18:25:15 +00:00
joerg
4870834f3e Update to font-bitstream-type1-1.0.1: Move to share/fonts 2010-09-09 18:24:28 +00:00
joerg
4839d0380f Updated fonts/font-bitstream-75dpi to 1.0.1 2010-09-09 18:22:53 +00:00
joerg
c061609a00 Update to font-bitstream-75dpi-1.0.1: Move to share/fonts. 2010-09-09 18:21:42 +00:00
joerg
229a6dea58 Updated fonts/font-bitstream-100dpi to 1.0.1 2010-09-09 18:19:39 +00:00
joerg
86ba46f840 Update to font-bitstream-100dpi-1.0.1: Move to share/fonts 2010-09-09 18:18:03 +00:00
joerg
6a209cb203 Updated fonts/font-bh-type1 to 1.0.1 2010-09-09 18:17:13 +00:00
joerg
e7cd7b40f3 Update to font-bh-type1-1.0.1: Move to share/fonts. 2010-09-09 18:15:39 +00:00
joerg
b097a606cc Updated fonts/font-bh-ttf to 1.0.1 2010-09-09 18:14:45 +00:00
joerg
b8bb902ca5 Update to font-bh-ttf-1.0.1: Move to share/fonts 2010-09-09 18:13:19 +00:00
joerg
35fed4545f Updated fonts/font-bh-lucidatypewriter-75dpi to 1.0.1 2010-09-09 18:11:19 +00:00
joerg
d7cc35fa51 Upadte to font-bh-lucidatypewriter-75dpi-1.0.1: Move to share/fonts 2010-09-09 18:10:41 +00:00
joerg
e7be15ef3f Updated fonts/font-bh-lucidatypewriter-100dpi to 1.0.1 2010-09-09 18:09:37 +00:00
joerg
8bf00a66d3 Update to font-bh-lucidatypewriter-100dpi-1.0.1: Move to share/fonts. 2010-09-09 18:08:50 +00:00
joerg
7a3de0e6d4 Drop gmake dependency 2010-09-09 17:59:36 +00:00
adam
e87b9b3477 MASTER_SITES and HOMEPAGE have changed 2010-09-09 14:32:26 +00:00
hauke
e78489f5e7 Updated sysutils/radmind to 1.14.0rc1 2010-09-09 13:58:48 +00:00
hauke
0985c1b3bf Package upgraded to 1.14.0rc1 - essentially bug fixes assembled in the
last two years. From the git commit log:

2010-06-23
	Create longest possible path first in mkdirs routine.  radmind-1.14.0rc1

2010-05-28
	Updated radmind man page with CRL documentation.

2010-05-28
	[Patch 2930172]: Add support for CRLs

2010-02-03
	Fix: check argument count when encountering a minus...

2010-01-28
	[Bug 2927309]: ktcheck cores with recursive command...

2010-01-20
	Fix: -r (use randfile) was being ignored.

2010-01-13
	[Patch 2931438]: Change port back to standard on failur...

2009-12-15
	node_create sometimes takes a NULL transcript name.

2009-12-06
	[Bug 1816150]: Can't replace dir with file.

2009-11-19
	Accidentally placed dns_sd check in the PAM if-block.

2009-11-19
	Pull Wes's path repetition dectection patch from CVS.

2009-11-19
	Add --with-pam.

2009-11-17
	[Patch 2899332] Fix and document -p option to ra.sh.

2009-11-11
	[Patch 2524867] Add -p option for ra.sh (for port).

2009-11-11
	[Patch 2877346] Add a copy mode to lmerge.

2009-11-11
	Fix: missing closing quotation mark in lcksum error...

2009-10-28
	[Bug 2887658]: fsdiff prints multiple lines for changin...

2009-10-15
	Fix: lcksum crashes when given a minus (-) line with...

2009-10-15
	Accept 2845279: Updated rash manpage

2009-09-11
	Quick fix for pam_conv struct compiler nagging.

2009-09-11
	Fix empty prepath check in lapply and lcksum

2009-08-18
	Exclude leftovers from autoconf and git when making...

2009-08-18
	Do not track configure script.

2009-08-01
	Eliminate old workaround for broken mkdir on old versio...   origin

2009-02-23
	Only use $USERNAME if $USERAUTH is enabled.

2009-01-29
	Fix bug 2541171. Patch from bawood at umich dot edu.

2008-12-11
	Proof-of-concept code using Apple's FSEvents API. Can...
2010-09-09 13:58:00 +00:00
adam
a3802c4d33 Updated www/py-django to 1.2.2 2010-09-09 13:35:06 +00:00
adam
336f645765 Changes 1.2.2:
As of the 1.2 release, the core Django framework includes a system, enabled by
default, for detecting and preventing cross-site request forgery (CSRF) attacks
against Django-powered applications. Previous Django releases provided
a different, optionally-enabled system for the same purpose.

The Django 1.2 CSRF protection system involves the generation of a random
token, inserted as a hidden field in outgoing forms. The same value is also
set in a cookie, and the cookie value and form value are compared on submission.

The provided template tag for inserting the CSRF token into forms --
{% csrf_token %} -- explicitly trusts the cookie value, and displays it as-is.
Thus, an attacker who is able to tamper with the value of the CSRF cookie can
cause arbitrary content to be inserted, unescaped, into the outgoing HTML of
the form, enabling cross-site scripting (XSS) attacks.

This issue was first reported via a public ticket in Django's Trac instance;
while being triaged it was then independently reported, with broader
description, by Jeff Balogh of Mozilla.
2010-09-09 13:34:04 +00:00
hauke
6397aca1e3 Radmind's license is a condensed version of the three clause BSD
license.

Change my maintainer address to @netbsd.org, makes dealing with bug
reports (what?!) easier.
2010-09-09 13:06:19 +00:00
adam
9b596103eb Updated mail/dbmail to 2.2.17 2010-09-09 12:43:51 +00:00
adam
1f3efe8d57 Changes 2.2.17:
* Bug-fix release.
2010-09-09 12:42:27 +00:00
obache
e2ff150684 Updated time/remind to 3.1.9 2010-09-09 11:40:12 +00:00
obache
2f249c7dd7 Update remind to 3.1.9.
close PR#43791.

Changes to pkgsrc
* use INSTALL_SCRIPT from configure (patch-ab).
* update tclsh name, current its version in pkgsrc is 8.4.

CHANGES TO REMIND

* Version 3.1 Patch 9 - 2010-06-20

- MAJOR ENHANCEMENT: New "purge mode" to delete expired reminders.  See
  the PURGE MODE section of the remind man page.

- ENHANCEMENT: Support DURATION in TkRemind.  Thanks to Marek Marczykowski.

- BUG FIX: Don't change the order of PS and PSFILE reminders.  Bug found
  by John McGowan.

- BUG FIX: "REM 1990-01-01 SATISFY 1" would yield a spurious parse error
  in earlier versions of Remind.

- BUG FIX: Yom HaShoah is moved to Thursday if it would normally fall on
  a Friday.  Thanks to Jonathan Kamens for pointing this out.

* Version 3.1 Patch 8 - 2010-03-09

- ENHANCEMENT: Include some useful scripts in contrib/

- ENHANCEMENT: Add the $T, $Td, $Tm, $Tw, $Ty, $U, $Ud, $Um, $Uw, $Uy
  special variables to make reminder files less wordy.  See man page
  for details.

- MINOR ENHANCEMENT: Set an icon photo window manager resource on TkRemind.

- POLICY CHANGE: Discourage use of Remind on MS Windows or Apple Mac OS X.

- BUG FIX: Ignore msgprefix() and msgsuffix() on RUN-type reminders.

- BUG FIX: Adjust Remind and Rem2PS so that SHADE specials don't obliterate
  earlier MOON specials.

- BUG FIX: Fix bug in SCHED calculations if Remind is started in the middle
  of a SCHED interval.
2010-09-09 11:39:58 +00:00
tnn
8c6a43edb3 note mozilla security updates 2010-09-09 11:13:26 +00:00
tnn
f606100853 Update to seamonkey-2.0.7.
* Message-ID searches on Google Groups work again
* Add-ons preferences button for Lightning should work now
* Security fixes:
MFSA 2010-63 Information leak via XMLHttpRequest statusText
MFSA 2010-62 Copy-and-paste or drag-and-drop into designMode document allows XSS
MFSA 2010-61 UTF-7 XSS by overriding document charset using <object> type
             attribute
MFSA 2010-60 XSS using SJOW scripted function
MFSA 2010-58 Crash on Mac using fuzzed font in data: URL
MFSA 2010-57 Crash and remote code execution in normalizeDocument
MFSA 2010-56 Dangling pointer vulnerability in nsTreeContentView
MFSA 2010-55 XUL tree removal crash and remote code execution
MFSA 2010-54 Dangling pointer vulnerability in nsTreeSelection
MFSA 2010-53 Heap buffer overflow in nsTextFrameUtils::TransformText
MFSA 2010-52 Windows XP DLL loading vulnerability
MFSA 2010-51 Dangling pointer vulnerability using DOM plugin array
MFSA 2010-50 Frameset integer overflow vulnerability
MFSA 2010-49 Miscellaneous memory safety hazards (rv:1.9.2.9/ 1.9.1.12)
2010-09-09 11:12:27 +00:00