Commit graph

162925 commits

Author SHA1 Message Date
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
tnn
e89ac9a6c4 Update to thunderbird-3.1.3.
* Several fixes to improve stability.
* Several fixes to the user interface.
* Several 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-59 SJOW creates scope chains ending in outer object
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 10:58:50 +00:00
tnn
916fbbabf5 Update to firefox-3.6.9 (xulrunner-1.9.2.9)
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-59 SJOW creates scope chains ending in outer object
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 09:41:21 +00:00
manu
d0253f0a16 Update perfuse with fixes for ntfs-3g 2010-09-09 09:36:56 +00:00
tnn
17345d12bd Update to nss-3.12.7.0 (via firefox-3.6.9). Changes unknown. 2010-09-09 09:35:44 +00:00
tnn
d6515fd147 Update to nspr-4.8.6 (via firefox-3.6.9). Changes unknown. 2010-09-09 09:30:24 +00:00
sno
2bd52cd668 Updated net/p5-Net-OAuth to 0.27 2010-09-09 06:16:41 +00:00
sno
3e084d6b41 Updating net/p5-Net-OAuth from 0.22nb1 to 0.27
pkgsrc changes:
- adjust dependencies according to upstream's META.yml

Upstream changes:
0.27   Wed, 16 Jun 2010 20:39:59 UTC
  Added class for Yahoo! access token refresh request (thanks Marc Mims)

0.26   Wed, 16 Jun 2010 19:59:04 UTC
  Message::encode no longer tries fix potential 'double-encoding' (in any
  case it appeared to be doing it wrong).  Now it just complains if you
  try to pass in undecoded strings. (thanks Daisuke Maki and KATOU Akira)

0.25   Sun, 21 Mar 2010 03:50:40 UTC
  Gah, $VERSION lameness

0.24   Sun, 21 Mar 2010 03:39:40 UTC
  Fix test breakage in 0.23

0.23   Thu, 18 Mar 2010 17:23:36 UTC
  Removed UNIVERSAL::require dependency
  Net::OAuth->request constructor now dies if module fails to load
    (thanks Mike Schleif)
  Fixed https://rt.cpan.org/Ticket/Display.html?id=55635 Incorrect
    dependencies (thanks Jens Rehsack)
  Replaced die() with croak()
2010-09-09 06:16:11 +00:00
sno
875fb4c889 Updated security/p5-Data-SimplePassword to 0.06 2010-09-09 05:55:03 +00:00
sno
1740dada22 Updating security/p5-Data-SimplePassword from 0.05nb1 to 0.06
pkgsrc changes:
- imported and added recommended dependency to Math::Random::MT
- moved List::MoreUtils to run dependencies

Upstream changes:
0.06  Tue Aug 31 15:37:15 JST 2010
	* added a parameter 'provider' passed to Crypt::Random.
	  now you can avoid annoying device lock to set the value for example
	  to 'udevrandom' (means /dev/urandom), 'rand' etc.
2010-09-09 05:54:41 +00:00
sno
4610bb262d Added math/p5-Math-Random-MT 2010-09-09 05:39:25 +00:00
sno
fda0d740d6 Added math/p5-Math-Random-MT version 1.11 2010-09-09 05:38:01 +00:00
sno
26932cc8d0 Importing package for p5 module Math::Random::MT version 1.11 into
math/p5-Math-Random-MT.

The Mersenne Twister is a pseudorandom number generator developed by
Makoto Matsumoto and Takuji Nishimura. It is described in their paper at
<URL:http://www.math.keio.ac.jp/~nisimura/random/doc/mt.ps>.
2010-09-09 05:37:18 +00:00
sno
a33e33e1a8 Updated security/p5-Authen-SASL to 2.15 2010-09-09 05:26:17 +00:00
sno
c63041084c Updating security/p5-Authen-SASL from 2.14nb1 to 2.15
pkgsrc changes:
- add informational dependency to core module Digest::MD5

Upstream changes:
Authen-SASL 2.15 -- Wed Jun 2 13:47:41 CDT 2010
  * Makes sure that user callbacks are called [Yann Kerherve]

Authen-SASL 2.1401 -- Mon Mar 29 14:22:54 CDT 2010
  * Add META.yml to release
2010-09-09 05:25:50 +00:00
sno
2dcecc8e2a Updated security/p5-Net-OpenSSH to 0.49 2010-09-09 05:18:38 +00:00
sno
0f8a782d45 Updating security/p5-Net-OpenSSH from 0.48nb1 to 0.49
Upstream changes:
0.49  Aug 7, 2010
	- do not kill master from forked processes (bug report by
          scotchie at PerlMonks)
	- some typos corrected
2010-09-09 05:18:02 +00:00
obache
0781a1d064 Updated multimedia/gmplayer to 1.0rc20091017nb3 2010-09-09 05:12:05 +00:00
obache
6d079a6d52 sync with mplayer package. 2010-09-09 05:11:46 +00:00
joerg
eac6b955d5 Updated fonts/font-bh-75dpi to 1.0.1 2010-09-09 02:25:04 +00:00
joerg
e1027ea1ca Update to font-bh-75dpi-1.0.1: Move to share/fonts. 2010-09-09 02:24:35 +00:00
joerg
4aeebd8632 Updated fonts/font-bh-100dpi to 1.0.1 2010-09-09 02:24:08 +00:00
joerg
dd5963fd03 Update to font-bh-100dpi-1.0.1: Move to share/fonts. 2010-09-09 02:23:38 +00:00
joerg
1ad90cd91f Updated fonts/font-adobe-utopia-75dpi to 1.0.2 2010-09-09 02:22:40 +00:00
joerg
b046dcf3bc Update to font-adobe-utopia-75dpi-1.0.2: Move to share/fonts. 2010-09-09 02:22:09 +00:00
joerg
dc3508c820 Updated fonts/font-adobe-utopia-100dpi to 1.0.2 2010-09-09 02:21:33 +00:00
joerg
f76a2e4b82 Update to font-adobe-utopia-100dpi: Move to share/fonts. 2010-09-09 02:21:01 +00:00