Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (0m)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-12 17:12:25 UTC Now

2008-08-15 16:05:19 UTC MAIN commitmail json YAML

Add RubyForge's project page as HOMEPAGE.

(taca)

2008-08-15 16:05:02 UTC MAIN commitmail json YAML

Add RubyForge's project page as HOMEPAGE.

(taca)

2008-08-15 16:04:19 UTC MAIN commitmail json YAML

Add RubyForge's project page as HOMEPAGE.

(taca)

2008-08-15 16:03:51 UTC MAIN commitmail json YAML

Add RubyForge's project page as HOMEPAGE.

(taca)

2008-08-15 15:56:07 UTC MAIN commitmail json YAML

Note update of www/drupal and www/drupal6 package.

(taca)

2008-08-15 15:54:30 UTC MAIN commitmail json YAML

Update drupal6 package to 6.4.

Drupal 6.4, 2008-08-13
----------------------
- Fixed a security issue (Cross site scripting, Arbitrary file uploads via
  BlogAPI, Cross site request forgeries and Various Upload module
  vulnerabilities), see SA-2008-047.
- Improved error messages during installation.
- Fixed a bug that prevented AHAH handlers to be attached to radios widgets.
- Fixed a variety of small bugs.

(taca)

2008-08-15 15:54:08 UTC MAIN commitmail json YAML

Update drupal package to 5.10.

Drupal 5.10, 2008-08-13
-----------------------
- fixed a variety of small bugs.
- fixed security issues, (Cross site scripting, Arbitrary file uploads via
  BlogAPI and Cross site request forgery), see SA-2008-047

(taca)

2008-08-15 15:33:30 UTC MAIN commitmail json YAML

Note update of sun-jre15 and sun-jdk15 to 5.0.16.

(he)

2008-08-15 15:27:09 UTC MAIN commitmail json YAML

Note django-devel update

(mjl)

2008-08-15 15:26:53 UTC MAIN commitmail json YAML

2008-08-15 15:06:36 UTC MAIN commitmail json YAML

2008-08-15 14:06:54 UTC MAIN commitmail json YAML

2008-08-15 13:05:10 UTC MAIN commitmail json YAML

Update to changeset 18331. Some bugfixes never hurt.

(cegger)

2008-08-15 13:04:25 UTC MAIN commitmail json YAML

Update to changeset 18331. Some bugfixes never hurt.

(cegger)

2008-08-15 12:53:14 UTC MAIN commitmail json YAML

Updated audio/amarok to 1.4.10

(wiz)

2008-08-15 12:52:57 UTC MAIN commitmail json YAML

Update to 1.4.10:

VERSION 1.4.10
  BUGFIX:
    * Fix vulnerability in the Magnatune database parsing code.  Secunia
      Advisory #SA31418.  Thanks to Google Alerts for notifying us about this
      vulnerability.

(wiz)

2008-08-15 12:15:29 UTC MAIN commitmail json YAML

Updated sysutils/dbus to 1.2.3

(wiz)

2008-08-15 12:15:17 UTC MAIN commitmail json YAML

Update to 1.2.3:

1.2.3:
    * New UpdateActivationEnvironment bus API (#16669)
    * Solaris Auditing (ADT) support (#15740)
    * Various notable bug fixes: #16727, #16294, #15947 #15588
    * Other more minor bugs

(wiz)

2008-08-15 06:37:52 UTC MAIN commitmail json YAML

Updated x11/xf86-video-intel to 2.4.1

(tnn)

2008-08-15 06:37:22 UTC MAIN commitmail json YAML

Update to xf86-video-intel-2.4.1.

  Man page typo fixes
  Set lvds_ddc_mode before use to avoid a segfault on mac mini.
  Update DSPARB while planes are still off
  Reorganize VBIOS code
  Fix pipe A force quirk
  Update man page
  Fix up the HP Pavilion ze4944ea quirk
  Apply pipe A quirk to 845 as well.
  Fix DPMS off in the presence of the pipe A quirk.
  Reorder visuals reported by the intel driver
  Don't program dsparb on new Intel chip
  Fix SDVO reg definition
  Fix SDVO HDMI encoding detect (#16920)
  Disable display clock gating for 4 series chips
  Fix possible spurious interrupts in hotplug detect on 4 series chip
  Make skip_panel_detect clear for its meaning
  Always check and free driver private in LVDS destroy
  Bump version 2.4.1

(tnn)

2008-08-15 02:43:51 UTC MAIN commitmail json YAML

Update MASTER_SITES, remove outdated sites, add sourceforge.jp.
Noticed by Zafer Aydogan via private mail.

(obache)

2008-08-15 02:39:25 UTC MAIN commitmail json YAML

Adjust MASTER_SITES, old distfiles was moved to subdir.
Noticed by Zafer Aydogan via private mail.

(obache)

2008-08-15 01:41:42 UTC MAIN commitmail json YAML

gnome-vfs configure fails to complete in extension modules in the absence of
"bzlib.h".  Environments without a system-installed "bzlib.h" will fail to
build modules like "audio/gnome-vfs-cdda" with the following:

checking for bzCompressInit in -lbz2... no
checking bzlib.h usability... no
checking bzlib.h presence... no
checking for bzlib.h... no
configure: error: Gnome-vfs requires libbz2 to compile.
*** Error code 1

To fix this, promote bzip2 dependency from gnome-vfs/Makefile to
gnome-vfs/Makefile.common.

XXX Only /usr/pkg/lib/gnome-vfs-2.0/modules/libbzip2.so actually appears to
link with libbz2.so, so it's possible that configure is being overly picky.

(dsainty)

2008-08-14 20:39:37 UTC MAIN commitmail json YAML

Updated mail/gmime to 2.2.22

(wiz)

2008-08-14 20:39:25 UTC MAIN commitmail json YAML

Update to 2.2.22:

* configure.in: Bumped version to 2.2.22
* src/uudecode.c (uudecode): Don't base64 decode the
end-tag ("====\n"). Fixes bug #542222.
* COPYING: Fixed to reference LGPL v2.1
* gmime/gmime-common.h: Removed unused prototypes.
* gmime/gmime-message.c (g_mime_message_add_recipient): Change
'type' argument to const char *.
(g_mime_message_add_recipients_from_string): Same.
* gmime/gmime-utils.h (GMIME_QP_ENCODE_LEN): Add an extra byte for
\n in the case of quoted_encode_close(). Thanks to Peter
Bloomfield for discovering this.
* gmime/internet-address.c (decode_mailbox): Prevent reading past
the end of the input string.
* examples/basic-example.c: Fixed to use GMimeSignatureValidity.
* gmime/gmime-multipart-encrypted.c (g_mime_multipart_encrypted_encrypt):
Don't use deprecated functions.
* gmime/gmime-stream.c (stream_eos): Fixed a typo.
* mono/StreamWrapper.cs: Allow seeking to position 0 for
GMimeStreamFilter. Thanks to Debajyoti Bera for this patch.
* README: Bumped version
* configure.in: Bumped version to 2.2.21
* gmime/gmime-parser.c: Check parser_step() against
GMIME_PARSER_STATE_ERROR rather than -1 in case the value ever
changes.
(struct _GMimeParserPrivate): Changed state to be 16bit int
instead of a 26bit int which apparently cannot be set to -1 on
Solaris. Fixes bug #534301.
(parser_step_headers): Fixed a corner-case where a read boundary
fell between the \n and \t of a folded header.
* README: Bumped version
* configure.in: Bumped version to 2.2.20
* gmime/gmime-stream-buffer.c (stream_read): Break if
g_mime_stream_read() returns 0 as well (meaning EOF, no more data
to read) and don't keep looping. Fixes bug #533331.
* README: Bumped version
* configure.in: Bumped version to 2.2.19
* gmime/gmime-parser.c (parser_step_headers): Fix for CRLF encoded
input.
* gmime/gmime-parser.c (header_parse): Fixed a memory leak in the
case of an invalid header.

(wiz)

2008-08-14 20:34:43 UTC MAIN commitmail json YAML

Updated graphics/gphoto2 to 2.4.2

(wiz)

2008-08-14 20:34:32 UTC MAIN commitmail json YAML

Update to 2.4.2:

gphoto2 2.4.2

* Updated translations.
* Major change in behaviour:

  --capture-image split into:
--capture-image : Just captures image, no download.
--capture-image-and-download : captures image and downloads it.

(wiz)

2008-08-14 20:30:37 UTC MAIN commitmail json YAML

Updated devel/libgphoto2 to 2.4.2

(wiz)

2008-08-14 20:30:24 UTC MAIN commitmail json YAML

Update to 2.4.2:

libgphoto2 2.4.2

This is a 2.4 release branch update.

libgphoto2:
  * Camera abilities list sorting now uses qsort(),
    bringing startup speedups by seconds. (0.4 seconds on 2GHz machine).

  * On large files, do not try to retrieve thumbnails.

  * Updated lots of translations.

PTP2 driver:
  * Full merge of TRUNK ptp2 camlib.

  * Lots of new IDs added. Also changed MTP id handling to share devices
    with current libmtp.
  * Canon now can capture to both CF/SD Card and internal memory
    with extract/retracting the lens. "capturetarget" config option
    determines which ones used.

  * EOS capture support made working with newer Canon EOS models,
    now reported working for EOS 400D, 450D, 40D.

  * Handle MTP -> Canon/Nikon vendor id transitions better.
  * Download cancellation support.
  * Handle canon cameras with shorter timeouts on startup (hopefully
    does not break) to avoid very long second startup delays.

  * Lots of bugfixes.

Canon driver:
  * Configuration of Flash, Beep and Zoom added.
  * Enable/disable remote mode only once per session (on demand)
  * Fixed a CR2 thumbnail download problem.
  * Fixed a THM download problem (for movies).
  * Moved some more cameras over to PTP2 driver.

Topfield driver:
  * New driver for Topfield PVR5000 device(s).

* Sony DSC F1 (old serial) driver:
  * Merged from TRUNK, working now.

(wiz)

2008-08-14 19:38:40 UTC MAIN commitmail json YAML

Updated net/clive to 1.0.0

(wiz)

2008-08-14 19:38:27 UTC MAIN commitmail json YAML

Update to 1.0.0:

Version 1.0.0
(August 9 2008, from branches/release/1.0.x)
svn://svn.gna.org/svn/clive/tags/1.0.0

User-visible changes:
  - Major new features:
    * added: support for encrypted passwords, see clive(1) (--youtube,--dmotion)
    * added: clive-passwd utility for storing encrypted login passwords
    * added: --passwd option for using encrypted login passwords

  - Minor improvements:
    * fixed: some errors were still using "--youtube-user" and "--dmotion-user"
    * --version: print pycrypto, pysqlite and newt (? if found, otherwise -)

Developer-visible changes:
    * urlgrabber is now the only prerequisite that is needed to run clive:
      features that req. other modules are disabled if a module is not found
    * added: prerequisite pycrypto
    * added: man/clive-passwd.1
    * added: src/clive/passwd.py
    * added: run-passwd.py
    * added: src/clive/modules.py
    * fixed: sqlite3 ImportError is now handled (src/clive/cache.py)
    * removed: *all* bundled packages
      - each dep. is best installed separately for security reasons
    * removed: --with-installed-PACKAGE configure options
      - now obsolete due to above change
    * removed: obsolete configuration scripts
      - acinclude.m4, config.guess, config.h.in, config.sub, depcomp, ltmain.sh
    * removed: obsolete src/clive/*.py.in files
      - src/clive/__init__.py.in remains
    * cleanups: INSTALL, README, NEWS, ChangeLog, TODO, configure.ac
    * configure.ac: if trunk: use revision for release date string

Version 0.5.0
(August 5 2008, from branches/release/0.5.x)
svn://svn.gna.org/svn/clive/tags/0.5.0

New features, enhancements:
    * Added support for break.com
        Thanks to Jan Hulsbergen <afoo@gmail.com> for the initial patch
    * Added CHANGES file (ChangeLog and NEWS files are no longer updated)
    * Added xine,mplayer detection (--write-conf)
    * Added --no-login option
    * Added --no-proxy option
    * Added --no-confirm option (closes sr #2065)
    * Replaced --$host-(user|pass) with --$host=$username:$password
    * Replaced config $host_(user|pass) with $host_login="$username:$password"
    * Revived AC_PROG_RANLIB in configure.ac
    * Tweaked program description

Bugfixes
    * --check-update: flawed version checking (e.g. 0.5.0 < 0.4.20)

Other
    * Trackers now allow anononymous submissions
        https://gna.org/projects/clive

    * Added clive-users mailing list (General questions and discussion)
        https://lists.sourceforge.net/lists/listinfo/clive-users

        At the moment anything clive related can be discussed here including
        development related issues. clive-dev is likely to be added later.

    * Release branches are now used in the development
        svn://svn.gna.org/svn/clive/branches
        svn://svn.gna.org/svn/clive/trunk
        svn://svn.gna.org/svn/clive/tags

    * Release numbering is no longer as ad hoc as before
        Starting with this release, the project follows the following
        release numbering strategy:

        major.minor.micro

        major = Expected to have new features or entire feature sets
        marks compatibility boundaries - may be forward/backward incompatible

        minor = New features, usually only few at once
        must be backward compatible, not necessarily forward compatible

        micro = Bug fixes only or minor enhancements to existing features
        must be forward/backward compatible, no new features

(wiz)

2008-08-14 19:24:07 UTC MAIN commitmail json YAML

Remove idea option -- I can't find a patch for the current PKGVERSION.
Addresses PR 39316.

(wiz)

2008-08-14 19:17:50 UTC MAIN commitmail json YAML

Updated textproc/raptor to 1.4.18

(wiz)

2008-08-14 19:17:36 UTC MAIN commitmail json YAML

Update to 1.4.18:

2008-06-25 Raptor Version 1.4.18 Released

  Added an RDFa parser using an embedded version of librdfa by Manu
  Sporny of Digital Bazaar.
  Added an Atom 1.0 (RFC 4287) serializer with several output parameters.
  Improved RSS 1.0 serializer functionality and resilience.
  Added new API methods for qname, serializer, sequence and XML writer
  classes.
  Many other fixes and resilience improvements.
  Fixed reported issues: 0000186 and 0000255.

(wiz)

2008-08-14 14:43:34 UTC MAIN commitmail json YAML

Back out previous, the root problem seems to have been
an outdated pkg_check.

(mjl)

2008-08-14 13:12:53 UTC MAIN commitmail json YAML

NetBSD does not support ballooning. So disable it by default.

(cegger)

2008-08-14 12:53:42 UTC MAIN commitmail json YAML

Add and enable p5-PPI-XS.

(obache)

2008-08-14 12:53:11 UTC MAIN commitmail json YAML

Note compatibility with p5-PPI-XS package.

(obache)

2008-08-14 12:48:36 UTC MAIN commitmail json YAML

Added devel/p5-PPI-XS version 0.900

(obache)

2008-08-14 12:45:50 UTC MAIN commitmail json YAML

Import p5-PPI-XS-0.900 as devel/p5-PPI-XS.
Based on packaged by Jens Rehsack and priveided by PR 39218.

PPI::XS provides XS-based acceleration of the core PPI packages. It
selectively replaces a (small but growing) number of methods throughout PPI
with identical but much faster C versions.
Once installed, it will be auto-detected and loaded in by PPI completely
transparently.
Because the C implementations are linked to the perl versions of the same
function, it is preferable to upgrade PPI::XS any time you do a major upgrade
of PPI itself.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2008-08-14 10:02:16 UTC MAIN commitmail json YAML

Updated security/gsasl to 0.2.27

(adam)

2008-08-14 10:01:03 UTC MAIN commitmail json YAML

Changes 0.2.27:
* Fix SASL operations through TLS.
* Update gnulib files, and include gnulib self-tests.
* Update translations.

(adam)

2008-08-14 08:32:20 UTC pkgsrc-2008Q2 commitmail json YAML

2008-08-14 08:31:46 UTC pkgsrc-2008Q2 commitmail json YAML

pullup ticket #2484 - requested by obache
jabberd: force preference on openssl (fixes pr)

revisions pulled up:
pkgsrc/chat/jabberd/Makefile 1.31
pkgsrc/chat/jabberd/distinfo 1.7
pkgsrc/chat/jabberd/patches/patch-aa 1.5

  Module Name: pkgsrc
  Committed By: obache
  Date: Sun Aug  3 05:17:40 UTC 2008

  Modified Files:
  pkgsrc/chat/jabberd: Makefile distinfo
  pkgsrc/chat/jabberd/patches: patch-aa

  Log Message:
  Force to pick up prefer OpenSSL.
  Fixes PR 39198.

(rtr)

2008-08-14 08:20:32 UTC pkgsrc-2008Q2 commitmail json YAML

2008-08-14 08:19:29 UTC pkgsrc-2008Q2 commitmail json YAML

pullup ticket #2483 - requested by sborrill
chrony: update package for fixes

revisions pulled up:
pkgsrc/net/chrony/Makefile 1.24
pkgsrc/net/chrony/distinfo 1.6
pkgsrc/net/chrony/patches/patch-ag 1.2
pkgsrc/net/chrony/patches/patch-ah 0

  Module Name: pkgsrc
  Committed By: sborrill
  Date: Tue Aug 12 16:37:32 UTC 2008

  Modified Files:
  pkgsrc/net/chrony: Makefile distinfo
  pkgsrc/net/chrony/patches: patch-ag
  Removed Files:
  pkgsrc/net/chrony/patches: patch-ah

  Log Message:
  Update to 1.23 and fix coredump on NetBSD 4.0 and later.

  The changes in version 1.23 are

      * Support for MIPS, x86_64, sparc, alpha, arm, FreeBSD
      * Fix serious sign-extension error in handling IP addresses
      * RTC support can be excluded at compile time
      * Make sources gcc-4 compatible
      * Fix various compiler warnings
      * Handle fluctuations in peer distance better.
      * Fixed handling of stratum zero.
      * Fix various problems for 64-bit systems
      * Flush chronyc output streams after each command, to allow it to be
      driven through pipes
      * Manpage improvements

  The changes in version 1.21 are

      * Don't include Linux kernel header files any longer : allows chrony to
        compile on recent distros.
      * Stop trying to use RTC if continuous streams of error messages would
        occur (Linux with HPET).

(rtr)

2008-08-14 01:49:45 UTC MAIN commitmail json YAML

+ Added fonts/otf2bdf version 3.1 [bjs 2008-08-14]

(bjs)

2008-08-14 01:48:20 UTC MAIN commitmail json YAML

2008-08-14 01:47:29 UTC MAIN commitmail json YAML

Add otf2bdf-3.1.  Blurb:

This program converts OpenType fonts to BDF fonts using the FreeType 2
renderer.  BDF fonts can be edited using the author's "gdbfed" editor,
also found in the pkgsrc "fonts" category.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(bjs)

2008-08-13 17:20:46 UTC MAIN commitmail json YAML

Add libgnome buildlink include

(mjl)

2008-08-13 17:16:08 UTC MAIN commitmail json YAML

Updated mail/getmail to 4.8.3

(schmonz)

2008-08-13 17:15:57 UTC MAIN commitmail json YAML

Update to 4.8.3. From the changelog:

- Improve information sent to logfile about messages not retrieved.
  Thanks: Scott.

(schmonz)

2008-08-13 16:01:37 UTC MAIN commitmail json YAML

Note update of textproc/p5-Text-vCard package to 2.03.

(kleink)

2008-08-13 15:59:05 UTC MAIN commitmail json YAML

Update p5-Text-vCard to 2.03; changes since 2.01 include:

2.03 Sun Mar 16 10:10:54 GMT 2008
- added 'moniker' and marked 'name' as depreciated

2.02 Sat Mar 15 17:15:16 GMT 2008
- http://rt.cpan.org/Ticket/Display.html?id=34044
  Clean up tests so they pass in perl 5.10
      thanks to Neil Williams

(kleink)

2008-08-13 15:41:29 UTC MAIN commitmail json YAML

Enable _FFR_LDAP_NETWORK_TIMEOUT
This feature adds a -c switch to LDAPMAP definitions, which can be used to
specify a connection timeout (the equivalent of ldap.conf's bind_timeout)

Here is an usage example, in sendmail.cf:
O LDAPDefaultSpec=-w 3 -c 1 -l 3
If the server does not connect after 1 second (-c 1), we give up. If it does
not anwer after 3 seconds (-l 3), we give up with a temporary failure.

Using -c is the only way to avoid sendmail getting stuck against a half-dead
slapd, where the TCP port is in listening state but the server will not
serve anything.

(manu)

2008-08-13 14:20:23 UTC MAIN commitmail json YAML

Updated converters/skf to 1.95.5

(obache)

2008-08-13 14:20:06 UTC MAIN commitmail json YAML

Update skf to 1.95.5.

skf (1.95.5) experimental; urgency=low

  * fix ASCII output definition.
  * fix enbug which prevents some codeset's table loading.
  * fix punycode decode on UTF-8 input does not work.

skf (1.95.4) experimental; urgency=low

  * fix packaging to allow Ubuntu directory hierarchy.
  * fix manpath issue on cygwin
  * fix po spelling error

(obache)

2008-08-13 13:20:14 UTC MAIN commitmail json YAML

2008-08-13 12:36:05 UTC MAIN commitmail json YAML

link qemu-dm correctly to find the xen libs. This lets qemu-dm actually launch.

(cegger)

2008-08-13 11:48:49 UTC MAIN commitmail json YAML

2008-08-13 11:42:55 UTC MAIN commitmail json YAML

Import docker-1.5 as x11/docker.

Docker is a docking application (WindowMaker dock app) which acts as a system
tray for KDE and GNOME2. It can be used to replace the panel in either
environment, allowing you to have a system tray without running the KDE/GNOME
panel or environment.

Docker is designed to work with Openbox 2, but it should work fine in any
window manager that supports WindowMaker dock apps.

If you running WindowMaker or otherwise and experiencing problems, you should
try using the -wmaker option to make docker keep a fixed size.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(ahoka)

2008-08-13 11:12:28 UTC MAIN commitmail json YAML

Note update of devel/readline to 5.2nb2.

(he)

2008-08-13 11:11:38 UTC MAIN commitmail json YAML

Update from version 5.2nb1 to 5.2nb2.

This imports some fixes from Debian.  First and foremost:

http://lists.gnu.org/archive/html/bug-bash/2006-11/msg00017.html

Bug-Description:

In some cases, code that is intended to be used in the presence of multibyte
characters is called when no such characters are present, leading to incorrect
display position calculations and incorrect redisplay.

http://lists.gnu.org/archive/html/bug-readline/2007-01/msg00002.html

Bug-Description:

Readline neglects to reallocate the array it uses to keep track of wrapped
screen lines when increasing its size.  This will eventually result in
segmentation faults when given sufficiently long input.

http://lists.gnu.org/archive/html/bug-bash/2007-02/msg00054.html

Bug-Description:

When moving the cursor, bash sometimes misplaces the cursor when the prompt
contains two or more multibyte characters.  The particular circumstance that
uncovered the problem was having the (multibyte) current directory name in
the prompt string.

...all related to display.c.  Also add include of <stdio.h> to
two of the readline header files.

(he)

2008-08-13 09:12:59 UTC MAIN commitmail json YAML

Remove zope25-ZMySQLDA as it isn't compatible with py-mysqldb due to
the ancient Python version.

(joerg)

2008-08-13 09:09:21 UTC MAIN commitmail json YAML

One more 0 for the version number.

(joerg)

2008-08-13 07:47:02 UTC MAIN commitmail json YAML

since we updated gtksourceview quite a long time ago we no
longer need this quirk here. PKGREVISION++

(kefren)

2008-08-13 07:34:55 UTC MAIN commitmail json YAML

2008-08-13 07:34:44 UTC MAIN commitmail json YAML

Updated mail/postfix-current to 2.6.20080726

* Lots of bug fixes

(martti)

2008-08-13 07:31:39 UTC MAIN commitmail json YAML

Note update of devel/p5-Class-Data-Accessor to 0.04004.

(he)

2008-08-13 07:31:16 UTC MAIN commitmail json YAML

Update from version 0.04003 to 0.04004.  Changes:

0.04004 Tue Aug 12 20:40:45 2008
    - Fixed typo about deprecation

and the corrected typo is "now" instead of "not" in the last item in:

0.04003 Thur Aug 07 19:27:33 2008
    - Changed license to Perl now that Inheritable has also changed
    - Class::Data::Accessor is now deprecated in favor of
Class::Accessor::Grouped or Moose

(he)

2008-08-12 22:38:44 UTC MAIN commitmail json YAML

Updated mail/p5-MIME-tools to 5.427

(wiz)

2008-08-12 22:38:31 UTC MAIN commitmail json YAML

Update to 5.427:

5.427    2008-06-30  Dave O'Neill <dmo@roaringpenguin.com>
* VERSION 5.427 RELEASED

* (bugfix) fix remove_sig() on invalid multipart message (RT #11901)

* (bugfix) make_singlepart() no longer creates bizzare Content-Type: headers
  (RT #37139)

* (bugfix) process_part() no longer sets incorrect charset on empty
  parts (RT #35369)

* (bugfix) fix runtime warnings caused by incorrect pack() string
  (RT #34451, bugs.debian.org #446342)

* (docs) add "SEE ALSO" sections to POD docs (RT #30391)

* (docs) fix documentation of MIME::Head::get() (RT #34552,
  bugs.debian.org #235189)

* (packaging) Depend on IO::File 1.1.3, for its binmode() support (RT #34178)

(wiz)

2008-08-12 22:36:30 UTC MAIN commitmail json YAML

Updated mail/p5-MailTools to 2.04

(wiz)

2008-08-12 22:36:18 UTC MAIN commitmail json YAML

Update to 2.04:

version 2.04: Tue Jul 29 11:44:26 CEST 2008

Fixes:

- Mail::Field::_require_dir complained on 5.10 about a closed
  dirhandle.  rt.cpan.org#37114 [Manuel Hecht]

- Bcc line removed before collecting addresses. [J�rgen Thomsen]

Improvements:

- add "die" to "close()" in synopsis of Mail::Send and
  Mail::Mailer.  rt.cpan.org#36103 [Ed Avis]

(wiz)

2008-08-12 22:34:38 UTC MAIN commitmail json YAML

Updated misc/dialog to 1.1.20080727

(wiz)

2008-08-12 22:34:24 UTC MAIN commitmail json YAML

Update to 1.1.20080727:

2008/07/27
+ add pointer-check when closing piped input (cf: 2007/03/25)
+ use here-documents rather than echo, when passing backslashes in
  strings, to accommodate the Debian shell "dash" (Debian #489563).
+ recode several ".po" files to UTF-8 for consistency.
+ change --separator to be an alias for --output-separator, for
  compatibility with Xdialog.
+ add --output-separator option to allow scripts to change the output
  separator from a newline (for --separate-output) or a space.  This
  applies to other widgets such as forms and editboxes which normally
  use a newline.
+ add --column-separator option, to tell where column-aligned data for
  radio/checkboxes or menus should be split into columns (request by
  Ben Dibbens).
+ add id.po, ku.po, lt.po, nb.po and update ca.po, fr.po, gl.po, ja.po,
  th.po from
http://translationproject.org/latest/dialog/
+ add "--quoted" option, to quote values returned by formbox, etc.
+ change names of EX/ES macros in dialog.1 to work around name-
  pollution caused by changes in Debian #470729.

(wiz)

2008-08-12 22:30:15 UTC MAIN commitmail json YAML

Updated finance/gnucash to 2.2.6

(wiz)

2008-08-12 22:29:55 UTC MAIN commitmail json YAML

Update to 2.2.6:

2.2.6 - 27 July 2008
Welcome to the GnuCash 2.2.6 Release.
Fixed Bugs:
o #129099: Register: Optionally show leaf names instead of full names
o #144669: Register: Shortcut to filter accounts by account number
o #313660: QIF Import: Can't stop progress on long importing process
o #336192: QIF Import: Allow new namespaces when defining new securities
o #353880: Reports: Options dialog violates HIG, add borders.
o #309359: QIF Import: "unknown Action '..'" shown many times
o #452354: Average Balance Report: Translate account type option names
o #454305: Trial Balance Report: Wrong after negative Stock Split
o #460721: Balance Sheet: Should have a "value at cost" option
o #463320: Trial Balance Report: Does not add up correctly
o #470656: Preferences, Win32: Crash when setting accounting period
o #475980: QIF Import: Forward and Back don't follow same path
o #489502: Register: Account autocompletion ignores new
            separator until restart
o #501490: Balance Sheet: Incorrect in presence of stock sale
o #502646: Win32: Crash entering dates before 1/1/1970 in dialogs
o #506499: Win32: Crash after online banking transfer
o #512991: Invoices: Do not allow posting to placeholder accounts
o #514210: QIF Import: Allow multiple selections for account mapping
o #515163: QIF Import: Eliminate pointless mappings
o #521403: Reports: One more option in "Price Source" in Stock
            Value Reports
o #526883: Transaction Report: Question marks instead of month
            in cyrillic locale
o #528835: Crash when creating SKR04 accounts with German locale
o #530924: Customer Report: Honor the used column list
o #531662: Budget report: Crash on #f in budget->guid
o #532405: Win32: Guile crashes on strftime formats containing %e
o #535407: QIF Import: Crash on invalid or unsupported date format
o #538800: Balance Sheet: Gives wrong results
o #539654: Reports: html-table-append-column! in html-table.scm crashes
o #539829: Build Process: qofsession.c compile warning
o #540207: Reports: Show a table of data beneath barcharts
o #542472: Reports: Period does not default to Accounting Period
o #542967: Reports: Options dialog title shows GUID
Other Changes:
o New Hebrew translation
o Add support for aqbanking3
o Correct quickfill directions in transfer dialogs
o Add QIF importer support for importing to A/R and A/P account types
o QIF importer loading speedup and visual feedback, further improvements
o Avoid crashing if a report's option generating procedure
  causes a Scheme exception
o Make the new option Average Cost the default for several
  reports
o Make weighted average price source computations ignore zero
  amount splits
o Support calculation of unrealized gains/losses on liabilities
  in balance sheet
o Allow creating new accounts from the general ledger
o Fix some compiler warnings, minor build system improvements
o Update translations: Catalan, German, Russian, Traditional Chinese

(wiz)

2008-08-12 21:42:53 UTC MAIN commitmail json YAML

py-mysqldb doesn't support 2.1 any longer.

(joerg)

2008-08-12 21:38:54 UTC MAIN commitmail json YAML

Pad version number to be increasing as expected by Dewey.

(joerg)

2008-08-12 21:32:26 UTC MAIN commitmail json YAML

2008-08-12 21:32:04 UTC MAIN commitmail json YAML

Tell libtool that its linking fortran so the correct libraries get linked
in.

(markd)

2008-08-12 21:29:11 UTC MAIN commitmail json YAML

Tell libtool that its linking fortran so the correct libraries get
linked in.

(markd)

2008-08-12 21:07:18 UTC MAIN commitmail json YAML

Updated sysutils/cdrtools to 2.01.01.45

(wiz)

2008-08-12 21:07:05 UTC MAIN commitmail json YAML

Update to 2.01.01a45:

NEW features of cdrtools-2.01.01a44:

*******
NOTE: cdrtools is currently in a state just before a new major release.

*******

All:

- New directory autoconf/ contains the complete Schily autoconf system.
It is based on GNU autoconf-2.13, the latest GNU autoconf that worked
correctly even on older systems.

- Sources and makefilesystem restructured to allow all needed files to be
retrieved from the SCCS repository and to call "make" later. To achieve
this, all symlinks have been removed from the tarball.

- The Schily Makefile System now includes rules to recreate the file
"configure" by calling "autoconf". This is needed in order to allow the
complete source tree to be extracted from the SCCS repository.

Libscg:

- aspi-win32.h and spti-wnt.h now in SCCS

Cdda2wav (Maintained/enhanced by J�rg Schilling, originated by Heiko Ei゚feldt heiko@hexco.de):

- Interactive mode for corrected to allow new tests
for replacing libcdio in GStreamer.

- child_pid variable moved into gloval var structure.

NEW features of cdrtools-2.01.01a45:

All:

- Added a workaround for a GNU make design bug that causes the rules
to create file "foo" to be evaluated _past_ the "include foo"
statement in a Makefile has been evaluated. Note that you still need
GNU make 3.81. GNU make 3.80 and before will still fail to compile
cdrtools because of other unfixed GNU make bugs.

Note that the basic GNU make design bug has been reported to the
GNU make maintainers and accepted as bug by the GNU make maintainers
in 1998 already. It is still unfixed in GNU make although smake and
SunPro make verify that there is no problem to do it right.

Cdrecord:

- Reduced the minimal write speed of a ultraspeed CD-RW capable drive
from 16x to 10x.

Mkisofs (Maintained/enhanced by J�rg Schilling since 1997, originated by Eric Youngdale):

- Try to avoid incostencies with USE_ARGEFILES with multi-extent files

- Corrected the iso directory record size computation in stream-file mode

- Mkisofs no longer tries to write 8 TB of data in case that -stream-media-size
was too small.

(wiz)

2008-08-12 20:23:58 UTC MAIN commitmail json YAML

Try to fix the checksums for the modified patches. (Created manually using
sha1sum under Linux. Greetings from Dornbirn/AT.)

(tonnerre)

2008-08-12 20:15:44 UTC MAIN commitmail json YAML

Updated net/unfs3 to 0.9.21

(tnn)

2008-08-12 20:15:11 UTC MAIN commitmail json YAML

Update to unfs3-0.9.21. Changes:
  - avoid returning large fileids on Windows, for better compatibility
    with clients such as Linux 2.6.24
  - try to prevent races between READDIR and removal of files

(tnn)

2008-08-12 20:09:34 UTC MAIN commitmail json YAML

2008-08-12 19:59:29 UTC MAIN commitmail json YAML

2008-08-12 19:57:45 UTC MAIN commitmail json YAML

Import ecl-0.9.12 (ecl-0.9l) as lang/ecl. From pkgsrc-wip, packaged by asau@

ECL stands for Embeddable Common-Lisp. The ECL project is an effort to
modernize Giuseppe Attardi's ECL environment to produce an implementation of
the Common-Lisp language which complies to the ANSI X3J13 definition of the
language.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(tnn)

2008-08-12 19:52:55 UTC pkgsrc-2008Q2 commitmail json YAML

pullup ticket 2476 and fix number for 2482

(spz)

2008-08-12 18:16:33 UTC pkgsrc-2008Q2 commitmail json YAML

Pullup ticket 2476 - requested by tron
Security fix

Revisions pulled up:
- pkgsrc/www/apache22/Makefile 1.28
- pkgsrc/www/apache22/distinfo 1.12
- pkgsrc/www/apache22/patches/patch-ab 1.8

  Module Name: pkgsrc
  Committed By: tron
  Date: Sat Aug  9 22:16:44 UTC 2008

  Modified Files:
  pkgsrc/www/apache22: Makefile distinfo
  Added Files:
  pkgsrc/www/apache22/patches: patch-ab

  Log Message:
  Add patch from Apache SVN repository to avoid cross-site scripting attacks
  in the FTP proxy module. This fixes the security vulnerability reported
  in CVE-2008-2939.

  To generate a diff of this commit:
  cvs rdiff -r1.27 -r1.28 pkgsrc/www/apache22/Makefile
  cvs rdiff -r1.11 -r1.12 pkgsrc/www/apache22/distinfo
  cvs rdiff -r0 -r1.8 pkgsrc/www/apache22/patches/patch-ab

(spz)

2008-08-12 17:20:19 UTC MAIN commitmail json YAML

Don't try to make the pkgsrc tree writeable.

(joerg)

2008-08-12 17:09:36 UTC MAIN commitmail json YAML

Updated net/mldonkey-gui to 2.9.6

(wiz)

2008-08-12 17:09:18 UTC MAIN commitmail json YAML

Updated net/mldonkey to 2.9.6

(wiz)

2008-08-12 17:09:01 UTC MAIN commitmail json YAML

Update to 2.9.6:

2008/08/04: version 2.9.6 = tag release-2-9-6
6599: Allow values lower than max_upload_slots for BT-max_bt_uploaders

2008/07/29
6593: CryptoPP performance fix for ARM (Marc Pignat)
6592: HTML: Fix invalid html respond when login is invalid

2008/07/17
6571: Runinfo: Include DirectConnect in list of enabled nets

2008/07/02
6558: Fix text relocation warnings on hardened distributions (Davide Pesavento)
6557: BT: Send correct downloaded value when download is stopped to tracker
      (Fox Mulder)

(wiz)

2008-08-12 16:57:05 UTC MAIN commitmail json YAML

Updated textproc/iso-codes to 3.2

(wiz)

2008-08-12 16:56:52 UTC MAIN commitmail json YAML

Update to 3.2:

iso-codes 3.2
-------------
Tobias Quathamer <toddy@debian.org>
Fri, 1 August 2008

  [ ISO-639 ]
  * Update to 2008-07-08:
    - oc/oci: Provençal; provençal added Date added to Provençal
    - pro: 'Old Occitan (to 1500)' added as alternate name
    - wal: Walamo deprecated. Replaced by 'Wolaitta; Wolaytta'

  [ ISO-639-3 ]
  * Update to 2008-07-11

  [ ISO-3166 translations ]
  * Fix encoding in Breton. Closes: alioth#310933
  * Marathi updated by Sampada Nakhare
  * Remove fuzzy strings for Breton.
  * Brazilian Portuguese updated by Felipe Augusto van de Wiel
  * Korean updated by Changwoo Ryu (TP)
  * Malay updated by Nicholas Ng (Pootle)
  * Serbian updated by Veselin MijuÅ¡ković (Pootle)

  [ ISO-3166-2 translations ]
  * Remove fuzzy strings for Greek.
  * Italian by Milo Casagrande (TP)
  * Lithuanian updated by Kestutis BiliÅ«nas.
  * New Finnish translation by Tommi Vainikainen

  [ ISO-639 translations ]
  * Thai by Theppitak Karoonboonyanan
  * Russian by Yuri Kozlov
  * Italian by Milo Casagrande (TP)
  * Irish by Kevin Scannell (TP)
  * Vietnamese by Clytie Siddall (TP)
  * Marathi corrections by pn-guest. Closes: alioth#310943
  * Konkani corrections by pn-guest. Closes: alioth#310943
  * Xhosa corrections by pn-guest. Closes: alioth#310932
  * Basque updated by Piarres Beobide. Closes: #490908

  [ ISO-639-3 translations ]
  * Thai by Theppitak Karoonboonyanan
  * Marathi corrections by pn-guest. Closes: alioth#310943
  * Konkani corrections by pn-guest. Closes: alioth#310943
  * Xhosa corrections by pn-guest. Closes: alioth#310932

  [ ISO-4217 translations ]
  * German by Tobias Toedter

(wiz)

2008-08-12 16:42:30 UTC MAIN commitmail json YAML

Updated Geomyidae and msmtp.

(reed)

2008-08-12 16:39:56 UTC MAIN commitmail json YAML

Update to 1.4.16. This is from Leonardo Taccari via PR 39337.
Okayed by maintainer (private email to me).

Adds DESTDIR support.

Changes from ChangeLog:

Version 1.4.16:
- Changed all scripts to '#!/usr/bin/env bash' instead of '#!/bin/sh' or
  '#!/bin/bash', because they use bash features that are not available in POSIX
  /bin/sh and because bash might not live in /bin, e.g. on BSD systems. This is
  a quick fix for Debian bug #489635.
- Accept both 250 and 251 in return of the RCPT TO command, as required by RFC
  2821 sections 4.3.2 and 3.4. Reported and fixed by Matthias Bernhardt.
  Thanks!
- Fix scripts/msmtpqueue/msmtp-runqueue.sh. An error made while applying a
  patch accidently broke it. Reported by Thomas Weber. Thanks!

Version 1.4.15:
- Added the new tls_crl_file configuration command and the corresponding
  --tls-crl-file option.
- Added the new tls_min_dh_prime_bits configuration command and the
  corresponding --tls-min-dh-prime-bits option. This closes Debian bug
  #440344.
- Added the new tls_priorities configuration command and the corresponding
  --tls-priorities option.
- Gnulib upate to 2008-06-02. Use getpass-gnu instead of getpass module.
- Add msmtpq scripts by Chris Gianniotis to the scripts directory. Suggest
  them as a replacement in the README of the msmtpqueue scripts.
- Do not let getpass() read from stdin, because we read the mail from there.
  Reported by Karol Lewandowski. Thanks!
- Updated the set_sendmail script by Gautam Iyer. Thanks!
- Return EX_TEMPFAIL instead of EX_DATAERR in case of  4xx replies to the MAIL
  FROM, RCPT TO and DATA commands. Reported by Kent Vinther Friis. Thanks!

Version 1.4.14:
- Add support for the SMTPSERVER and EMAIL environment variables. These
  variables are used when no other configuration is available. Suggested by
  Jari Aalto.
- Add the --read-envelope-from option, which extracts the envelope from address
  from the From: header.
- Fix a typo in the man page.
- Add support for Resent-* headers to the -t/--read-recipients option. Fixes
  Debian bug #464474, reported by Tim Abbott.
- Buffer read operations also when TLS/SSL is active. Fixes performance problems
  with GnuTLS, reported by Dimitrios Apostolou for mpop.
- Fixed a potential problem with VPATH builds.
- Updated gnulib to 2008-02-26. Imported havelib module.
- Always log smtpstatus and smtpmsg, even in case of success. Suggested by
  Bruno De Fraine.
- Use locale-independent c_toupper() instead of toupper() to avoid problems
  with the tr_TR.UTF-8 locale. Reported by S.��a��lar Onur. Thanks!
- Updated gnulib to 2008-02-15. Imported c-ctype module.
- Support for the Max OS X keychain was added by Jay Soffian. Thanks a lot!
- Fix network input/output timeouts for W32. Bug reported and fixed by
  Shoorick for mpop. Thanks!

(reed)

2008-08-12 16:37:32 UTC MAIN commitmail json YAML

Update to 1.23 and fix coredump on NetBSD 4.0 and later.

The changes in version 1.23 are

    * Support for MIPS, x86_64, sparc, alpha, arm, FreeBSD
    * Fix serious sign-extension error in handling IP addresses
    * RTC support can be excluded at compile time
    * Make sources gcc-4 compatible
    * Fix various compiler warnings
    * Handle fluctuations in peer distance better.
    * Fixed handling of stratum zero.
    * Fix various problems for 64-bit systems
    * Flush chronyc output streams after each command, to allow it to be
    driven through pipes
    * Manpage improvements

The changes in version 1.21 are

    * Don't include Linux kernel header files any longer : allows chrony to
      compile on recent distros.
    * Stop trying to use RTC if continuous streams of error messages would
      occur (Linux with HPET).

(sborrill)

2008-08-12 16:08:31 UTC MAIN commitmail json YAML

Updated games/orbital_eunuchs_sniper to 1.30

(wiz)

2008-08-12 16:08:19 UTC MAIN commitmail json YAML

Update to 1.30:

1.30
Added game data dir knowledge.
Added fopen error checking.
Corrected 64bit builds.
Added OSX Makefile to tarballs.
Fixed uninitialized update function crash.
Adjusted configure to abort when libraries are missing.
Compiler warning cleanups.

(wiz)

2008-08-12 15:11:18 UTC MAIN commitmail json YAML

Fix destdir. Simplify.

(joerg)

2008-08-12 14:59:44 UTC MAIN commitmail json YAML

>From maintainer, Jeff Woodall, via PR 39343:

Updates net/Geomyidae[1] gopher server package to current release (0.12)
which includes the following changes:
  - fixes script.cgi user/group permissions security issue [2]
  - changes the default logging level from 7 to 15
  - updates files/Geomyidae.sh and Geomyidae.8

[1] http://www.r-36.net/
[2] patch by jneitzel@freeshell.org

(I only tested install and deinstall -- reed.)

(reed)

2008-08-12 14:51:45 UTC MAIN commitmail json YAML

More changes to give it a chance to work.

(joerg)

2008-08-12 14:39:12 UTC MAIN commitmail json YAML

Precreate missing directories. Prepare for destdir.

(joerg)

2008-08-12 14:36:44 UTC MAIN commitmail json YAML

Note update of converters/p5-Jcode package to 2.07.

(taca)

2008-08-12 14:35:37 UTC MAIN commitmail json YAML

Update p5-Jcode package to 2.7.

fixed: mime_encode doesn't work properly
patch appled but the default value of $lf is reverted.
http://rt.cpan.org/Ticket/Display.html?id=29049

(taca)

2008-08-12 13:13:34 UTC MAIN commitmail json YAML

Install the programs with this package as well as the library
Move from BSD Makefile to libtool
Use DESTDIR
Use PKG_MANDIR
Install the programs with this package as well as the library
Make this build on Mac OS X - there was a problem with case sensitivity
Use modern regexp calls
Get rid of lint
Bump PKGREVISION

(agc)

2008-08-12 13:11:30 UTC MAIN commitmail json YAML

Move from BSD Makefile to libtool
Use DESTDIR
Use PKG_MANDIR
Install the programs with this package as well as the library
Make this build on Mac OS X - there was a problem with case sensitivity
Use modern regexp calls
Get rid of lint
Bump PKGREVISION

(agc)

2008-08-12 11:47:16 UTC pkgsrc-2008Q2 commitmail json YAML

2008-08-12 11:46:49 UTC pkgsrc-2008Q2 commitmail json YAML

pullup ticket #2476 - requested by ghen
powerdns: security fix

revisions pulled up:
pkgsrc/net/powerdns/Makefile 1.4
pkgsrc/net/powerdns/distinfo 1.3
pkgsrc/net/powerdns/patches/patch-ac 1.1

  Module Name: pkgsrc
  Committed By: ghen
  Date: Mon Aug 11 13:59:48 UTC 2008

  Modified Files:
  pkgsrc/net/powerdns: Makefile distinfo
  Added Files:
  pkgsrc/net/powerdns/patches: patch-ac

  Log Message:
  Fix for CVE-2008-3337 taken from PowerDNS 2.9.21.1: return SERVFAIL to
  mailformed queries instead of just dropping them (as this facilitates
  DNS spoofing attacks).  Bump PKGREVISION.

(rtr)

2008-08-12 11:22:38 UTC pkgsrc-2008Q2 commitmail json YAML

2008-08-12 11:22:11 UTC pkgsrc-2008Q2 commitmail json YAML

pullup ticket #2481 - requested by taca
ruby-curses, ruby, ruby18-base, ruby-tk: security fix

revisions pulled up
pkgsrc/lang/ruby/rubyversion.mk 1.44
pkgsrc/lang/ruby18-base/distinfo 1.17
pkgsrc/devel/ruby-curses/distinfo 1.33
pkgsrc/x11/ruby-tk/distinfo 1.20

  Module Name: pkgsrc
  Committed By: taca
  Date: Mon Aug 11 06:58:33 UTC 2008

  Modified Files:
  pkgsrc/lang/ruby: rubyversion.mk
  pkgsrc/lang/ruby18-base: distinfo

  Log Message:
  Update ruby18-base to 1.8.7.72 (Ruby 1.8.7-p72).

  These packages are implicitly updated with distfile update only.

  databases/ruby-gdbm
  devel/ruby-readline
  lang/ruby
  lang/ruby18

  Here's quote from release announce:

  Sorry for a fuss, but it turned out that taintness check of dl in last
  releases I made was incomplete. Here are fixes for that.

  And relevant changes:

  Mon Aug 11 09:37:17 2008  Yukihiro Matsumoto  <matz@ruby-lang.org>

  * ext/dl/dl.c (rb_str_to_ptr): should propagate taint to dlptr.

  * ext/dl/dl.c (rb_ary_to_ptr): ditto.

  * ext/dl/sym.c (rb_dlsym_call): should check taint of DLPtrData as
    well.
  ------------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Mon Aug 11 06:59:40 UTC 2008

  Modified Files:
  pkgsrc/devel/ruby-curses: distinfo

  Log Message:
  Update ruby-curses package to 1.8.7.72.
  It is distfile change only.
  ------------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Mon Aug 11 06:59:55 UTC 2008

  Modified Files:
  pkgsrc/x11/ruby-tk: distinfo

  Log Message:
  Update ruby-curses package to 1.8.7.72.
  It is distfile change only.

(rtr)

2008-08-12 10:41:57 UTC MAIN commitmail json YAML

Add a reminder to do something like (require 'php-mode)

(dsainty)

2008-08-12 10:20:34 UTC MAIN commitmail json YAML

Added devel/php-mode version 1.4.0

(dsainty)

2008-08-12 10:16:54 UTC MAIN commitmail json YAML

2008-08-12 10:14:20 UTC MAIN commitmail json YAML

SUBDIR+=php-mode

(dsainty)

2008-08-12 10:12:36 UTC MAIN commitmail json YAML

Import php-mode-1.4.0:

An Emacs major mode for editing PHP code.

Features: Syntax coloring and indenting; Documentation browse and search
functions; Support for Imenu and SpeedBar; Customization options.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(dsainty)

2008-08-12 10:01:07 UTC pkgsrc-2008Q2 commitmail json YAML

2008-08-12 10:00:23 UTC pkgsrc-2008Q2 commitmail json YAML

Pullup ticket #2472 - requested by kefren
Security update for scmgit-base

Revisions pulled up:
- devel/scmgit-base/Makefile 1.8
- devel/scmgit-base/distinfo 1.10
- devel/scmgit-base/patches/patch-ak 1.1
- devel/scmgit/Makefile.common 1.12
- devel/scmgit/Makefile.version 1.3
---
    Module Name: pkgsrc
    Committed By: bjs
    Date: Thu Jul 24 23:22:54 UTC 2008

    Modified Files:
    pkgsrc/devel/scmgit: Makefile.common Makefile.version
    pkgsrc/devel/scmgit-base: Makefile distinfo
    Added Files:
    pkgsrc/devel/scmgit-base/patches: patch-ak

    Log Message:
    Update to version 1.5.6.4.  The base package now depends on devel/p5-Error;
    this ensures that git never has to install its own copy, thereby
    avoiding future conflicts with devel/p5-Error.  Plus, the pkgsrc
    version is newer.

    While here, set PKG_SYSCONFSUBDIR=git and explicitly specify sysconfdir
    in CONFIGURE_ARGS.  Remove trailing slash from GITCOREDIR.

    Long list of changes since 1.5.6:

    Fixes since v1.5.6.3
    --------------------

    * Various commands could overflow its internal buffer on a platform
      with small PATH_MAX value in a repository that has contents with
      long pathnames.

    * There wasn't a way to make --pretty=format:%<> specifiers to honor
      .mailmap name rewriting for authors and committers.  Now you can with
      %aN and %cN.

    * Bash completion wasted too many cycles; this has been optimized to be
      usable again.

    * Bash completion lost ref part when completing something like "git show
      pu:Makefile".

    * "git-cvsserver" did not clean up its temporary working area after
      annotate request.

    * "git-daemon" called syslog() from its signal handler, which was a
      no-no.

    * "git-fetch" into an empty repository used to remind that the fetch will
        be huge by saying "no common commits", but this was an unnecessary
        noise; it is already known by the user anyway.

    * "git-http-fetch" would have segfaulted when pack idx file retrieved
      from the other side was corrupt.

    * "git-index-pack" used too much memory when dealing with a deep delta
      chain.

    * "git-mailinfo" (hence "git-am") did not correctly handle in-body [PATCH]
      line to override the commit title taken from the mail Subject header.

    * "git-rebase -i -p" lost parents that are not involved in the history
      being rewritten.

    * "git-rm" lost track of where the index file was when GIT_DIR was
      specified as a relative path.

    * "git-rev-list --quiet" was not quiet as advertised.

    Contains other various documentation fixes.

    Fixes since v1.5.6.2
    --------------------

    * Setting core.sharerepository to traditional "true" value was supposed
      to make the repository group writable but should not affect permission
      for others.  However, since 1.5.6, it was broken to drop permission
      for others when umask is 022, making the repository unreadable by others.

    * Setting GIT_TRACE will report spawning of external process via
      run_command().

    * Using an object with very deep delta chain pinned memory needed for
      extracting intermediate base objects unnecessarily long,
      leading to excess memory usage.

    * Bash completion script did not notice '--' marker on the command
      line and tried the relatively slow "ref completion" even when
      completing arguments after one.

    * Registering a non-empty blob racily and then truncating the working
      tree file for it confused "racy-git avoidance" logic into thinking
      that the path is now unchanged.

    * The section that describes attributes related to git-archive were placed
      in a wrong place in the gitattributes(5) manual page.

    * "git am" was not helpful to the users when it detected that the committer
      information is not set up properly yet.

    * "git clone" had a leftover debugging fprintf().

    * "git clone -q" was not quiet enough as it used to and gave object count
      and progress reports.

    * "git clone" marked downloaded packfile with .keep; this could be a
      good thing if the remote side is well packed but otherwise not,
      especially for a project that is not really big.

    * "git daemon" used to call syslog() from a signal handler, which
      could raise signals of its own but generally is not reentrant.  This
      was fixed by restructuring the code to report syslog() after the handler
      returns.

    * When "git push" tries to remove a remote ref, and corresponding
      tracking ref is missing, we used to report error (i.e. failure to
      remove something that does not exist).

    * "git mailinfo" (hence "git am") did not handle commit log messages in a
      MIME multipart mail correctly.

    Futureproof
    -----------

      * "git-shell" accepts requests without a dash between "git" and
        subcommand name (e.g. "git upload-pack") which the newer client will
        start to make sometime in the future.

    Fixes since v1.5.6.1
    --------------------

    * "git clone" from a remote that is named with url.insteadOf setting in
      $HOME/.gitconfig did not work well.

    * "git describe --long --tags" segfaulted when the described revision was
      tagged with a lightweight tag.

    * "git diff --check" did not report the result via its exit status
      reliably.

    * When remote side used to have branch 'foo' and git-fetch finds that now
      it has branch 'foo/bar', it refuses to lose the existing remote tracking
      branch and its reflog.  The error message has been improved to suggest
      pruning the remote if the user wants to proceed and get the latest set
      of branches from the remote, including such 'foo/bar'.

    * "git reset file" should mean the same thing as "git reset HEAD file",
      but we required disambiguating -- even when "file" is not ambiguous.

    * "git show" segfaulted when an annotated tag that points at another
      annotated tag was given to it.

    * Optimization for a large import via "git-svn" introduced in v1.5.6 had a
      serious memory and temporary file leak, which made it unusable for
      moderately large import.

    * "git-svn" mangled remote nickname used in the configuration file
      unnecessarily.

    Fixes since v1.5.6
    ------------------

    * Last minute change broke loose object creation on AIX.

    * (performance fix) We used to make $GIT_DIR absolute path early in the
      programs but keeping it relative to the current directory internally
      gives 1-3 per-cent performance boost.

    * bash completion knows the new --graph option to git-log family.

    * git-diff -c/--cc showed unnecessary "deletion" lines at the context
      boundary.

    * git-for-each-ref ignored %(object) and %(type) requests for tag
      objects.

    * git-merge usage had a typo.

    * Rebuilding of git-svn metainfo database did not take rewriteRoot
      option into account.

    * Running "git-rebase --continue/--skip/--abort" before starting a
      rebase gave nonsense error messages.

(tron)

2008-08-12 09:42:08 UTC MAIN commitmail json YAML

Updated some perl modules

(martti)

2008-08-12 09:41:37 UTC MAIN commitmail json YAML

Updated net/p5-POE-Component-SNMP to 1.1001

1.10 Fri Jul 25 01:39:08 PDT 2008

- lots of small fixes

1.1001 Fri Aug  1 01:58:09 PDT 2008
- nope, still didn't get it right. left a stray dependency.
  changed my version system because I seem to do this alot.  now
  releasing version 1.1001.  I'm hoping I don't have to release
  version 1.1002 tomorrow. :)

(martti)

2008-08-12 09:41:27 UTC MAIN commitmail json YAML


2008-08-12 09:41:17 UTC MAIN commitmail json YAML

Updated devel/p5-Curses-UI-POE to 0.031

Changes unknown.

(martti)

2008-08-12 09:41:08 UTC MAIN commitmail json YAML

Updated devel/p5-Curses-UI to 0.9605

Version 0.9605
==============
- MANIFEST in 0.9604 was bad, causing pertesters FAIL

Version 0.9604
==============
- MainLoop removal broke several examples. Fixed (thanks to
  Antony Gelberg)
- Japanese localization added (thanks Takatoshi Kitano)

Version 0.9603
==============
- MainLoop has been removed (please use '$cui->mainloop')
- So the circular reference of $Curses::UI::rootobject has
  been removed as well
- RT bugs 31919, 11925 (Notebook.pm testing failures) fixed,
  again thanks to Russ Allbery
- UI.pm now uses strict and warnings(!)
- UI.pm's POD and layout being overhauled
- BUGS and TODO have been nuked (RT, googlecode)

Version 0.9602
==============
- Using Module::Install now
- Removed effectively null t/99template.t which was causing
  FAILs for CPAN testers (to be replaced with more testing
  at a later date)
- Apologies for the weird previous version number

Version 0.96_01
===============
- Fixed bug in C::UI::Checkbox->get (RT#31916, Russ Allbery)
- Fixed doc bug in Tutorial.pod (rt#31918, Russ Allbery)
- Fixed doc bug in Checkbox.pm (rt#31917, Russ Allbery)
- Began POD overhaul and code reformatting

Version 0.96
============
- Added -keydelay option to new()
- Fixed Listbox docs again
- Fixed focusing bug in connection with mouse support
- Applied patches by Vitaliy Sennikov
- Doc patches by Alexey Tourbin
- Slovak translation by Marek Grac
- Removed test.pl, added note on demos to INSTALL
- Removed COLOR_TODO
- Added Coverage (Devel::Cover report)

(martti)

2008-08-12 09:17:40 UTC MAIN commitmail json YAML

Updated converters/p5-JSON to 2.12

(obache)

2008-08-12 09:17:28 UTC MAIN commitmail json YAML

Update p5-JSON to 2.12.

2.12  Wed Jul 16 11:14:35 2008
[JSON]
- made compatible with JSON::XS 2.22

[JSON::PP]
- fixed the incremental parser in negative nest level
    (pointed and patched by Yuval Kogman)

2.11  Tue Jun 17 14:30:01 2008
[JSON::PP]
- fixed the decoding process which checks number.
    regarded number like chars in Unicode (ex. U+FF11) as [\d].
- enhanced error messages compatible to JSON::XS.

(obache)

2008-08-12 07:56:49 UTC MAIN commitmail json YAML

Remove some completed updates:
- anjuta-2.4.2, drupal-5.9, epiphany-2.22.3, gst-plugins0.10-bad-0.10.8,
  gst-plugins0.10-good-0.10.9, ktorrent-2.2.6 [pkg/38494],
  libmpeg2-0.5.1, p5-PAR-0.90, p5-Pod-Tests-1.19, p5-Proc-ProcessTable-0.42
  [pkg/39229], p5-SVN-Mirror-0.73, p5-SWF-File-0.42, poppler-0.8.5,
  poppler-glib-0.8.5, poppler-qt-0.8.5, py-mysqldb-1.2.2 [pkg/38090],
  ruby-1.8.7.71 [taca], sqlitemanager-1.1.3.

(wiz)

2008-08-12 07:53:58 UTC MAIN commitmail json YAML

+ Geomyidae-0.12 [pkg/39343], arping-2.07, clive-1.0.0, dbus-1.2.3,
  diffstat-1.46, eric3-4.2.0 [now called eric4], getmail-4.8.3,
  gmp-4.2.3, gsasl-0.2.27 [pkg/39330], hylafax-5.2.7, msmtp-1.4.16
  [pkg/39337], p5-Spreadsheet-WriteExcel-2.23, py-qt3-sip-4.7.7,
  raine-0.50.15, smalltalk-3.0.4, tea-19.0.4, x264-devel-20080809,
  xscreensaver-5.07, youtube-dl-20080809.

(wiz)

2008-08-11 17:52:19 UTC MAIN commitmail json YAML

Add session and screensaver support.
Fix imlib detection.
Change master sites to live ones.
Bump revision.

(ahoka)

2008-08-11 15:58:15 UTC pkg_install-renovation commitmail json YAML

pkg_create actually does want to mess with the plist before reading it,
so introduce append_plist to give the old behavior and unbreak
pkg_create.

(joerg)

2008-08-11 15:41:26 UTC MAIN commitmail json YAML

2008-08-11 15:21:04 UTC MAIN commitmail json YAML

2008-08-11 15:10:59 UTC MAIN commitmail json YAML

One more set from this corner:

Updated www/p5-Apache-Session to 1.87
Updated devel/p5-Class-Data-Accessor to 0.04003
Updated devel/p5-Config-Any to 0.14
Updated comms/p5-Device-Gsm to 1.49
Added devel/p5-Devel-PPPort version 3.14
Updated devel/p5-Module-Install to 0.77
Updated textproc/p5-Number-Format to 1.60
Updated devel/p5-OLE-Storage_Lite to 0.17
Updated devel/p5-Object-InsideOut to 3.45
Updated devel/p5-PAR-Dist to 0.31
Added devel/p5-AutoLoader version 5.66
Updated devel/p5-PAR to 0.982
Updated textproc/p5-PDF-API2 to 0.71.001
Updated textproc/p5-PDF-Create to 1.02
Updated parallel/p5-Parallel-Pvm to 1.4.0
Added devel/p5-Test-SubCalls version 1.07
Updated devel/p5-PPI to 1.203nb1
Updated devel/p5-Perl-Critic to 1.090
Updated devel/p5-PerlIO-eol to 0.14
Updated devel/p5-PerlIO-via-dynamic to 0.13
Updated textproc/p5-Pod-Simple to 3.07
Updated textproc/p5-Pod-Tests to 1.19

(he)

2008-08-11 15:05:20 UTC MAIN commitmail json YAML

Update from version 0.18 to 1.19.

Pkgsrc changes:
o Fix PERL5_PACKLIST so that install actually works

Upstream changes:

1.19 Sat 12 Jul 2008
- Moving to a production version
- Changing to Module::Install to simplify maintenance
- Updating perl dependency to 5.005
- Updated author tests
- Some slight changes to resolve Kwalitee issues
- Stopped using MANIFEST for the tests
- Various minor whitespace and layout tweaks

(he)

2008-08-11 14:59:49 UTC MAIN commitmail json YAML

Update from version 3.05 to 3.07.  Changes:

2008-06-04  Allison Randal <allison@perl.org>
* Release 3.07

Fix module dependencies, make HTML::Entities optional and require
Test::More.

2008-06-03  Allison Randal <allison@perl.org>
* Release 3.06

Fix bugs related to passing $1 to File::Spec, reported by
Andrew Hamlin and John McNamara.

Applied a suggested fix from Kevin Ryde to return a successful exit
code when Pod::Simple::HTML is run from the command line.

Fix handling of complex L<URL> entries, thanks to tests
supplied in RT#4896.

Fix incorrect handling of S<> entries made up of entirely
whitespace, thanks to test case from Andreas Koenig.

Launch Pod::Simple::XHTML, an XHTML compliant, more easily extensible
HTML formatter.

Add feature to parse additional text after =begin target as a block
title, requested by Adam Kennedy.

Thanks to Hans Dieter Pearcey for applying patches, resolving bugs,
and generally getting ready for the release.

(he)

2008-08-11 14:51:38 UTC MAIN commitmail json YAML

Update from version 0.11nb2 to 0.13.

Pkgsrc changes:
o Add HOMEPAGE using search.cpan.org

Upstream changes:

[Changes for 0.13 - 31 May, 2008]

* Workaround a refcnt bug in Perl 5.10.0

[Changes for 0.12 - 6 Mar, 2006]

* Dummy release, as I accidentally delete the previous
  one from pause.

(he)

2008-08-11 14:49:02 UTC MAIN commitmail json YAML

Update from version 0.13nb2 to 0.14.

Pkgsrc changes:
o Add HOMEPAGE using search.cpan.org

Upstream changes:

[Changes for 0.14 - 2006-12-15]

* Doc fixes.

(he)

2008-08-11 14:46:24 UTC MAIN commitmail json YAML

Update from version 1.051 to 1.090.

Pkgsrc changes:
o Adjust dependencies to match new requirements

Upstream changes:

[1.090] Released on 2008-07-22

    Bug Fixes:
    * Test was incorrectly failing when Regexp::Parser wasn't installed.

[1.089] Released on 2008-07-21

    Minor Enhancements:
    * -s is now a synonym for --single-policy.

    Policy Changes:
    * Subroutines::ProhibitBuiltinHomonyms now also prohibits subroutines
      with the same name as a Perl keyword (e.g. if, foreach, while).
      Inspired by RT #37632.
    * Subroutines::ProtectPrivateSubs now allows expressions like
      "shift->_some_private_method();".  Note that this *only* applies
      to the "shift" function -- a private method call on the right of any
      other bareword still causes a violation.  RT #34713.
    * Subroutines::RequireFinalReturn now includes exec in the set of things
      that mark a successful return.  RT #37672
    * ValuesAndExpressions::ProhibitInterpolationOfLiterals now takes a
      allow_if_string_contains_single_quote option.  Contributed by Ed
      Avis <ed@membled.com>.  RT #36125.
    * ValuesAndExpressions::RequireInterpolationOfMetachars now supports a
      rcs_keywords option to allow for the common case where those require
      dollar signs.

    Bug Fixes:
    * BuiltinFunctions::ProhibitSleepViaSelect would complain if there were
      three undefs as arguments to select(), but one of them was the timeout.
      RT #37416.
    * Reduced false positives in
      RegularExpressions::ProhibitSingleCharAlternation.  Thanks to
      Andy Lester and Elliot Shank test cases.
    * RegularExpressions::ProhibitUnusedCapture would complain if there were
      multiple captures used in a substitution, e.g. s/(.)(.)/$2$1/.
    * Subroutines::ProhibitAmpersandSigils no longer complains about
      "sort &foo(...)".
    * Makefile.PL, Build.PL and other ".PL" scripts which typically do not
      have a shebang are no longer mistaken as modules.  This prevents
      spurious warnings from Modules::RequireEndWithOne.  RT #20481.

    Internals:
    * Tests are now self compliant.

[1.088] Released on 2008-07-04

    New Policies
    * ErrorHandling::RequireCheckingReturnValueOfEval

    Policy Changes:
    * ValuesAndExpressions::ProhibitLeadingZeros now accepts octal numbers
      for the Unix permissions argument to chmod, dbmopen, mkdir, sysopen, or
      umask, by default.  Use the "strict" option to get the old behavior.
      RT #31977.
    * Due to the consensus at YAPC::NA 2008,
      Variables::ProhibitUnusedVariables default severity has been raised to
      medium/3.

    Minor Changes:
    * The perlcritic "--Version" option is now "--version" in order to act
      like the rest of the world.

[1.087] Released on 2008-06-21

    Policy Changes:
    * CodeLayout::ProhibitParensWithBuiltins no longer complains about
      sort(foo(@x)).
    * TestingAndDebugging::RequireUseWarnings will not complain about files
      that contain a "use 5.005" statement or similar for perls prior to 5.6.
      Lesson of the day: computer conferences where you can meet in the real
      world can clarify conversations greatly.  Good to finally meet you Adam.
    * InputOutput::ProhibitTwoArgOpen similarly will not complain if there's
      a "use/require 5.005" statement in the file.  RT #34385.

    Bug fixes:
    * Perl::Critic can now critique a file named "0".  However, PPI will give
      a parse error until the next version comes out.  Fixes RT #36127.
    * Moved detection of the lack of any enabled Policies from P::C::Config
      to Perl::Critic.  This was causing the perlcritic.t in Parrot to fail.
      Note, however, there are plans afoot to change how Perl::Critic is
      configured and things that depend upon that may break.  Please contact
      users@perlcritic.tigris.org and tell us how you're using P::C::Config
      directly so that we can take your needs into account.

[1.086] Released on 2008-06-12

    Policy Changes:
    * NamingConventions::ProhibitAmbiguousNames now specifies the name that
      it had problems with in its violation descriptions.

    Bug fixes:
    * The color option wasn't being correctly set from a .perlcriticrc.
      RT #36569.

    Minor changes:
    * --colour is now a synonym for --color.

[1.085] Released on 2008-06-07

    New Policies:
    * Documentation::RequirePackageMatchesPodName

    Policy Changes:
    * Variables::ProhibitUnusedVariables detects a few more cases.  It's
      still very limited, though.

    Bug fixes:
    * ControlStructures::ProhibitUnreachableCode didn't notice "until" was an
      conditional expression.

    Minor documentation updates.

[1.084] Released on 2008-05-24

    New Features:
    * perlcritic now supports a --list-themes option.
    * You can specify the maximum number of violations you want per Policy
      per document.  Developers can give a default value for this for a
      Policy by overriding default_maximum_violations_per_document().
      See RequireUseStrict and ProhibitMagicNumbers for examples.

    Policy Moved:
    * The ValuesAndExpressions::ProhibitMagicNumbers policy has been moved
      from Perl::Critic::More into the primary Perl::Critic distribution.

    New Policies:
    * Variables::ProhibitUnusedVariables (very dumb, limited initial
      implementation.)
    * ControlStructures::ProhibitLabelsWithSpecialBlockNames
      Contributed by Mike O'Regan.  Kickin' ass, Mike.

    Policy Changes:
    * ControlStructures::ProhibitUnreachableCode now handles the perl 5.10
      "//" and "err" operators.  RT #36080
    * InputOutput::RequireBriefOpen now ignores opens of STDIN, STDOUT,
      and STDERR.  You're generally trying to make long-lasting global
      effects when manipulating these.  (RT #35774)
    * RegularExpressions::ProhibitUnusualDelimiters now supports an
      "allow_all_brackets" option.
    * RegularExpressions::RequireBracesForMultiline now supports an
      "allow_all_brackets" option.
    * TestingAndDebugging::RequireUseStrict now accepts "use Moose::Role"
      as equivalent to "use strict".  (RT #34838)
    * TestingAndDebugging::RequireUseWarnings now accepts "use Moose::Role"
      as equivalent to "use warnings".  (RT #34838)
    * ValuesAndExpressions::ProhibitMagicNumbers now accepts constant
      subroutines.
    * Variables::ProhibitMatchVars no longer detects "use English;".
      This problem is detected in a more clear way by
      Modules::RequireNoMatchVarsWithUseEnglish.
    * Variables::ProhibitPerl4PackageNames no longer complains about
      $'/$POSTMATCH.  RT #36059
    * Variables::RequireLocalizedPunctuationVars now allows the use of "my".
      RT #33937

    Bug Fixes:
    * No longer falls over if a single file has a parse error.

    New Developer Features:
    * If a document specifies a minimum perl version, e.g. "use 5.008003",
      P::C::Document::highest_explicit_perl_version() will tell you what it
      is.
    * The parameter to P::C::Policy::initialize_if_enabled is now a
      P::C::PolicyConfig object instead of a hash reference.

    Minor Changes:
    * LOTS of documentation updates.
    * A few more statistics are emitted by perlcritic with the --statistics
      option.
    * perlcritic --profile-proto now includes policy abstracts in its
      output.

    Prerequisites:
    * Now depends upon PPI 1.203.
    * New dependency upon version.

[1.083_006] Released on 2008-05-20
[1.083_005] Released on 2008-05-19
[1.083_004] Released on 2008-05-18
[1.083_003] Released on 2008-05-17
[1.083_002] Released on 2008-05-17
[1.083_001] Released on 2008-04-13

    Changes summarized into 1.084 above.  For exact details, see Changes in
    1.083_006 on BackPAN.

[1.082] Released on 2008-03-08

    New Features:
    * A new metadata system for defining policy parameters/options has been
      added.  This makes the life of policy authors easier because
      configuration validation and parsing can be taken care of
      automatically, in most cases.  This allows greater integration with
      IDEs and allows the perlcritic "--profile-proto" option to produce
      better output.

      Note: This change does NOT REQUIRE ANY CHANGES to policies outside of
      this distribution; they should continue to work as is.  However, use
      of this facility can reduce the size of your code and provide the
      means for tools to discover more about your policy.  If this change
      does break any of your policies, please let us know.

      To learn how to take advantage of this facility, read
      Perl::Critic::DEVELOPER and look at the source of any of the
      configurable policies included in this distribution.

      There is a discussion of the design considerations for this facility in
      the source repository under doc/PolicyParameter_Notes.pod.

    * Added support for "criticism-fatal" option in your perlcriticrc
      file.  This will be used by the criticism pragma to cause execution
      to abort if the file contains any violations.

    New Policy:
    * Module::RequireNoMatchVarsWithUseEnglish

    Policy Changes:
    * Added an allow_last_statement_to_be_comma_separated_in_map_and_grep
      option to ValuesAndExpressions::ProhibitCommaSeparatedStatements.
      Partial response to http://rt.cpan.org/Public/Bug/Display.html?id=27654.
    * ControlStructures::ProhibitPostfixControls gains the ability to have
      the flow control statements allowed to be modified.  This in response
      to RT #29540.
    * TestingAndDebugging::RequireUseStrict now accepts "use Moose" as
      equivalent to "use strict".
    * TestingAndDebugging::RequireUseWarnings now accepts "use Moose" as
      equivalent to "use warnings".

    Bug Fixes:
    * RT #31281 perlcritic doesn't recognize "#!/bin/env perl" shebang
    * Replace usage of Unicode property escapes with POSIX character classes
      order to restore 5.6 compatability.
    * RT #30388 ValuesAndExpressions::ProhibitVersionStrings complained
      about numbered directories in "use lib".
    * Fixed handling of badly behaved spelling programs in PodSpelling.

[1.081_006] Released on 2008-03-02
[1.081_005] Released on 2007-12-29
[1.081_004] Released on 2007-12-20
[1.081_003] Released on 2007-12-16
[1.081_002] Released on 2007-12-16
[1.081_001] Released on 2007-12-15

    Changes summarized into 1.082 above.  For exact details, see Changes in
    1.081_006 on BackPAN.

[1.080] Released on 2007-11-11

    New Features:
    * Allow a "## no critic" statement after a shebang on line 1 of a
      file.  This allows users to block violations that apply to
      whole files and still allow shebangs.

    New Policies: (funded by a Perl Foundation grant)
    * InputOutput::ProhibitExplicitStdin
    * RegularExpressions::ProhibitFixedStringMatches
    * RegularExpressions::RequireBracesForMultiline
    * RegularExpressions::ProhibitUnusualDelimiters
    * RegularExpressions::ProhibitUnusedCapture
    * RegularExpressions::ProhibitComplexRegexes
    * RegularExpressions::ProhibitSingleCharAlternation
    * RegularExpressions::ProhibitEscapedMetacharacters
    * RegularExpressions::ProhibitEnumeratedClasses
    * InputOutput::RequireBriefOpen
    * InputOutput::RequireCheckedSyscalls

    Other New Policies
    * ControlStructures::ProhibitNegativeExpressionsInUnlessAndUntilConditions

    Policy Changes:
    * Variables::ProhibitConditionalDeclarations now permits you to local-ize
      variables in conditional declarations.  This makes sense, since
      C<local> is actually a variable modifier, rather than a declaration.
      Thanks to David Golden for reporting this.

    New Developer Features:
    * Perl::Critic::Utils::PPIRegexp encapsulates interaction with
      the PPI Regexp token classes.  Those classes have very sparse
      APIs, so this package hides away the ugly fiddling with PPI
      internals.
    * Added a new optional_modules parameter for the .run syntax.

    Bug fixes:
    * PPI::Structure::List can now contain multiple children,
      so P::C::Utils::parse_arg_list() needs to handle it.

      This was done in the process of fixing
      http://rt.cpan.org/Ticket/Display.html?id=24924, which was a problem
      with TestingAndDebugging::RequireTestLabels.

    * ValuesAndExpressions::ProhibitLongChainsOfMethodCalls wasn't resetting
      chain length when it ran into the end of a sub-expression.

      http://rt.cpan.org/Public/Bug/Display.html?id=30040

    * ValuesAndExpressions::ProhibitCommaSeparatedStatements was reporting
      false positives when builtins which accept both no and multiple
      arguments were involved.

      http://rt.cpan.org/Public/Bug/Display.html?id=27654

    Internals:
    * Removed all use of Carp in favor of exceptions.

    Prerequisites:
    * Now requires PPI 1.201.  A number of workarounds for PPI bugs have been
      removed.
    * New dependency upon Exception::Class.

    Installation:
    * Use Devel::CheckOS to see whether Perl::Critic is being installed on
      a Solaris system and warn about tar(1) chopping file names off if it
      is.

[1.079_003]  Released on 2007-10-22
[1.079_002]  Released on 2007-10-21
[1.079_001]  Released on 2007-10-09

    Changes summarized into 1.080 above.  For exact details, see Changes in
    1.079_003 on BackPAN.

[1.078]  Released on 2007-09-19

    Restore Perl::Critic::TestUtils::should_skip_author_tests() and
    get_author_test_skip_message().  Some Perl::Critic add-on distributions
    are using them.

[1.077]  Released on 2007-09-15

    Note: if you don't have any problems installing Perl::Critic 1.076, there
    is no need to upgrade to this version.  There are no functionality
    changes.  This release only contains changes related to installation that
    a few people were experiencing.

    Minor changes:
    * Removed build-time use of Readonly, again, due to problems some people
      were having when trying to compile the code by hand, rather than using
      CPAN(PLUS)?.
    * Don't run author tests if there's a .svn directory present because
      users who grabbed the code from the source repository were executing
      them and getting failures.
    * Don't generate optional, module-hiding test wrappers if author tests
      are not enabled.

[1.076]  Released on 2007-09-07

    It appears from reports on the 1.075_001 release that the subroutine
    sigils were indeed the problem.  Release to the general populace.

[1.075_001]  Released on 2007-09-06

    Bug Fixes:
    Undo the changes in 1.073 and 1.074.  Instead, stop using the subroutine
    sigil in import and export lists.  It is suspected that the problem lies
    with Exporter stripping off ampersands.

[1.074]  Released on 2007-09-04

    Bug Fixes:
    Repeat the Makefile.PL change on
    t/generate_without_optional_dependencies_wrappers.PL.
    I love CPAN Testers.

[1.073]  Released on 2007-09-04

    Bug Fixes:
    Work around problems with the combination of Exporter & Readonly in
    Makefile.PL on some machines.

[1.072]  Released on 2007-09-03

    Bug Fixes:
    * The Makefile generated by Makefile.PL was not syntactically correct
      according to some versions of Solaris.  Thanks to Diab Jerius
      (DJERIUS) for discovery and testing.
    * Fixed mis-definition of "quiet" value for the "--profile-strictness"
      option.
    * Enhanced testing with the absence of optional modules.

[1.071]  Released on 2007-08-24

    The "Brown Paper Bag" Release

    Bug Fixes:
    * Tests would not pass in environments that did not have all optional
      dependencies installed.

(he)

2008-08-11 14:41:14 UTC MAIN commitmail json YAML

Updated net/powerdns, net/powerdns-ldap, net/powerdns-mysql, net/powerdns-pgsql
and net/powerdns-sqlite to 2.9.21.1.

(ghen)

2008-08-11 14:39:14 UTC MAIN commitmail json YAML

acroread7-7.0.9nb2: start with a clean LD_LIBRARY_PATH (else trying
to use NetBSD shared libraries at least when started by firefox).

(is)

2008-08-11 14:38:33 UTC MAIN commitmail json YAML

2008-08-11 14:37:32 UTC MAIN commitmail json YAML

Add an entry for the DESTDIR part of the system.

(joerg)

2008-08-11 14:33:14 UTC MAIN commitmail json YAML

Update from 1.203 to 1.203nb1.

Pkgsrc changes:
o Minor adjustments to dependencies and build dependencies

(he)

2008-08-11 14:29:20 UTC MAIN commitmail json YAML

Protect against LD_LIBRARY_PATH forcing us to load NetBSD shared libraries.

(is)

2008-08-11 14:19:40 UTC MAIN commitmail json YAML

Add p5-Test-SubCalls.

(he)

2008-08-11 14:18:59 UTC MAIN commitmail json YAML

Import p5-Test-SubCalls version 1.07.

There are a number of different situations (like testing cacheing
code) where you want to want to do a number of tests, and then
verify that some underlying subroutine deep within the code was
called a specific number of times.

This module provides a number of functions for doing testing in
this way in association with your normal Test::More (or similar)
test scripts.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(he)

2008-08-11 14:00:23 UTC MAIN commitmail json YAML

Updated net/powerdns to 2.9.21nb2.

(ghen)

2008-08-11 13:59:48 UTC MAIN commitmail json YAML

Fix for CVE-2008-3337 taken from PowerDNS 2.9.21.1: return SERVFAIL to
mailformed queries instead of just dropping them (as this facilitates
DNS spoofing attacks).  Bump PKGREVISION.

(ghen)

2008-08-11 13:48:22 UTC MAIN commitmail json YAML

Update from version 1.3.0nb4 to 1.4.0.  Changes:

1.4.0-pre1
----------
2005-07-16 Ernst Rohlicek jun. <ernst.rohlicek@inode.at>

* Pvm.xs, Pvm.pm: Finished adding functionality of PVM v3.4 - siblings,
contexts and message boxes with their according new contants. All added
functionality tested.

Message handlers still missing. Testing routines for inclusion
in package still missing.

NOTE: Also created an ebuild (installation script) for the Gentoo
distribution.

(he)

2008-08-11 13:28:15 UTC MAIN commitmail json YAML

Update from version 0.01nb3 to 1.02.

Pkgsrc changes:
o Add HOMEPAGE using search.cpan.org

Upstream changes:

commit 73d46b5...
Author: Markus Baertschi <markus@markus.org>
Date:  Thu Jul 10 17:49:15 2008 +0200

    Fixed gif image processing on big-endian machines.
    Thanks to Neil Watkiss <neil.watkiss@gmail.com> for the patch !

commit 52789c0...
Author: Markus Baertschi <markus@markus.org>
Date:  Tue Jun 3 14:47:38 2008 +0200

    Additions to Page.pm by Slaven

commit 886ea2e...
Author: Markus Baertschi <markus@markus.org>
Date:  Tue Jun 3 12:43:41 2008 +0200

    Renamed Image modules to fix bug 28636 (rt.cpan.org).

commit 7acfe62...
Author: Markus Baertschi <markus@markus.org>
Date:  Tue Jun 3 10:53:56 2008 +0200

    Updates Michael's email, added reference to git repository at github

commit e52ef1f...
Merge: 88fad3e... 875425d...
Author: Markus Baertschi <markus@markus.org>
Date:  Sat May 31 19:26:23 2008 +0200

    Merge branch 'master' of git://github.com/markusb/pdf-create

commit 88fad3e...
Author: Markus Baertschi <markus@markus.org>
Date:  Sat May 31 19:20:33 2008 +0200

    Updated version to 1.0 to fit better with PDF::Create and show maturity

commit ccf26de...
Author: Markus Baertschi <markus@markus.org>
Date:  Sat May 31 19:18:35 2008 +0200

    Updated build system to generate Changes file directly from git log

commit 28b0922...
Author: Markus Baertschi <markus@markus.org>
Date:  Sat May 31 12:49:32 2008 +0200

    Version 1.0

commit 875425d...
Author: Markus Baertschi <markus@markus.org>
Date:  Sat May 31 12:49:32 2008 +0200

    Version 1.0

commit 9adbcbf...
Author: Markus Baertschi <markus@markus.org>
Date:  Sat May 31 12:05:17 2008 +0200

    More POD fixing

commit 6f7ba3f...
Author: Markus Baertschi <markus@markus.org>
Date:  Sat May 31 11:23:50 2008 +0200

    Version 0.10

commit f9e1656...
Author: Markus Baertschi <markus@markus.org>
Date:  Fri May 30 09:00:53 2008 +0200

    Clarified documentation

commit da76efc...
Author: Markus Baertschi <markus@markus.org>
Date:  Thu May 29 22:04:07 2008 +0200

    Fixed 'Rotate', added debugging

commit e240621...
Author: Markus Baertschi <markus@markus.org>
Date:  Tue May 20 19:44:21 2008 +0200

    Fixed documentation formatting

commit fe3823d...
Author: Markus Baertschi <markus@markus.org>
Date:  Tue May 20 18:00:13 2008 +0200

    Added small cgi sample

commit 87fc07f...
Author: Markus Baertschi <markus@markus.org>
Date:  Tue May 20 17:21:57 2008 +0200

    Changed version to 0.9

commit 90f37ce...
Author: Markus Baertschi <markus@markus.org>
Date:  Tue May 20 17:18:40 2008 +0200

    Cleaned up samples and comments

commit 2b50205...
Author: Markus Baertschi <markus@markus.org>
Date:  Tue May 20 17:07:10 2008 +0200

    Added better testing

commit 48262cc...
Author: Markus Baertschi <markus@markus.org>
Date:  Tue May 20 17:03:48 2008 +0200

    Improved documentation

commit 3ed3ded...
Author: Markus Baertschi <markus@markus.org>
Date:  Tue May 20 17:02:30 2008 +0200

    Add error-checking

commit a726f88...
Author: Markus Baertschi <markus@markus.org>
Date:  Sun Sep 30 19:00:42 2007 +0200

    Re-added pdf-logo files

commit 1490f88...
Author: Markus Baertschi <markus@markus.org>
Date:  Sun Sep 30 18:59:04 2007 +0200

    New function: printnl (print multiple lines)
    Modified: get_page_size (arguments case-independent)

commit e4d7378...
Author: Markus Baertschi <markus@markus.org>
Date:  Mon Sep 3 18:05:29 2007 +0200

    Initial import.

Version 0.09 30.9.2007
- Markus Baertschi, markus@markus.org
  Added stringml for multi-line strings
  Changed get_page_size to case-independent

Version 0.08 3.9.2007
- Markus Baertschi, markus@markus.org
  Get back in sync with CPAN/PAUSE
  Fixed check for open file in Create.pm
  Touched up the README

Version 0.07
- Markus Baertschi, markus@markus.org
  Added image samples to sample.pl
  Touched up the README
  Added check for open file in JPEG/GIFImages

Version 0.06
- Fabien Tassin
  Added support for JPEG and GIF images
- Markus Baertschi, markus@markus.org
  Packaged for release on CPAN

(he)

2008-08-11 13:22:34 UTC MAIN commitmail json YAML

Update from version 0.69 to 0.71.001.

The upstream package does not have a change log, and there
is already an open RT ticket for this problem as well.

A diff doesn't reveal anything which appears to be earth-shattering.

(he)

2008-08-11 13:11:19 UTC MAIN commitmail json YAML

Update from version 0.89nb2 to 0.982.

Pkgsrc changes:
o Simplify HOMEPAGE
o Simplify MASTER_SITES
o Adjust dependencies
o Add dependency on newer p5-AutoLoader

Upstream changes:

[Changes for 0.982 - Aug 10, 2008]
* New features
  - Moved the routines that setup the PAR_TEMP environment variable
    to a separate module in the distribution so it's possible to
    use PAR::Repository::Client without loading all of PAR.
  - Same for the function that sets up PAR_PROGNAME.

* Bug fixes, etc.
  - Upgrade to Module::Install 0.77
  - Fix for running scripts from repositories.

[Changes for 0.980 - May 22, 2008]
* Bug fixes, etc.
  - The function PAR::get_filehandle() that was introduced in 0.979
    is really broken because Archive::Zip is broken. Turns out calling
    Archive::Zip::Member->fh() returns a file handle to the zip file,
    not a virtual/tied/whatever file handle to the member file.
    Therefore, the get_filehandle() function has been removed again until
    we work around this issue.
  - Upgrade to Module::Install 0.73

[Changes for 0.979 - May 13, 2008]
* New features
  - New function PAR::get_filehandle() returns a file handle for a file
    in any open .par files. Similar to read_file().

[Changes for 0.977 - Oct 19, 2007]
* Bug fixes, etc.
  - HPUX doesn't like shared libraries being unlinked while in use. So don't
    try to do this even in clean mode. (Workaround will be in par.pl)
    (Scott Stanton)
  - Fix DLL extraction file name matching in PAR::Heavy.
  - Save two system calls per DLL during DLL extraction in PAR::Heavy.

[Changes for 0.976 - Jul 29, 2007]
* New features
  - Use Archive::Unzip::Burst for unpacking binary executables if
      available. (This yields a significant startup speed-up.)

* Bug fixes, etc.
    - Removed the auto_install feature from Makefile.PL. auto_install
      is conceptually broken.

[Changes for 0.973 - Feb  3, 2007]
* New features
    - A new option for the "use PAR { ... };" use case:
      "no_shlib_unpack" signals that for this particular .par file,
      shared libraries that were added with the --lib option should
      not be extracted. This allows users to do their own cache
      handling for these libraries.
    - PAR no longer unpacks *all* shared libraries by default but only
      those in the shlib/ directory (i.e. added with --lib).
      The shared libraries in auto/ should be picked up by the DynaLoader
      hack.
    - If available, the prefork.pm module will be used to declare
      run-time dependencies for better memory use in forking
      environments.
    - PAR now uses a caching mechanism to speed up the extraction process.
      This should particularly impact users of the "use PAR {file =>...}"
      form.

* Bug fixes, etc.
    - Applied an optimization of the unpacking process on case insensitive
      file systems.

[Changes for 0.972 - Jan 16, 2007]
* Bug fixes, etc.
    - Removed PAR::AutoLoaderFix again. It wasn't working as expected
      all the time.
    - To fix the problem AutoLoaderFix was supposed to fix, we now
      require AutoLoader 5.62 or newer which was just recently released
      to CPAN. (Previously only available from blead perl.)

[Changes for 0.971 - Jan 12, 2007]
* Bug fixes, etc.
    - Fixed typo in the POD. (Jerrad Pierce)
    - Included fix for a bug in AutoLoader.pm as shipped with all
      perl versions up to and including 5.8.8 as PAR::AutoLoaderFix.
      This cures a problem of endless looping when the %INC entry of a
      module doesn't point to a file of the same name.
      This may happen during "use PAR 'foo.par'".

[Changes for 0.970 - Dec  3, 2006]
* This release introduces some rather radical changes, so read carefully:
* All PAR::Packer related logic has been moved to a separate distribution,
  PAR-Packer. This includes pp, parl and all packaging tools. This way,
  PAR becomes a pure-Perl distribution that can be most easily installed by
  users of software which requires PAR.
  Developers who want to use the PAR packager, pp, need to install the
  PAR-Packer distribution from CPAN.

[Changes for 0.961 - Nov 23, 2006]
* Bug fixes, etc.
    - PAR::StrippedPARL::Base->write_parl() failed to work if the @INC
      directories contained spaces in 0.960. (Steven Mackenzie)
    - Much improved documentation of the environment variables
      (Glenn Linderman)
    - Fix for a spaces-in-pathname problem on Windows for
      t/30-current_exec.t. (Malcolm Nooning)

[Changes for 0.960 - Nov 21, 2006]
* Bug fixes, etc.
    - myldr/Makefile.PL fix: Clean up myldr/usernamefrompwuid.h.
    - Silence warning in myldr/internals.c.
    - Silence warnings seen on Irix from myldr/env.c.
    - Skip most tests in 10-parl-generation.t if there is no parl.
    - Skip loading ActiveState Perl's "sitecustomize.pl" in par.pl.
    - Load modules via require and other files via do.
    - The parl-regeneration-for-every-pp-call addition of the 0.958 release
      should now also work for static perls.

* New features
    - Adressing RT ticket #6612: Now using getpwuid() to determine the
      user name if supported by the OS.

[Changes for 0.959 - Nov 12, 2006]
* This is just a hotfix release because 0.958 lacked META.yml. One day, I will
  switch from Module::Install to Module::Build...

[Changes for 0.958 - Oct 25, 2006]
* Bug fixes, etc.
    - myldr/Makefile.PL fix: make static.o depend on mktmpdir.c, my_perl.c,
      my_par.c. (Roderich Schupp)
    - Modules included with the -M option to pp were previously scanned
      for dependencies but not mapped through the
      %Module::ScanDeps::Preload hash for custom dependencies. That's
      fixed now.
    - $ENV{PAR_RUN} isn't set by PAR::Packer any more because nothing in
      the PAR sources uses it. $ENV{PAR_RUN} is no longer used by PAR
      at all.
    - Unified the environment variables which are looked at for
      finding the system's temporary directory.

* New features
    - During the build process, PAR appends stripped down copies of parl
      (and parldyn if applicable) to the data classes
      PAR::StrippedPARL::Static and ::Dynamic. These
      parls-without-embedded-modules are used for packaging so the formerly
      embedded modules are now packaged from the packaging system. (Instead
      of stemming from the system where PAR/parl was built.)
    - The "use PAR { repository => $url };" syntax now also supports
      the use of user-constructed PAR::Repository::Client objects instead
      of an URL.
    - The -F (module code filter) option now supports selective filtering
      of modules. The syntax is "-F FILTER=REGEX" or - as before -
      "-F FILTER". The regular expression is applied to the *file name*,
      of the module inside the PAR (e.g. Foo/Bar.pm). This behaviour was
      chosen over matching against the module name (e.g. Foo::Bar) because
      the filters can be applied to module-like and script files as well
      (.pl, .al, etc.).
    - Updated PAR/FAQ.pod with the new FAQ's from the PAR wiki.
    - Added a POD file PAR/Environment.pod which is intended to become
      an index of all environment variables PAR uses of its own or
      recognizes from its users. Still mostly a stub.

[Changes for 0.957 - Oct 24, 2006]
* Bug fixes, etc.
    - Fix executable PARs top properly detect embedded scripts
      named the same as the executable. (Jesse Vincent)
    - Comment out the call to par_current_exec_proc (in the C loader)
      which breaks the use of symlinks to pp-ed executables when not
      called with a path. (I.e. using a search in $PATH).

[Changes for 0.956 - Oct  3, 2006]
* This is another hotfix release. Fixed a mindless bug introduced in 0.955.

[Changes for 0.955 - Oct  3, 2006]
* Bug fixes, etc.
    - 0.952 introduced removal of system module search paths if -B is in
      effect. This resulted in some valid PAR-related paths being removed
      as well. Fixed. Upgrading from 0.952 and 0.954 is suggested.
    - Changed the use of hard-coded '/' as path-separator to using File::Spec.

[Changes for 0.954 - Sep 26, 2006]
* This release is equivalent to 0.953. The 0.953 CPAN upload is
  broken!

[Changes for 0.953 - Sep 18, 2006]
* Bug fixes, etc.
    - Added optional POD tests.
    - Modified -B so that if -B is in effect, all entries are stripped
      out of @INC except for the PAR hooks. This happens right before
      the script contained in the pp-ed binary is executed.

[Changes for 0.952 - Aug 22, 2006]

* New features
    - Added the "install" option to the PAR loading syntax.
      If specified, the contents of the PAR distribution are
      permanently installed.
      This requires PAR::Repository::Client 0.04.

* Bug fixes, etc.
    - Fixed broken META.yml in 0.951.

[Changes for 0.951 - Aug 12, 2006]
(This includes any changes up to 0.950.)

* New features

    - Introduced new PAR loading syntax and semantics:
      use PAR { file => 'path/to/par/or/URL' };
      ==> equivalent to "use PAR 'path/to/par/or/URL';"
    - Introduced the 'fallback' option: (default = 0)
      use PAR { file => 'foo.par', fallback => 1 };
      ==> Loads modules from the PAR file only if loading
          them from @INC did not succeed.
    - Introduced the 'run' option which executes a script
      in a PAR archive just like
      perl -MPAR foo.par script.pl
    - If PAR::Repository::Client is installed, you can add a
      repository of .par distributions to your library search path
      as follows:
      use PAR { repository => 'http://foo' };
    - Of course, 'run' also works with repositories:
      use PAR { repository => 'http://foo', run => 'my_app' };
      (This searches the repository for any distributions that have a
      my_app script.)
    --> For details on repositories, have a look at the
        PAR::Repository::Client module.

- Bug fixes, etc.

    - Commented a couple of the routines in PAR.pm. (Yay!)
    - New test script for the new fallback loading feature.
    - Fixed a bug in the Spreadsheet::ParseExcel handling in
      PatchContent.pm.

[Changes for 0.942 - Jul 22, 2006]

* Bug fixes, etc.

    - Better support for diagnostics.pm (in conjunction with
      Module::ScanDeps 0.62.)
    - Now requiring Module::ScanDeps 0.62.

[Changes for 0.941 - Jun 20, 2006]
(No, PAR isn't stagnating. It's just that 1.00 would draw close if
we continued with 0.01 increases.)

* Bug fixes, etc.

    - Version 0.94 of PAR would use the same cache area for all pp-ed
      applications due to a faulty hotfix for Digest::SHA. This applies
      to PAR 0.94 only. Think of 0.941 being PAR 0.94 done right.

[Changes for 0.94 - Jun  1, 2006]

* New Features

    - Added support for reading options to pp from a file using a
      '@filename' argument to pp:  pp -o foo --gui @filename foo.pl

* Bug fixes, etc.

    - Workaround for a bug in Digest::SHA 5.38 and 5.39 that would prevent
      PAR from being built.
    - Fixed details in the 2-pp.t test file.
    - Now recognizes text files that aren't picked up by the -T operator
      but by the "file" tool.
    - Applied Roderich Schupp's patch to 30-current_exec.t to fix a
      path issue.
    - Now requiring Module::ScanDeps 0.60 which fixes a couple of bugs
      which might be observed as PAR bugs.
    - Now working well with Spreadsheet::ParseExcel which uses an invalid
      POD section to comment out a code block. This wasn't recognized by
      PAR::Filter::PodStrip as POD and hence partly left in...
    - If the output directory doesn't exist, we create it now and output
      a meaningful error message if that failed.

[Changes for 0.93 - May 19, 2006]

* New Features

    - Added support for PAR_TMPDIR (PAR_GLOBAL_TMPDIR) so that the
      temp directory can be controlled for just the PAR file bits.
      (Leolo)
    - Added par_current_exec_proc() which finds the file of the current
      executable in /proc, if possible. (Leolo)
    - Added par_current_exec() which finds he file of the current
      executable, if possible on this OS. (Leolo)
    - par_findprog() now uses par_current_exec() if possible.

* Bug Fixes, etc.

    - Upgraded to Module::Install 0.62+ (Audrey Tang, Steffen Mueller)
    - Document a strange interaction with chdir() and relative
      paths. (Chris Dolan)
    - Documented the bits that make up PAR_TEMP. (Leolo)
    - Fixed the call to par_findprog. path (aka val) was set to
      tmpdir. (Leolo)
    - Documented the CACHE name at the end of a self-executing
      PAR. (Leolo)
    - myldr/Makefile.PL now generates some dependencies for
      main.c (Leolo)
    - Applied patch from RT ticket. (tsee)
      https://rt.cpan.org/Ticket/Display.html?id=13959
    - Applied Ivan Kudryavtsev's patch that fixes a couple of calls
      to PAR subroutines in PatchContent filtered code. (tsee)

[Changes for 0.92 - February 22, 2006]

* Bug Fixes

    - Now requiring Module::ScanDeps 0.56 which handles autouse
      correctly.
    - Now shipping with a correct SIGNATURE. (Which was broken for
      0.91.)

[Changes for 0.91 - February 13, 2006]

* Bug Fixes

    - Applied Alan Stewart's patch which fixes @ARGV pollution in
      daughter programs. See also
      http://www.nntp.perl.org/group/perl.par/2152
    - Now mentioning the ENV var "PAR_VERBATIM" in the documentation.
      See also http://www.nntp.perl.org/group/perl.par/2196
    - Applied Malcolm Nooning's fix for the test suite. We used to get
      failed tests on Windows because of spaces in path names.
    - Applied Roderich Schupp's and Malcolm Nooning's patches to
      the test suite fixing problems with Cygwin.
    - Applied Vincent Ladeuil's patch to PAR::Filter::Bleach to return a
      true value for modules that loaded okay.
    - Changed 'PAR_BASE' in the Makefile.PL to 'SMUELLER'.

[Changes for 0.90 - November 25, 2005]

* Bug Fixes

    - When compiling with static libperl, myldr/ may fail "make"
      due to sha1.c not generated properly.

    - Pod stripping could fail on __DATA__ sections for files
      with CRLF line endings.

    - The documentation erroneously referred to the PAR_TEMP
      environment variable, whereas it should be PAR_GLOBAL_TEMP.

    - Compilation fixes for MinGW/MSYS.

(he)

2008-08-11 13:07:43 UTC MAIN commitmail json YAML

Add p5-AutoLoader.

(he)

2008-08-11 13:06:47 UTC MAIN commitmail json YAML

Import p5-AutoLoader version 5.66.

The AutoLoader module works with the AutoSplit module and the
__END__ token to defer the loading of some subroutines until they
are used rather than loading them all at once.

To use AutoLoader, the author of a module has to place the definitions
of subroutines to be autoloaded after an __END__ token. (See
perldata.) The AutoSplit module can then be run manually to extract
the definitions into individual files auto/funcname.al.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(he)

2008-08-11 12:53:35 UTC MAIN commitmail json YAML

Updated from version 0.29 to 0.31.  Changes:

By: smueller on 2008/05/28
    * Fix small bug in _unzip that could cause double extraction.
    * This is 0.31.

(he)

2008-08-11 12:48:45 UTC MAIN commitmail json YAML

Update from version 3.34 to 3.45.

Pkgsrc changes:
o Change module type to Module::Build.

Upstream changes:

3.45 Fri Jul 11 18:58:46 2008
- Don't clone deep internally held objects

3.44 Fri Jul 11 17:39:35 2008
- Don't clone internally held objects

3.43 Tue Jun 24 18:05:10 2008
- Added 'scalar' type checking

3.42 Fri Jun 13 17:35:27 2008
- End all tests with exit(0) and fix SKIPs
- Recommended modules in META.yml

3.41 Fri May 16 11:16:30 EDT 2008
- Changed function shared_clone() to clone_shared() in Util.pm
- Handle circular refs when cloning data

3.39 Mon Mar 10 20:25:30 2008
- Catch unhandled params to ->new()

3.38 Tue Feb 26 16:54:46 2008
- No shared copying if no threads

3.37 Tue Feb 19 19:01:56 2008
- Fixed another preformance issue with reclaiming object IDs
- Fix testing under Perl 5.8.0

3.36 Fri Feb 15 19:45:37 2008
- Shared copies of refs of refs

3.35 Fri Dec 21 15:18:29 2007
- Set min threads::shared version when overloading '==' operator
    for shared objects
- Added a countdown indicator to Term::YAPI

(he)

2008-08-11 12:43:24 UTC MAIN commitmail json YAML

Update from version 0.15 to 0.17.  Changes:

0.17  Tue May 10  00:00:00 2008

    - Rewrote internal date handling functions to avoid
      Math::BigInt due to further problems introduced by the
      patch in 0.15.
      http://rt.cpan.org/Public/Bug/Display.html?id=34567
      Reported by Andrew Benham.

0.16  Tue Feb 19  23:00:00 2008

    - Workaround for HP-UX Perl 5.6 integer bug.
      Thanks Bob Rose.

    - Fix for binmode() on IO::Scalar.
      Reported by Tobias Tacke:
      http://rt.cpan.org/Public/Bug/Display.html?id=32603

(he)

2008-08-11 12:39:53 UTC MAIN commitmail json YAML

Update from version 1.52 to 1.60.

Pkgsrc changes:
o Use dist/ on search.cpan.org instead of personal page

Upstream changes:

Changes for version 1.60 (Jul 2, 2008)
------------------------
  - Rewrite new() and format_price() to use mon_* POSIX Locale values
  - Add all missing POSIX Locale variables
    (Thanks to Kevin Ryde for help identifying the problem)

(he)

2008-08-11 12:39:08 UTC MAIN commitmail json YAML

Note update of textproc/p5-XML-Atom-SimpleFeed package to 0.82.

(kleink)

2008-08-11 12:36:46 UTC MAIN commitmail json YAML

Update p5-XML-Atom-SimpleFeed to 0.82; changes since 0.8 include:

0.82 (2008-06-21)

* I can't believe no one noticed in such a long time that the XML
  escaping function was broken. I need unit tests

* Also, the date in the changelog entry for 0.81 was wrong.

0.81 (2008-06-21)

* Put private functions in XML::Atom::SimpleFeed::YeWhoEnters and
  placed methods in XML::Atom::SimpleFeed explicitly. This gets rid of
  approximately 734 prefix underscores.

* It turns out Carp::Clan wasn't even necessary, Carp works
  that way by default. *blush*

* More big POD cleanups (converted lots of list items to
  subheadings so they're linkable and listed in the TOC).

* Throw out the pointless POD and POD coverage tests.

* Automatically escape the content of the icon, id, logo,
  published, and updated elements. Oops. (CPAN RT #36961)

(kleink)

2008-08-11 12:33:54 UTC pkgsrc-2008Q2 commitmail json YAML

2008-08-11 12:33:37 UTC MAIN commitmail json YAML

Update from version 0.76nb1 to 0.77.

Pkgsrc changes:
o Adjust dependencies, add p5-Devel-PPPort

Upstream changes:
0.77 Fri  8 Aug 2008
- Don't break directories starting with inc(oming) (ADAMK, RT #30637)
- Adding more phrases to recognise GPL variants (ADAMK, RT #35195)
- Skip 03_autoinstall.t except at release, as it can hang in some
  situations (ADAMK, #29448)
- Add a file check to the all_from param (ADAMK, #24586)
- Fixed bug in can_run when PATH starts with a sep (ADAMK, #29866)
- Don't overwrite dist args if there is a preop (ADAMK, #36831)
- Bug fix in the command dispatcher (ADAMK, #27327)
        - perl_version now understands three-part Perl versions like
          5.8.1 (PJF, RT #38317)
- Numify version.pm objects when generating YAML (ADAMK)

(he)

2008-08-11 12:32:53 UTC pkgsrc-2008Q2 commitmail json YAML

pullup ticket #2479 - requested by tron
p5-Error: required for ticket #2472

revisions pulled up:
pkgsrc/devel/p5-Error/Makefile 1.17
pkgsrc/devel/p5-Error/distinfo 1.8

  Module Name: pkgsrc
  Committed By: rhaen
  Date: Tue Jul 22 08:05:15 UTC 2008

  Modified Files:
  pkgsrc/devel/p5-Error: Makefile distinfo

  Log Message:
  updated to 0.17015

  ChangeLog:
  Jul 19 2008 <shlomif@iglu.org.il> (Shlomi Fish)

    Error.pm #0.17015
    - Added the "SEE ALSO" section to the Error.pm POD mentioning
    Exception::Class and Error::Exception.

(rtr)

2008-08-11 12:28:51 UTC MAIN commitmail json YAML

Add p5-Devel-PPPort.

(he)

2008-08-11 12:28:01 UTC MAIN commitmail json YAML

Import devel/p5-Devel-PPPort version 3.14.  ("Perl/Pollution/Portability")

Perl's API has changed over time, gaining new features, new functions,
increasing its flexibility, and reducing the impact on the C
namespace environment (reduced pollution). The header file written
by this module, typically ppport.h, attempts to bring some of the
newer Perl API features to older versions of Perl, so that you can
worry less about keeping track of old releases, but users can still
reap the benefit.

Devel::PPPort contains a single function, called WriteFile. Its
only purpose is to write the ppport.h C header file. This file
contains a series of macros and, if explicitly requested, functions
that allow XS modules to be built using older versions of Perl.
Currently, Perl versions from 5.003 to 5.10.0 are supported.

This module is used by h2xs to write the file ppport.h.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(he)

2008-08-11 12:14:21 UTC MAIN commitmail json YAML

2008-08-11 12:14:10 UTC MAIN commitmail json YAML

Updated VIM to 7.2

This is a minor release of Vim.  In the 15 months since Vim 7.1 many
bugs were fixed and runtime files have been added and updated.  There
are also security improvements, therefore it's a good idea to upgrade.

The main new feature since 7.1 is floating point support.  You can use
it in the Vim script language to add up a list of amounts, for example.

Once you have installed Vim 7.2 you can find details about the changes
since Vim 7.1 with ":help version-7.2".

(martti)

2008-08-11 12:12:13 UTC MAIN commitmail json YAML

Update from version 1.48 to 1.49.

Pkgsrc changes:
o Added HOMEPAGE using search.cpan.org

Upstream changes:
1.49  Sat Aug  9 15:12:00 CET 2008
    - Modified manufacturer() to work also with some Motorola phones,
      that report AT+CGMI in a slightly different way.
    - Changed by phone number :)

(he)

2008-08-11 12:04:46 UTC MAIN commitmail json YAML

Update from version 0.12 to 0.14.  Changes:

0.14 Wed 06 Aug 2008
    - skip xml failure tests if XML::LibXML < 1.59 is installed, it seems
      to parse anything you throw at it (Matt S. Trout)

0.13 Tue 05 Aug 2008
    - show actual parse error when parse fails (Marcus Ramberg)
    - ensure Config::Tiny parse errors are trapped
    - added tests for each format to ensure they throw parse errors
    - added a caveat regarding XML::Simple's strict mode (Peter Corlett)
    - added a flatten_to_hash option to return a simple key-value hashref
      instead of the default "arrayref of hashrefs" (Pedro Figueiredo)

(he)

2008-08-11 11:52:08 UTC MAIN commitmail json YAML

Update from version 0.04002 to 0.04003.  Changes:

0.04003 Thur Aug 07 19:27:33 2008
    - Changed license to Perl now that Inheritable has also changed
    - Class::Data::Accessor is not deprecated in favor of
Class::Accessor::Grouped or Moose

(he)

2008-08-11 11:47:15 UTC MAIN commitmail json YAML

Update from version 1.86 to 1.87.  Changes:

1.87=1.86_03  2008-08-08
1.86_03  2008-08-03 by Alexandr Ciornii
  - disabled 99semaphore.t. Help needed.

1.86_02  2008-06-27 by Alexandr Ciornii
  - correct number of tests in 99semaphore.t

1.86_01  2008-06-20 by Alexandr Ciornii
  - use Carp::confess in Apache::Session::Lock::Semaphore
  - more info in die message in Apache::Session::Generate::MD5
    (RT#36412, by Knu t Arne Bjorndal)
  - semaphore tests check for semctl availability
  - Makefile.PL prints message if perl version < 5.006

(he)

2008-08-11 10:43:15 UTC MAIN commitmail json YAML

firefox and firefox-gtk bumped to 2.0.0.16nb1 to fix alignment problems.

(martin)

2008-08-11 10:09:21 UTC MAIN commitmail json YAML

Add "unicode" processing alignment patch from mozilla's bugzilla to make
firefox work again on archs requiring strict alignement.
Bump pkgrevision.

(martin)

2008-08-11 08:51:05 UTC MAIN commitmail json YAML

If the Emacs flavour is "xemacs", don't pull in the www/w3 support, pull in
"xemacs-packages" instead.  Also, make sure that the Lisp installation
directory is correct for all flavours.

Patch from PR39287 from Anthony Mallet, with minor modification to pull in
"xemacs-packages" as a replacement for "www/w3".

(dsainty)

2008-08-11 07:04:09 UTC MAIN commitmail json YAML

Note update of Ruby 1.8.7.72 (1.8.7-p72) related pacakges.

lang/ruby18-base
databases/ruby-gdbm
devel/ruby-curses
devel/ruby-readline
x11/ruby-tk
lang/ruby18
lang/ruby
devel/ruby-mode

(taca)

2008-08-11 06:59:55 UTC MAIN commitmail json YAML

Update ruby-curses package to 1.8.7.72.
It is distfile change only.

(taca)

2008-08-11 06:59:40 UTC MAIN commitmail json YAML

Update ruby-curses package to 1.8.7.72.
It is distfile change only.

(taca)

2008-08-11 06:58:33 UTC MAIN commitmail json YAML

Update ruby18-base to 1.8.7.72 (Ruby 1.8.7-p72).

These packages are implicitly updated with distfile update only.

databases/ruby-gdbm
devel/ruby-readline
lang/ruby
lang/ruby18

Here's quote from release announce:

Sorry for a fuss, but it turned out that taintness check of dl in last
releases I made was incomplete. Here are fixes for that.

And relevant changes:

Mon Aug 11 09:37:17 2008  Yukihiro Matsumoto  <matz@ruby-lang.org>

* ext/dl/dl.c (rb_str_to_ptr): should propagate taint to dlptr.

* ext/dl/dl.c (rb_ary_to_ptr): ditto.

* ext/dl/sym.c (rb_dlsym_call): should check taint of DLPtrData as
  well.

(taca)

2008-08-10 22:09:38 UTC pkg_install-renovation commitmail json YAML

2008-08-10 22:08:17 UTC pkg_install-renovation commitmail json YAML

2008-08-10 19:50:47 UTC MAIN commitmail json YAML

2008-08-10 17:40:00 UTC MAIN commitmail json YAML

Use patch --suffix instead of -b, the latter will be problematic when
PR  11220 gets addressed.

(joerg)

2008-08-10 17:39:15 UTC MAIN commitmail json YAML

Remove long outdated comment about full destdir not working completely.

(joerg)

2008-08-10 17:03:49 UTC pkgsrc-2008Q2 commitmail json YAML

2008-08-10 17:02:26 UTC pkgsrc-2008Q2 commitmail json YAML

Pullup ticket 2480 - requested by drochner
Security patches for python24

Revisions pulled up:
- lang/python24/Makefile 1.44-1.45
- lang/python24/distinfo 1.29-1.31
- lang/python24/patches/patch-ba 1.1
- lang/python24/patches/patch-bb 1.1
- lang/python24/patches/patch-bc 1.1
- lang/python24/patches/patch-bd 1.1
- lang/python24/patches/patch-be 1.1
- lang/python24/patches/patch-bf 1.1
- lang/python24/patches/patch-bg 1.1
- lang/python24/patches/patch-bh 1.1
- lang/python24/patches/patch-bi 1.1
- lang/python24/patches/patch-bj 1.1
- lang/python24/patches/patch-bk 1.1
- lang/python24/patches/patch-bl 1.1
- lang/python24/patches/patch-bm 1.1
---
    Module Name:    pkgsrc
    Committed By:  joerg
    Date:          Mon Jul 14 14:42:51 UTC 2008

    Modified Files:
        pkgsrc/lang/python24: Makefile

    Log Message:
    Always build depend on readline, so that devel/py-readline can pick up
    the right config. Bump revision.
---
    Module Name:    pkgsrc
    Committed By:  drochner
    Date:          Tue Aug  5 10:13:34 UTC 2008

    Modified Files:
            pkgsrc/lang/python24: Makefile distinfo
    Added Files:
            pkgsrc/lang/python24/patches: patch-ba patch-bb patch-bc patch-bd
                patch-be patch-bf patch-bg

    Log Message:
    add patches from upstream svn rev.65333, fix integer overflows in
    memory allocation (CVE-2008-2315)
---
    Module Name:    pkgsrc
    Committed By:  drochner
    Date:          Tue Aug  5 10:45:46 UTC 2008

    Modified Files:
            pkgsrc/lang/python24: distinfo
    Added Files:
            pkgsrc/lang/python24/patches: patch-bh patch-bi patch-bj patch-bk
                patch-bl

    Log Message:
    also apply upstream svn rev.65262, fixes overflow checks in memory
    allocation (CVE-2008-3142), ride on PKGREVISION bump some minutes ago
---
    Module Name:    pkgsrc
    Committed By:  drochner
    Date:          Thu Aug  7 11:20:18 UTC 2008

    Modified Files:
            pkgsrc/lang/python24: distinfo
    Added Files:
            pkgsrc/lang/python24/patches: patch-bm

    Log Message:
    Add a patch from the upstream 2.5 branch (svn rev.63883) to fix an
    integer overflow in the vsnprintf replacement function.
    This is likely not a real problem, and the patch wasn't pulled to
    the upstream 2.4 branch, but so we can formally declare our 2.4
    as not vulnerable now.

(tron)

2008-08-10 16:51:12 UTC MAIN commitmail json YAML

Updated net/mrtg to 2.16.2

(adrianp)

2008-08-10 16:50:56 UTC MAIN commitmail json YAML

Changes 2.16.2, 2008-05-16
--------------------------
From: Steven Bakker steven.bakker ams-ix.net
* globally disable __DIE__ handler in eval using $^S check

* updated to SNMP_Session 1.12

From: Tobi
* make SNMP_Session.pm work on windows even when a __DIE__ handler ist
  installed.

(adrianp)

2008-08-10 16:21:40 UTC MAIN commitmail json YAML

At least the esound support requires pkg-config, so pull it in.

(joerg)

2008-08-10 16:21:23 UTC MAIN commitmail json YAML

Note update of "mono" package to version 1.9.1nb3.

(tron)

2008-08-10 16:19:33 UTC MAIN commitmail json YAML

Remove directory "include/mono-1.0/mono" on deinstallation.
Bump package revision because of a package list fix.

(tron)

2008-08-10 16:12:16 UTC MAIN commitmail json YAML

2008-08-10 16:09:17 UTC MAIN commitmail json YAML

2008-08-10 16:05:28 UTC MAIN commitmail json YAML

2008-08-10 15:30:12 UTC pkgsrc-2008Q2 commitmail json YAML

Pullup tickets #2477 and #2478.

(tron)

2008-08-10 15:27:26 UTC pkgsrc-2008Q2 commitmail json YAML

Pullup ticket 2478 - requested by kefren
Security patch for mono

Revisions pulled up:
- lang/mono/Makefile 1.69
- lang/mono/distinfo 1.36
- lang/mono/patches/patch-cf 1.1
- lang/mono/patches/patch-cg 1.1
- lang/mono/patches/patch-ch 1.1
- lang/mono/patches/patch-ci 1.1
- lang/mono/patches/patch-cj 1.1
- lang/mono/patches/patch-ck 1.1
---
    Module Name: pkgsrc
    Committed By: kefren
    Date: Sat Aug  9 19:57:51 UTC 2008

    Modified Files:
pkgsrc/lang/mono: Makefile distinfo
    Added Files:
pkgsrc/lang/mono/patches: patch-cf patch-cg patch-ch patch-ci patch-cj
    patch-ck

    Log Message:
    fix an cross site scripting vulnerability
    bump PKGREVISION

(tron)

2008-08-10 15:17:26 UTC MAIN commitmail json YAML

Prefer builtin echo, test/[, true/false.
State that we use pdksh on these platforms.

(ahoka)