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 (1h)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (43d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (155d) 

2024-05-13 17:42:33 UTC Now

2012-10-22 03:12:57 UTC MAIN commitmail json YAML

Update gnustep to 2.6.2

By default, gnustep now uses the nonfragile ABI required by modern
Objective-C (this can be overridden by the 'fragile' package option).

(rh)

2012-10-22 03:09:52 UTC MAIN commitmail json YAML

Note update of gworkspace to 0.9.1

(rh)

2012-10-22 03:08:29 UTC MAIN commitmail json YAML

Update gworkspace to 0.9.1.  Changes are mostly bugfixes including the
ability to compile with clang and the modern Objective-C runtime.

(rh)

2012-10-22 03:04:21 UTC MAIN commitmail json YAML

Note update of ProjectCenter to 0.6.1

(rh)

2012-10-22 03:03:23 UTC MAIN commitmail json YAML

Update ProjectCenter to 0.6.1.  Changes are minor bugfixes only, including
the ability to compile with clang and the modern Objective-C runtime.

(rh)

2012-10-22 03:00:35 UTC MAIN commitmail json YAML

Note update of Gorm to 1.2.18

(rh)

2012-10-22 02:59:42 UTC MAIN commitmail json YAML

Update Gorm to 1.2.18.

Noteworthy changes in version `1.2.18'
======================================

  * Code cleanup, removal of warnings when building with clang.

  * Removal of use of call to objc_poseAs(..) which was preventing
    building with newer runtimes.

  * Stability improvements.

Noteworthy changes in version `1.2.16'
======================================

  * XIB reading.

  * Bug fixes for standalone views.

  * Stability changes.

(rh)

2012-10-22 02:54:15 UTC MAIN commitmail json YAML

note update of GNUMail to 1.2.0

(rh)

2012-10-22 02:53:13 UTC MAIN commitmail json YAML

Update GNUMail to 1.2.0.  This makes GNUmail compile with clang and the
modern Objective-C runtime.

(rh)

2012-10-22 02:49:33 UTC MAIN commitmail json YAML

Note update of Addresses to 0.4.8

(rh)

2012-10-22 02:48:41 UTC MAIN commitmail json YAML

Update Addresses to 0.4.8

Notable changes include:

Since 0.4.8:
============

  o relative link during framework installing, helps building in a separate
    root, like when building RPMs
  o fixed some portability issues of the Framework to solaris and windows
  o handle also PNG images
  o fixed a link in the framework from absolute to relative, for FHS
    (fix by Richard Stonehouse)
  o Many fixes in VCFviewer GWorkspace inspector, thanks also to
    Philippe Roussel
  o use GSMimeDocument to decode base64 instead of custom code
  o Makefiles work on windows
  o Birthday support (for SimpleAgenda)
  o fixes in VCF import (encoding, CR-LF)
  o fixed deleting of a person

Since 0.4.7:
============

  o Updated Makefiles to GNUstep Make 2.0
  o Fixed text editing to work with current GNUstep gui
  o Improved import of VCF files: tries to interpret HEX (by Guenther
    Noack) and the escape \, from Apple cards

(rh)

2012-10-22 02:45:08 UTC MAIN commitmail json YAML

Note update of Pantomime to 1.2.0

(rh)

2012-10-22 02:44:12 UTC MAIN commitmail json YAML

Update Pantomime to 1.2.0.  This version now compiles with clang and the
modern Objective-C runtime.

(rh)

2012-10-22 02:40:52 UTC MAIN commitmail json YAML

note PKGREVISION bump of gnustep-examples

(rh)

2012-10-22 02:39:54 UTC MAIN commitmail json YAML

2012-10-22 02:26:28 UTC MAIN commitmail json YAML

Note update of gnustep-back to 0.22.0

(rh)

2012-10-22 02:25:15 UTC MAIN commitmail json YAML

Update gnustep-back to 0.22.0

Noteworthy changes in version `0.22.0'
======================================

Added new user defaults to make app icons and mini windows sticky
(omnipresent)

Many improvements to Cairo rendering, including buffering, glyphs and
DPI scaling.

Noteworthy changes in version `0.20.0'
======================================

Cairo is now the default backend, but falls back to art and xlib
gracefully.

  Fixed drawing and flipping (goes along with gui change).

  More Windows improvements.

(rh)

2012-10-22 02:22:11 UTC MAIN commitmail json YAML

Note update of gnustep-gui to 0.22.0

(rh)

2012-10-22 02:21:21 UTC MAIN commitmail json YAML

Update gnustep-gui to 0.22.0

Noteworthy changes in version `0.22.0'
======================================

  * This version is binary incompatible with previous versions due to
    the change of NSNotFound in GNUstep base.

  * Support for drawing the GUI with a scale factor, for high-DPI
    monitors.

  * Character panel

  * Color picker "Magnifier" tool, for grabbing the color of arbitrary
    parts of the screen

  Many NSImage improvements (Mac OS X 10.6 drawing methods, better
selection of image reps, better support for icons). Many bugfixes,
including in Xib loading, printing, and NSView geometry.

Noteworthy changes in version `0.20.0'
======================================

A new stable release. Many improvments with Nib loading, documents and
document controllers. Fixed many drawing issues, particularly ones
related to flipping. Much improved theming.

(rh)

2012-10-22 02:18:13 UTC MAIN commitmail json YAML

Note update of gnustep-base to 1.24.0

(rh)

2012-10-22 02:17:17 UTC MAIN commitmail json YAML

Update gnustep-base to 1.24.0.

Noteworthy changes in version `1.24.0'
======================================

  * There is binary incompatibility on 64bit systems in that the value
    of the NSNotFound constant there is now 64bits rather than 32bits.

  * gcc-4.0 is the minimum official supported compiler for GNUstep

  * Support for the GNU LANGUAGES environment variable and other locale
    improvements

  * IPV6 support for NSHost and networking operations

  * Support for UTF-8 string literals in source (compiler permitting)

Noteworthy changes in version `1.23.0'
======================================

  * Support for automatic reference counting (ARC) when using clasng
    and the GNUstep Objective-C 2.0 runtime 1.5 or later.

  * Full support for weak references in NSHashTable, NSMapTable and
    NSPointerArray when using clang and the GNUstep Objective-C 2.0
    runtime 1.5 or later.

Noteworthy changes in version `1.22.0'
======================================

  * Many updates and new classes

  * There is now a regression test framework included with the package

  * New support for Objective-C 2.0

(rh)

2012-10-22 02:14:00 UTC MAIN commitmail json YAML

Note update of gnustep-objc to 1.6.1

(rh)

2012-10-22 02:13:06 UTC MAIN commitmail json YAML

Update gnustep-objc to 1.6.1.

Changes are too numerous to list here, but essentially this switches
gnustep-objc to libobjc2-1.6.1 in order to provide a modern runtime
and support modern Objective-C 2.0 features such as ARC, class extensions,
the nonfragile ABI, etc.

(rh)

2012-10-22 02:08:00 UTC MAIN commitmail json YAML

Note update of gnustep-make to 2.6.2

(rh)

2012-10-22 02:06:19 UTC MAIN commitmail json YAML

Update gnustep-make to 2.6.2.

GNUstep now defaults to the modern, non-fragile ABI unless the fragile
option is set.

Upstream Changes in version `2.6.2'
===================================

Added standalone filesystem layout for putting everything in one
directory for easy deployment of relocatable. Other bug fixes.

Upstream Changes in version `2.6.1'
===================================

Bug fix release. Most notably to fix a problem compiling GNUstep with
clang.

Upstream Changes in version `2.6.0'
===================================

  * The default filesystem layout is now the 'fhs' layout

  * The default location of the configuration file changed when not
    installing system-wide

  * Removed the -with-system-root, -with-local-root and
    -with-network-root options

  * Removed obsolete variables (deprecated 4 years ago).

  * A new test framework is included in the pacakge

  * objc.make deprecated. Use tool.make instead

  * -enable-absolute-install-paths is now the default on Darwin

(rh)

2012-10-21 23:14:01 UTC MAIN commitmail json YAML

Updated www/p5-HTML-TreeBuilder-LibXML to 0.17

(wiz)

2012-10-21 23:13:52 UTC MAIN commitmail json YAML

Update to 0.17:

0.17

    handle /(de)?objectify_text/ for <script> extraction
    (Stanislaw Pusep)

0.16

    commit 07b40205fd03564d476eff7675e9f19196939f2f
    Author: Oleg G <verdrehung@gmail.com>
    Date:  Sat Mar 31 13:26:11 2012 +0700

    added few methods to support Web::Query

(wiz)

2012-10-21 23:13:15 UTC MAIN commitmail json YAML

Updated www/p5-HTML-Tree to 5.03

(wiz)

2012-10-21 23:13:03 UTC MAIN commitmail json YAML

Update to 5.03:

5.03    2012-09-22
  Release by Christopher J. Madsen

    [THINGS THAT MAY BREAK YOUR CODE OR TESTS]
    * as_HTML no longer indents <textarea> (Tomohiro Hosaka) (RT #70385)

    [FIXES]
    * as_trimmed_text did not accept '0' for extra_chars

    [DOCUMENTATION]
    * Explain that as_text never adds whitespace (RT #66498)
    * Explain what extra_chars can contain for as_trimmed_text.

(wiz)

2012-10-21 23:12:05 UTC MAIN commitmail json YAML

Updated textproc/p5-YAML-Syck to 1.21

(wiz)

2012-10-21 23:11:57 UTC MAIN commitmail json YAML

Update to 1.21:

[Changes for 1.21 - 2012-09-20]

* Tests all green on CPAN Testers. releasing to public.

[Changes for 1.21_01 - 2012-06-22]

* Synchronize JSON::Syck with YAML::Syck version number
* Add DumpInto functions (YAML+Syck) which dump into
  a provided scalar instead of a newly allocated one
* Modify DumpFile functions to output directly to the
  specified file/filehandle instead of buffering all
  output in memory.
* Avoid modifying numbers into strings when emitting

(wiz)

2012-10-21 23:10:29 UTC MAIN commitmail json YAML

Updated textproc/p5-Encode to 2.47

(wiz)

2012-10-21 23:10:14 UTC MAIN commitmail json YAML

Update to 2.47:

$Revision: 2.47 $ $Date: 2012/08/15 05:36:16 $
! Encode.pm
  POD Fixes: Copyright and mail address
! Makefile.PL
  Added LICENSE => 'perl'
! lib/Encode/GSM0338.pm t/gsm0338.t
  REALLY fixed RT#75670: Wrong decoding for GSM 3.38 character \x09
  ucm/gsm0338.ucm is dropped from MANIFEST since 2.25
  but I was fixing the wrong file!
  https://rt.cpan.org/Ticket/Display.html?id=75670

! 2.46 2012/08/12 05:49:30
! Encode.pm
  Fixed: RT#78917 for I18N-Charset: Fails with Encode 2.45
  To be more exact, 2.45 broke Encode->encodings(':all')
  https://rt.cpan.org/Ticket/Display.html?id=78917

2.45 2012/08/05 23:08:49
! lib/Encode/Alias.pm
  Addressed RT#78125: Missed Mac Alias x-mac-ce
  https://rt.cpan.org/Ticket/Display.html?id=78125
! lib/Encode/Unicode/UTF7.pm
  Applied the patch in RT#76711
  https://rt.cpan.org/Ticket/Display.html?id=76711
! ucm/gsm0338.ucm
  Addressed RT#75670: Wrong decoding for GSM 3.38 character \x09
  https://rt.cpan.org/Ticket/Display.html?id=75670
! Encode.pm
  Applied the patch in RT#72519
  https://rt.cpan.org/Ticket/Display.html?id=72519
! Unicode/Unicode.xs
  t/Unicode.t
  Bug fixes in Unicode.xs by chansen
  https://github.com/dankogai/p5-encode/pull/5
! Encode.pm
  various POD improvements by daxim
  https://github.com/dankogai/p5-encode/pull/4

(wiz)

2012-10-21 23:05:42 UTC MAIN commitmail json YAML

Updated graphics/p5-Image-Size to 3.232

(wiz)

2012-10-21 23:05:31 UTC MAIN commitmail json YAML

Update to 3.232. Add missing REPLACE_PERL.

3.232 Monday May 28, 2012, 05:20:00 PM -0700

* lib/Image/Size.pm
Removed the "!" flag in pack template for EMF. It was not
needed and it broke on earlier Perls.

3.231 Wednesday May 23, 2012, 11:30:00 PM -0700

* lib/Image/Size.pm
Small change to swfmxsize for short-buffer issues.

* lib/Image/Size.pm
Multiple changes in this commit: Abandoned AutoLoader; moved
POD to the end of the file now that all the per-format
subroutines are part of the file-proper; fixed cases where lack
of ImageMagick would cause the error message to be overwritten.

* t/all.t
* t/kazeburo-bar.jpg (added)
New test (and image) for JPG tag-offset issue.

* lib/Image/Size.pm
Applied patch from github user kazeburo: bug fix for some jpeg
files

* imgsize
Fixed so that default output now catches errors. Previously,
you would get an "undefined" warning if there was an error in
parsing/sizing the input file.

* lib/Image/Size.pm
Turns out the 4 bounding-box ints for EMF are signed.

(wiz)

2012-10-21 23:03:37 UTC MAIN commitmail json YAML

Updated graphics/p5-Image-ExifTool to 9.01

(wiz)

2012-10-21 23:03:28 UTC MAIN commitmail json YAML

Update to 9.01:

Aug. 25, 2012 - Version 9.01 (production release)

  - Added a couple of new CanonModelID values
  - Added a couple of new Canon LensType values (thanks Pascal de Bruijn)
  - Added a new PentaxModelID and a few new Pentax PictureMode values
  - Decode a new Pentax ISO tag
  - Improved -listx output for XMP structure tags
  - Fixed "unexpected end of file" problems with some compressed MIE files

Aug. 18, 2012 - Version 9.00

  - Added support for PDF encryption V5.6 (new in Adobe Reader X)
  - Added a few new XMP-cc tags and changed a few others to rdf:resource type
  - Added a new Sony LensType and values for other Sony tags (thanks Jos Roost)
  - Added a new Nikon LensID
  - Added a new Panasonic LensType (thanks Olaf Ulrich)
  - Added patch to fix simple XMP tags written incorrectly as lang-alt type
  - Decode some Panasonic RW2 lens distortion correction tags
  - Decode some WEBP image characteristics from the VP8 bitstream
  - Decode more Leica MakerNote information
  - Calculate CurrentIPTCDigest for IPTC in PostScript files
  - Changed the names of a couple of WBShift tags
  - Improved parsing of -if expressions to interpret a dash after a tag name as
    a minus sign instead of part of the tag name
  - Patched problem with conditional deletion of an incorrectly null-terminated
    JPEG Comment
  - Fixed hang bug when reading unsupported Microsoft Xtra information in MOV
    videos

Aug. 3, 2012 - Version 8.99

  - Added patch to avoid "Error renaming temporary file" errors in Windows
  - Decode some new Sony tags and values (thanks Mike Reit and Jos Roost)
  - Improved Italian translation (thanks Michele Locati)
  - Improved decoding of H264 ImageStabilization
  - Changed names of PanasonicRaw ImageWidth/Height tags, and added new
    Composite tags to calculate actual size of RW2 images
  - Fixed "Corrupted Ricoh RMETA data" warning for images from some Ricoh models
  - Fixed problem writing information to some EPS images

July 28, 2012 - Version 8.98

  - Added a new Pentax LensType and two new PentaxModelID's
  - Added a new CanonModelID and a new Olympus CameraType
  - Added a new Composite Duration tag for Vorbis audio files
  - Added more elements to Microsoft Regions XMP structure and fixed tag name
    documentation for this
  - Decode a number of new Sony tags (thanks Jos Roost)
  - Changed name of Minolta BatteryLevel tag to BatteryState
  - Patched problem with conditional deletion of IPTC string-type tags which are
    incorrectly null terminated (ie. written by Picasa 2.0)
  - Fixed problem copying Canon 5DmkIII MakerNotes from CR2 to JPEG images
  - Fixed runtime error when writing some images with corrupted EXIF

July 6, 2012 - Version 8.97

  - Added a new Canon LensType
  - Added support for GPX attitude information as written by Arduino
  - Added write support for XMP-expressionmedia:CatalogSets
  - Made CFARepeatPatternDim and CFAPattern2 writable but protected
  - Minor improvement to decoding of Sony FaceInfo
  - Fixed problem reading some GPX track logs

June 30, 2012 - Version 8.96

  - Added -globalTimeShift option
  - Added new values for a couple of Nikon tags (thanks Michael Relt)
  - Added a few new Sony PictureEffect values
  - Added a new Olympus LensType
  - Decode a new Sony A100 tag and improved/renamed some others (thanks Igal
    Milchtaich)
  - Changed -restore_original and -delete_original options to scan directories
    only for writable file types
  - Enhanced -srcfile option to allow multiple source files to be specified
  - Patched possible round-off problem when extracting rational values
  - Fixed bug which could cause runtime error when reading some HTML files and
    improved reliability when extracting HTML "meta" tags
  - API Changes:
      - Added GlobalTimeShift option

June 16, 2012 - Version 8.95

  - Added a few new Sony PictureEffect values
  - Added a new Olympus lens type (thanks Niels Kristian Bech Jensen)
  - Improved decoding of Canon IntelligentContrast
  - Improved user-defined lens logic to attempt to choose the best matching
    user-defined lens if more than one is possible

June 9, 2012 - Version 8.94

  - Added ability to read/write IPTC as a block
  - Added a few Nikon LensID's (thanks Mike Pollock and Robert Rottmerhusen)
  - Added a new Olympus LensType (thanks Brad Grier)
  - Added new values for a few Olympus tags
  - Decode more Sony tags (thanks Jos Roost and Igal Milchtaich)
  - Decode Canon IntelligentContrast and add a new CanonModelID
  - Changed names of Canon Sort/LongFocal tags to Min/MaxFocalLength

May 26, 2012 - Version 8.93

  - Added some new Nikon RetouchHistory values
  - Added a couple of new Pentax LensType values
  - Added some new Olympus MagicFilter and LensType values
  - Added a new CanonModelID
  - Decode more Sony tags (thanks Jos Roost)
  - Decode some MakerNote information in Olympus E-M5 MOV videos
  - Decode a couple more Canon tags
  - Patched to overcome formatting problems in Samsung NX200 JPEG maker notes

May 12, 2012 - Version 8.92

  - Added read support for PCD (Kodak Photo CD Image Pac) files
  - Added Geotag support for Winplus Beacon text-format GPS log files
  - Added support for Leica X2 MakeNotes
  - Added NewGUID tag
  - Decode Panasonic ManometerPressure tag (thanks Christoph Mitterer)
  - Decode more Sony tags (thanks Jos Roost)
  - Changed a few Canon-mount Tokina lens model names for consistency

May 5, 2012 - Version 8.91

  - Added -progress option
  - Added support for XMP fpv namespace
  - Added a new Canon EasyMode value and fixed an incorrect one
  - Added a couple of new Canon LensTypes
  - Decode a number of new tags for the Canon 1DX and 5DmkIII
  - Improved the names of a few Sony tags (thanks Jos Roost)
  - Fixed -sep option to apply to interpolated tag values in a string when
    copying

(wiz)

2012-10-21 22:58:27 UTC MAIN commitmail json YAML

Updated graphics/p5-Image-BMP to 1.17

(wiz)

2012-10-21 22:58:11 UTC MAIN commitmail json YAML

2012-10-21 22:56:04 UTC MAIN commitmail json YAML

Updated finance/p5-Finance-Quote to 1.18

(wiz)

2012-10-21 22:55:52 UTC MAIN commitmail json YAML

2012-10-21 22:52:10 UTC MAIN commitmail json YAML

Updated devel/p5-version to 0.9901

(wiz)

2012-10-21 22:52:01 UTC MAIN commitmail json YAML

Update to 0.9901:

2012-09-10  John Peacock  <john.peacock@havurah-software.org>

* .hgtags:
Tagging version '0.9901' using shipit.
[4ede6195fa54] [tip]

2012-09-09  John Peacock  <john.peacock@havurah-software.org>

* lib/version.pm, t/01base.t, t/02derived.t, t/03require.t,
t/05sigdie.t, t/06noop.t, t/07locale.t, t/coretests.pm,
vperl/vpp.pm, vutil/lib/version/vxs.pm, vutil/vutil.c:
Fix problem with short floating point alpha versions (e.g. 0.52_0).
Resolves:

https://rt.cpan.org/Ticket/Display.html?id=79259
[d0e1d933089b] [0.9901]

(wiz)

2012-10-21 22:49:40 UTC MAIN commitmail json YAML

Updated devel/p5-common-sense to 3.6

(wiz)

2012-10-21 22:49:27 UTC MAIN commitmail json YAML

Update to 3.6:

3.6  Sun Jun 17 14:24:53 CEST 2012
- work around more 5.16 breakage - $^H doesn't work as nicely as
          p5p make you to believe.
        - add features: unicode_strings current_sub fc evalbytes.
        - disable features: array_base.

(wiz)

2012-10-21 22:48:39 UTC MAIN commitmail json YAML

Updated devel/p5-Storable to 2.39

(wiz)

2012-10-21 22:48:31 UTC MAIN commitmail json YAML

Update to 2.39:

Tue 11 Sep 06:51:11 IST 2012  Abhijit Menon-Sen <ams@toroid.org>
    Version 2.39

Various bugfixes, including compatibility fixes for older
versions of Perl and vstring handling.

(wiz)

2012-10-21 22:47:37 UTC MAIN commitmail json YAML

Updated devel/p5-Package-DeprecationManager to 0.13

(wiz)

2012-10-21 22:47:28 UTC MAIN commitmail json YAML

Update to 0.13. Add missing dependencies.

0.13    2012-03-09

- Fix dist.ini to not add Test::Spelling as a requirement. (Tomas Doran)

0.12    2012-03-04

- Fix tests to pass with Carp 1.25. Reported by Andreas Koenig. RT #75520.

(wiz)

2012-10-21 22:44:27 UTC MAIN commitmail json YAML

Updated devel/p5-IMDB-Film to 0.52

(wiz)

2012-10-21 22:44:12 UTC MAIN commitmail json YAML

Update to 0.52:

0.52 Apr 30 2012
- fixed retrieving episodes of TV series following IMDB change (ticket #74679) [ARJONES];
- fixed issue with movie connection parsing.

(wiz)

2012-10-21 22:43:06 UTC MAIN commitmail json YAML

Updated devel/p5-Getopt-Mixed to 1.11

(wiz)

2012-10-21 22:42:57 UTC MAIN commitmail json YAML

Update to 1.11:

1.11  August 25, 2012
- No functional changes
- Minor documentation improvements
- Now built with Dist::Zilla (includes v2 META.json)
- Repository now publicly available on GitHub

(wiz)

2012-10-21 22:42:05 UTC MAIN commitmail json YAML

Updated devel/p5-File-HomeDir to 1.00

(wiz)

2012-10-21 22:41:57 UTC MAIN commitmail json YAML

Update to 1.00:

1.00 Fri 19 Oct 2012
- No functional changes
- Updating to Module::Install 1.06
- Don't require documents directory on Mac under AUTOMATED_TESTING

(wiz)

2012-10-21 22:41:01 UTC MAIN commitmail json YAML

Updated devel/p5-Date-Manip to 6.34

(wiz)

2012-10-21 22:40:50 UTC MAIN commitmail json YAML

Update to 6.34:

VERSION 6.34 (2012-09-04) ^

This is a bug fix so that the PATH won't break non-unix installs.

Bug fixes

    Put the PATH inside the Unix section so it doesn't affect non-unix envvironments. Geoff Rowell

VERSION 6.33 (2012-09-01) ^

Improvements to Date::Manip::Delta

    Added convert method. This had been planned since 6.30, but based on a discussion with Henrique Martins, I moved it up in priority.
    Cleaned up handling of delta field lengths (they are now only calculated once.
    Added cmp method. Henrique Martins

Bug fixes
    The language modules read from the DATA section, but I never closed the filehandle. This is fixed now. Patch by Doru Theodor Petrescu
    Added better loading of DM5/DM6 modules. RT 78512
    Added a secure PATH to TZ.pm for taint reasons. In response to RT 78566

Time zone fixes
    Now supports timezones in files with spaces where there should be underscores. This occurs in RHEL desktop. RT 78566
    Newest zoneinfo data (tzdata 2012e)

Documentation fixes
    Minor fix. Henrique Martins

VERSION 6.32 (2012-06-01) ^

Modified Build.PL

    Build.PL now has better support for building (or not building) HTML files. Apparently this is slow on Windows. Patch provide in RT 75118.

Bug fixes
    Fixed a bug in business day calculations. RT 76336
    Fixed a bug where Delta/Recur objects weren't correctly created. Zsban Ambrus
    Fixed a bug where SetDate/ForceDate config variables could not be included in a file. Jerry Wilcox
Time zone fixes
    Newest zoneinfo data (tzdata 2012c).

Documentation fixes
    Better support for UTF-8 in autogenerated language module pod files.

(wiz)

2012-10-21 22:36:44 UTC MAIN commitmail json YAML

Updated devel/p5-Class-Load-XS to 0.06

(wiz)

2012-10-21 22:36:35 UTC MAIN commitmail json YAML

Update to 0.06:

0.06    2012-10-08

- Fixed some broken logic that lead to a segfault from the
  014-weird-constants.t test on some Perls (but unfortunately not the one I
  test with by default). Reported by Chisel Wright (and several other
  people). RT #80059.

0.05    2012-10-07

- Require Class::Load 0.20 in the code (not just the distro metadata). This
  keeps the tests in sync, and this module needed at least 0.11
  anyway. Reported by Father Chrysostomos. RT #80002.

- Weird classes with either an ISA or VERSION constant (who does that?) would
  cause the XS to blow up badly. Reported by Father Chrysostomos. RT #79998.

(wiz)

2012-10-21 22:33:20 UTC MAIN commitmail json YAML

Updated www/p5-LWP-Protocol-https to 6.03

(wiz)

2012-10-21 22:33:07 UTC MAIN commitmail json YAML

Update to 6.03:

2012-02-18 LWP-Protocol-https 6.03

Skip test if offline [RT#74163]

Typo fixes

Restore perl-5.8.1 compatibility.

(wiz)

2012-10-21 22:32:08 UTC MAIN commitmail json YAML

Updated textproc/p5-XML-LibXSLT to 1.78

(wiz)

2012-10-21 22:31:56 UTC MAIN commitmail json YAML

Update to 1.78:

1.78            Thu  6 Sep 13:17:28 IDT 2012
    - Add output_method method, update documentation of media_type
    (dorian@cpan).
        - Thanks, Dorian!

(wiz)

2012-10-21 22:30:43 UTC MAIN commitmail json YAML

Updated textproc/p5-XML-LibXML to 2.00.07

(wiz)

2012-10-21 22:30:28 UTC MAIN commitmail json YAML

Update to 2.0007:

2.0007          Wed 17 Oct 18:38:37 IST 2012
    - Fix for build failures on Windows with Microsoft Visual C++.
        - https://rt.cpan.org/Ticket/Display.html?id=80229
        - Thanks to Desmond Daignault for the report and an initial patch.
        - Patch modified by Shlomi Fish

2.0006          Sat 13 Oct 22:27:54 IST 2012
    - When xml2-config returns several paths, the configuration failed.
    Fixed that.
        - https://rt.cpan.org/Public/Bug/Display.html?id=80167
        - Thanks to VOVKASM for the report and fix.

2.0005          Sat 13 Oct 13:18:48 IST 2012
    - Added t/style-trailing-space.t and removed trailing space.
    - Add a check for the existence of included C headers (*.h) files
    in Makefile.PL to avoid failed compilations.
        - Using Devel::CheckLib.
        - Thanks to its maintainers!

2.0004          Tue  7 Aug 23:04:55 IDT 2012
    - Add a way to specify a different compiler to be used in the
    "Makefile" by calling Makefile.PL with the CC environment variable
    set to the path to the alternate compiler.
        - This way we can use
        in order to compile faster.
    - LibXML.pm (_clone): Fix typo in line_numbers handling.
        - Thanks to Bernhard Reutner-Fischer for the report and fix.

2.0003          Fri 27 Jul 17:11:21 IDT 2012
    - Patch to a potential NULL dereference in xpath.c.
        - Thanks to Ville Skytt
    - Fix NodeList::item() calling a 1-indxed array reference.
        - See:
        - https://bitbucket.org/shlomif/perl-xml-libxml/pull-request/18
        - Thanks to Tim Brody
    - Add the scripts/tag-release.pl script to tag a release using
    Mercurial.

2.0002          Sun Jul  8 18:09:13 IDT 2012
    - Applied spelling fixes correction patch by
    Ville Skytt
        - Thanks, Ville!

(wiz)

2012-10-21 22:28:28 UTC MAIN commitmail json YAML

Updated security/p5-Net-SSLeay to 1.49

(wiz)

2012-10-21 22:28:16 UTC MAIN commitmail json YAML

Update to 1.49:

1.49 2012-09-25
    Fixed problem where on some platforms test t/local/07_tcpecho.t would
    bail out if it could not bind port 1212. Now now tries a number of ports to bind to until
    successful.
    Improvements to  unsigned casting contributed by Reini Urban.
    Improvements to Net::SSLeay::read to make it easier to use with non-blocking IO:
      contributed by James Marshall:  It modifies
      Net::SSLeay::read() to return the result from SSL_read() as the second
      return value, if Net::SSLeay::read() is called in list context.  Its
      behavior should be unchanged if called in scalar or void context.  This
      result code seems to be required for full support of non-blocking I/O,
      since users need to handle SSL_ERR_WANT_READ, SSL_ERROR_WANT_WRITE, etc.
      Fixed a problem where t/local/kwalitee.t fails with
      Module::CPANTS::Analyse 0.86. Patch from Paul.
      Fixed a number of typos patched by Giles.
      Fixed a compiler warning from Compiling with gcc-4.4 and -Wall, patched by Giles.
      Fixed problems with get_https4: documentation was wrong, $header_ref was
      not correctly set and $server_cert was not returned.
      Fixed a problem that could cause a Perl exception about no blength
      method on undef. Reported by "Stephen J. Smith via RT". https://rt.cpan.org/Ticket/Display.html?id=79309
      Added documentation about how to mitigatxe various SSL/TLS
    vulnerabilities.
    Fixed problem reported by Mike Doherty: SSL_MODE_* are defined in ssl.h,
    and should be available as constants, but I do not see them listed in constants.h

(wiz)

2012-10-21 22:25:36 UTC MAIN commitmail json YAML

Updated security/p5-Mozilla-CA to 20120823

(wiz)

2012-10-21 22:25:19 UTC MAIN commitmail json YAML

Update to 20120823. Replace interpreter in installed file.

20120823
  - Fix test (RT#79129, reported by Sinan Unur)

20120822
  - Add mk-ca-bundle.pl from git repository to distribution.
  - Add new/additional certificates from the following CAs: Verisign,
    UTN-USER, UTN USERFirst, Sonera, NetLock Qualified, SwissSign
    Platinum, S-TRUST, ComSign, Actalis, Trustis, StartCom, Buypass.

(wiz)

2012-10-21 22:22:48 UTC MAIN commitmail json YAML

Updated security/p5-IO-Socket-SSL to 1.77

(wiz)

2012-10-21 22:22:36 UTC MAIN commitmail json YAML

Update to 1.77:

v1.77 2012.10.05
- update_peer for IPv6 also, applied fix to
  https://rt.cpan.org/Ticket/Display.html?id=79916 by
  tlhackque[AT]yahoo[DOT]com

(wiz)

2012-10-21 22:20:55 UTC MAIN commitmail json YAML

Updated security/p5-Digest-SHA to 5.72

(wiz)

2012-10-21 22:20:40 UTC MAIN commitmail json YAML

Update to 5.72:

5.72  Mon Sep 24 15:22:08 MST 2012
- adjusted module installation directory for later Perls
-- As of 5.11 Perl searches 'site' first, so use that
-- ref. INSTALLDIRS in Makefile.PL
-- thanks to Robert Sedlacek for patch

(wiz)

2012-10-21 22:19:32 UTC MAIN commitmail json YAML

Updated security/p5-Crypt-SSLeay to 0.64

(wiz)

2012-10-21 22:19:14 UTC MAIN commitmail json YAML

Update to 0.64:

0.64 2012-08-06 01:23:30

- Drastically simplify Makefile.PL to resolve RT bugs #61249, #61324,
  #63553, #68208, and #68084.

- Forgot to update Changes for 0.63, so this version overrides that.

0.61_05 2012-08-04 00:40:22 UTC

- Trying to distinguish between good vs bad zero returns from underlying
  SSL_read/SSL_write broke stuff (see RT bug #78695). Revert to previous
  behavior.

- Completely re-organize Makefile.PL. I hope these changes will help take
  care of RT bugs #61324, #61249, #63553, and #68084 etc. This is not
  necessarily finished, but I want to see what happens on CPAN Testers at
  this point before making a few other minor changes.

0.60 2012-07-29 21:43:47 UTC

- Release 0.59_03 as 0.60 so distributions can pick up various fixes. The most
  important one seems to be bug RT #70565. This should take care of bug RT
  #77167

- SSL_read and SSL_write now try to handle incomplete reads/writes (see bug RT
  RT #64054). The current test suite does is not very comprehensive, so caution
  is recommended at this point. Also, if you have good test cases, I would love
  to incorporate them into the distribution.

0.59_03 2012-03-10 00:45:28 UTC

- Bump version number and upload to CPAN.

0.59_02 2012-03-08 16:16:03 UTC

- Forgot to update Changes for 0.59_01. The following is a combined list of
  the more important fixes incorporated in both.

- Bug RT #64054: Handle incomplete reads/writes better

- Bug RT #73754: Add LWP::Protocol::https to PREREQ_PM

- Bug RT #73755: Crypt-SSLeay does not verify hosts (yet). Don't let that
  cause a failure during tests.

- Streamline t/02-live.t using Try::Tiny and done_testing

- Plus assorted related small changes.

0.58_01 2010-09-08 19:11:39 UTC

- L<text|scheme:...> is not supported in POD for 5.8.5 and earlier.
- TODOs in POD should stand out
- Add /boot/common/ssl and some other directories to unix_ssl_dirs (see bug
  #60936).

(wiz)

2012-10-21 22:16:52 UTC MAIN commitmail json YAML

Updated security/p5-Authen-SASL-Cyrus to 0.13

(wiz)

2012-10-21 22:16:43 UTC MAIN commitmail json YAML

Update to 0.13:

0.13
Updated the WRITE() method to use syswrite() and account for
variable buffer sizes in SASL.

(wiz)

2012-10-21 22:15:03 UTC MAIN commitmail json YAML

Updated security/p5-Authen-SASL to 2.16

(wiz)

2012-10-21 22:14:51 UTC MAIN commitmail json YAML

Update to 2.16:

Authen-SASL 2.16 -- Tue Sep  4 11:01:18 CDT 2012

  * SASL.pod: fix typo [Peter Marschall]
  * Perl.pm: avoid warning on "uninitialized value" [Peter Marschall]

(wiz)

2012-10-21 22:14:03 UTC MAIN commitmail json YAML

Updated net/p5-NetAddr-IP to 4.065

(wiz)

2012-10-21 22:13:54 UTC MAIN commitmail json YAML

Update to 4.065:

4.065 Tue Oct  2 12:36:11 PDT 2012
        correct format for IPv6 embedded IPv4 addresses
        in InetBase v0.8

4.064 Tue Sep 25 13:54:47 PDT 2012
added support for rfc3021 /31 networks to hostenum

4.063 Fri Aug 10 11:46:18 PDT 2012
Updated GPL v2.0 text and address in all modules

(wiz)

2012-10-21 22:12:18 UTC MAIN commitmail json YAML

Updated net/p5-Net-DNS to 0.68

(wiz)

2012-10-21 22:12:09 UTC MAIN commitmail json YAML

Update to 0.68:

**** 0.68 Jan 30, 2012

Fix rt.cpan.org #72314

Let a Net::DNS::Nameserver bind on Net::DNS::Nameserver::DEFAULT_ADDR
as a last resort.

Fix to suppress false warnings about subroutine profiles on ancient
versions of perl.

Fix to avoid constants with value undef which prevents unwanted code from being
optimized away on ancient versions of perl.

Fix code error in PTR.pm, canonical RDATA not downcased.

Enhancement to clarify the function of parse and data methods, by renaming them
to decode and encode respectively.

Feature IDN query support.

Question.pm modified to use the recently introduced DomainName.pm
module to represent DNS names.  Queries for domain names containing
non-ASCII characters are now possible on Unicode platforms with CPAN
Net::LibIDN installed.

Introduction of Mailbox.pm module that will be used in the future to represent
RDATA components containing DNS coded RFC822 mailbox addresses.

Introduction of Text.pm module that will be used in the future to represent
RDATA components containing text.

**** 0.67 Nov 4, 2011

Enhancement rt.cpan.org #60726

        On Cygwin Net::DNS now builds without Win32::IPHelper, unless a
        previous version is updated that did use it.
        The choice may also be set by the --iphelper or --noiphelper option
        to Makefile.PL.

Fix to suppress IO::Socket::INET(6)::peerhost usage with TCP. On some systems
        it doesn't work after receiving data.

Enhancement rt.cpan.org #43142

        Allow ReplyHandlers to indicate that no answer should be returned
        by the Net::DNS::Nameserver.

Fix rt.cpan.org #71796

Prevent TCP accepts from blocking on unfinished 3-way handshakes.

Fix rt.cpan.org #65607

Make 64bits windows work by depending on Win32::IPHelper version 0.07
Thanks to Lian Wan Situ.

Fix rt.cpan.org #66470

Named nameserver should be reachable by IPv6 too.

Fix to make tests work in jailed environments where a reply might come
from a different address than that of the loopback interface.

Feature to use a class method ReplyHandler for classes inheriting from
Net::DNS::Nameserver.

A contribution from Rob Brown.

Fix rt.cpan.org #71062

Replace the usage of the obsolete Win32::Registry module by
Win32::TieRegistry module.

Fix rt.cpan.org #68731

Fix linking of the C compiled parts of the library on Mac OS X

New improved version of the check_soa script in the contrib section.

A contribution from Dick Franks.

Fix rt.cpan.org #70830

Make t/08-online.t handle NXDOMAIN hijacking that return more then one
answer.

Fix rt.cpan.org #24525

Removed dependency on Net::IP

Fix online tests to use the library as documented and not use knowledge of the
internal workings of the classes that should be hidden.

A contribution from Dick Franks

Fix rt.cpan.org #55682
Make online tests non-fatal by default.
All interactive prompts are removed from Makefile.PL.
Online tests may still be made a requisite by using the --online-tests
option.

Major rework of Net::DNS::Domain.pm and the addition of Net::DNS::DomainName.pm

Which paves the way towards handling of character encodings and IDN.
A contribution from Dick Franks.

Fix rt.cpan.org #69174

Typo that prevented TCP traffic from being replied from the same
socket as it was received on.

Fix rt.cpan.org #68338

Suppress warnings of the deprecated use of qw as parentheses in
perl 5.14.

Enhancement rt.cpan.org #67418

A contribution from Wolfsage to perform presentation to wire format
conversion more efficiently.

Fix rt.cpan.org #67133

Gracefully handle corrupted incoming packets in Net::DNS::Nameserver.

Feature to manage serial numbers in SOA records in a modular and extensible way.

Three modules are provided. Strictly sequential, Date Encoded and
Time Encoded.  A contribution from Dick Franks.

Fix rt.cpan.org #53325

Make Net::DNS::Resolver load even if /etc/resolv.conf is unreadable.

Fix rt.cpan.org #63486

Make t/08-online.t fail gracefully in stead of crash on failures.

Fix rt.cpan.org #55586

Various typo fixes.

Fix rt.cpan.org #55682

Really do not use networking functions when online tests are disabled.

Fix rt.cpan.org #64562

Replace TSIG key with the signature of the whole packet when signing
a packet, even when the TSIG key is not the first in the additional
section.

Fix rt.cpan.org #56181 and #47265

Assembly of segmented TCP traffic.

Feature rt.cpan.org #57289

Provide a configurable IdleTimeout for Net::DNS::Namserver.

Fix rt.cpan.org #53595

Fix documentation to reflect code behaviour where on successful packet
creation, the error should be ignored.

Fix rt.cpan.org #58914

Fix spelling of "algorithm"

Fix rt.cpan.org #61725

Include default domain in the search list on Win32.
Thanks Mark Rallen.

Fix rt.cpan.org #63321

A Net::DNS::Nameserver without a NotifyHandler now responds NOTIMP
to NOTIFY requests.

Fix rt.cpan.org #53595

Documentation now reflects Net::DNS::Packet construction behaviour.

(wiz)

2012-10-21 22:10:54 UTC MAIN commitmail json YAML

Updated misc/p5-Business-ISBN-Data to 20120719.001

(wiz)

2012-10-21 22:10:44 UTC MAIN commitmail json YAML

Update to 20120719.001:

20120719 - Mon Jul 23 18:02:31 2012
* Support data from RangeMessage.xml. You can use the latest
data from ISBN without updating this module.

20120719.01 - Thu Jul 26 08:57:14 2012
Specify the Test::More version so I cna use subtest.
No code or feature changes

20120718 - Mon Jul 23 12:59:52 2012
* Daniel Jakubik updated the data for July 18, 2012

(wiz)

2012-10-21 22:08:55 UTC MAIN commitmail json YAML

Updated mail/p5-MIME-Types to 1.35

(wiz)

2012-10-21 22:08:45 UTC MAIN commitmail json YAML

Update to 1.35:

version 1.35:
- added video/webm and audio/webm, although not (yet) IANA registered.
  [Kurian Jose Aerthail]

version 1.34: Thu Jan 12 11:16:07 CET 2012
- subType() did not handle subType's with '+' in them.
  [Roman V. Nikolaev]

version 1.33: Thu Jan 12 08:46:05 CET 2012
- all openxmlformats are binary [Beverly Wang]
- mediaType() and subType() did not handle subType's with dots
  in them correctly. [Roman V. Nikolaev]

version 1.32: Thu Aug 18 23:30:25 CEST 2011
- explain how to use MIME::Types in mod_perl, after complains
  from [Steve Simms], [Nicolas Mendoza], [Yves Orton] and
  [Hans Dieter Pearcey]
- when you do not read the documentation about mod_perl/fork,
  then it will work as ever but still inefficient.

(wiz)

2012-10-21 22:07:45 UTC MAIN commitmail json YAML

Updated databases/p5-DB_File to 1.827

(wiz)

2012-10-21 22:07:36 UTC MAIN commitmail json YAML

Update to 1.827:

1.827 25 Jan 2012

  * DB_File.pm - Don't use "@_" construct
    [RT ##79287]

(wiz)

2012-10-21 22:05:57 UTC MAIN commitmail json YAML

Updated databases/p5-DBD-postgresql to 2.19.3

(wiz)

2012-10-21 22:05:40 UTC MAIN commitmail json YAML

Update to 2.19.3:

Version 2.19.3  Released August 21, 2012

  - Fix bug in pg_st_split_statement causing segfaults
    (CPAN bug #79035)

(wiz)

2012-10-21 21:34:56 UTC MAIN commitmail json YAML

Updated textproc/py-lxml to 3.0.1

(wiz)

2012-10-21 21:34:42 UTC MAIN commitmail json YAML

Update to 3.0.1. Remove unnecessary setuptools dependency.
Mark as python3-ready.

3.0.1 (2012-10-14)
==================

Bugs fixed
----------

* LP#1065924: Element proxies could disappear during garbage collection
  in PyPy without proper cleanup.

* GH#71: Failure to work with libxml2 2.6.x.

* LP#1065139: static MacOS-X build failed in Py3.

3.0 (2012-10-08)
================

Bugs fixed
----------

* End-of-file handling was incorrect in iterparse() when reading from
  a low-level C file stream and failed in libxml2 2.9.0 due to its
  improved consistency checks.

Other changes
-------------

* The build no longer uses Cython by default unless the generated C files
  are missing.  To use Cython, pass the option "--with-cython".  To ignore
  the fatal build error when Cython is required but not available (e.g. to
  run special setup.py commands that do not actually run a build), pass
  "--without-cython".

3.0beta1 (2012-09-26)
=====================

Features added
--------------

* Python level access to (optional) libxml2 memory debugging features
  to simplify debugging of memory leaks etc.

Bugs fixed
----------

* Fix a memory leak in XPath by switching to Cython 0.17.1.

* Some tests were adapted to work with PyPy.

Other changes
-------------

* The code was adapted to work with the upcoming libxml2 2.9.0 release.

3.0alpha2 (2012-08-23)
======================

Features added
--------------

* The ``.iter()`` method of elements now accepts ``tag`` arguments like
  ``"{*}name"`` to search for elements with a given local name in any
  namespace. With this addition, all combinations of wildcards now work
  as expected:
  ``"{ns}name"``, ``"{}name"``, ``"{*}name"``, ``"{ns}*"``, ``"{}*"``
  and ``"{*}*"``.  Note that ``"name"`` is equivalent to ``"{}name"``,
  but ``"*"`` is ``"{*}*"``.
  The same change applies to the ``.getiterator()``, ``.itersiblings()``,
  ``.iterancestors()``, ``.iterdescendants()``, ``.iterchildren()``
  and ``.itertext()`` methods;the ``strip_attributes()``,
  ``strip_elements()`` and ``strip_tags()`` functions as well as the
  ``iterparse()`` class.

* C14N allows specifying the inclusive prefixes to be promoted
  to top-level during exclusive serialisation.

Bugs fixed
----------

* Passing long Unicode strings into the ``feed()`` parser interface
  failed to read the entire string.

3.0alpha1 (2012-07-31)
======================

Features added
--------------

* Initial support for building in PyPy (through cpyext).

* DTD objects gained an API that allows read access to their
  declarations.

* ``xpathgrep.py`` gained support for parsing line-by-line (e.g.
  from grep output) and for surrounding the output with a new root
  tag.

* ``E-factory`` in ``lxml.builder`` accepts subtypes of known data
  types (such as string subtypes) when building elements around them.

* Tree iteration and ``iterparse()`` with a selective ``tag``
  argument supports passing a set of tags.  Tree nodes will be
  returned by the iterators if they match any of the tags.

Bugs fixed
----------

* The ``.find*()`` methods in ``lxml.objectify`` no longer use XPath
  internally, which makes them faster in many cases (especially when
  short circuiting after a single or couple of elements) and fixes
  some behavioural differences compared to ``lxml.etree``.  Note that
  this means that they no longer support arbitrary XPath expressions
  but only the subset that the ``ElementPath`` language supports.
  The previous implementation was also redundant with the normal
  XPath support, which can be used as a replacement.

* ``el.find('*')`` could accidentally return a comment or processing
  instruction that happened to be in the wrong spot.  (Same for the
  other ``.find*()`` methods.)

* The error logging is less intrusive and avoids a global setup where
  possible.

* Fixed undefined names in html5lib parser.

* ``xpathgrep.py`` did not work in Python 3.

* ``Element.attrib.update()`` did not accept an ``attrib`` of
  another Element as parameter.

* For subtypes of ``ElementBase`` that make the ``.text`` or ``.tail``
  properties immutable (as in objectify, for example), inserting text
  when creating Elements through the E-Factory feature of the class
  constructor would fail with an exception, stating that the text
  cannot be modified.

Other changes
--------------

* The code base was overhauled to properly use 'const' where the API
  of libxml2 and libxslt requests it.  This also has an impact on the
  public C-API of lxml itself, as defined in ``etreepublic.pxd``, as
  well as the provided declarations in the ``lxml/includes/`` directory.
  Code that uses these declarations may have to be adapted.  On the
  plus side, this fixes several C compiler warnings, also for user
  code, thus making it easier to spot real problems again.

* The functionality of "lxml.cssselect" was moved into a separate PyPI
  package called "cssselect".  To continue using it, you must install
  that package separately.  The "lxml.cssselect" module is still
  available and provides the same interface, provided the "cssselect"
  package can be imported at runtime.

* Element attributes passed in as an ``attrib`` dict or as keyword
  arguments are now sorted by (namespaced) name before being created
  to make their order predictable for serialisation and iteration.
  Note that adding or deleting attributes afterwards does not take
  that order into account, i.e. setting a new attribute appends it
  after the existing ones.

* Several classes that are for internal use only were removed
  from the ``lxml.etree`` module dict:
  ``_InputDocument, _ResolverRegistry, _ResolverContext, _BaseContext,
  _ExsltRegExp, _IterparseContext, _TempStore, _ExceptionContext,
  __ContentOnlyElement, _AttribIterator, _NamespaceRegistry,
  _ClassNamespaceRegistry, _FunctionNamespaceRegistry,
  _XPathFunctionNamespaceRegistry, _ParserDictionaryContext,
  _FileReaderContext, _ParserContext, _PythonSaxParserTarget,
  _TargetParserContext, _ReadOnlyProxy, _ReadOnlyPIProxy,
  _ReadOnlyEntityProxy, _ReadOnlyElementProxy, _OpaqueNodeWrapper,
  _OpaqueDocumentWrapper, _ModifyContentOnlyProxy,
  _ModifyContentOnlyPIProxy, _ModifyContentOnlyEntityProxy,
  _AppendOnlyElementProxy, _SaxParserContext, _FilelikeWriter,
  _ParserSchemaValidationContext, _XPathContext,
  _XSLTResolverContext, _XSLTContext, _XSLTQuotedStringParam``

* Several internal classes can no longer be inherited from:
  ``_InputDocument, _ResolverRegistry, _ExsltRegExp, _ElementUnicodeResult,
  _IterparseContext, _TempStore, _AttribIterator, _ClassNamespaceRegistry,
  _XPathFunctionNamespaceRegistry, _ParserDictionaryContext,
  _FileReaderContext, _PythonSaxParserTarget, _TargetParserContext,
  _ReadOnlyPIProxy, _ReadOnlyEntityProxy, _OpaqueDocumentWrapper,
  _ModifyContentOnlyPIProxy, _ModifyContentOnlyEntityProxy,
  _AppendOnlyElementProxy, _FilelikeWriter, _ParserSchemaValidationContext,
  _XPathContext, _XSLTResolverContext, _XSLTContext, _XSLTQuotedStringParam,
  _XSLTResultTree, _XSLTProcessingInstruction``

2.3.6 (2012-09-28)
==================

Bugs fixed
----------

* Passing long Unicode strings into the ``feed()`` parser interface
  failed to read the entire string.

2.3.5 (2012-07-31)
==================

Bugs fixed
----------

* Crash when merging text nodes in ``element.remove()``.

* Crash in sax/target parser when reporting empty doctype.

2.3.4 (2012-03-26)
==================

Bugs fixed
----------

* Crash when building an nsmap (Element property) with empty
  namespace URIs.

* Crash due to race condition when errors (or user messages) occur
  during threaded XSLT processing.

* XSLT stylesheet compilation could ignore compilation errors.

2.3.3 (2012-01-04)
==================

Features added
--------------

* ``lxml.html.tostring()`` gained new serialisation options
  ``with_tail`` and ``doctype``.

Bugs fixed
----------

* Fixed a crash when using ``iterparse()`` for HTML parsing and
  requesting start events.

* Fixed parsing of more selectors in cssselect.  Whitespace before
  pseudo-elements and pseudo-classes is significant as it is a
  descendant combinator.
  "E :pseudo" should parse the same as "E \*:pseudo", not "E:pseudo".
  Patch by Simon Sapin.

* lxml.html.diff no longer raises an exception when hitting
  'img' tags without 'src' attribute.

(wiz)

2012-10-21 21:33:25 UTC MAIN commitmail json YAML

2012-10-21 21:26:19 UTC MAIN commitmail json YAML

Updated fonts/harfbuzz to 0.9.5

(wiz)

2012-10-21 21:26:10 UTC MAIN commitmail json YAML

Update to 0.9.5:

Overview of changes leading to 0.9.5
Sunday, October 14, 2012
====================================

- Synthetic-GSUB Arabic fallback shaping.

- Misc Indic improvements.

- Add build system support for pthread.

- Imported UCDN for in-tree Unicode callbacks implementation.

- Context-aware Arabic joining.

- Misc other fixes.

- New API:

  hb_feature_to/from-string()
  hb_buffer_[sg]et_content_type()

(wiz)

2012-10-21 21:25:35 UTC MAIN commitmail json YAML

Revert buildlink3 ABI bump, it wasn't necessary (no shlib major changed)
and leads to unneeded package rebuilds. Discussed with Patrick Welche.

(wiz)

2012-10-21 21:24:44 UTC MAIN commitmail json YAML

Add CONFLICTS with groff

(cheusov)

2012-10-21 21:23:45 UTC MAIN commitmail json YAML

Add CONFLICTS with mdocml and ja-groff; Add LICENSE; Fix pkglint warning

(cheusov)

2012-10-21 21:21:57 UTC MAIN commitmail json YAML

Updated lang/mono to 2.10.9

(wiz)

2012-10-21 21:21:41 UTC MAIN commitmail json YAML

Update to 2.10.9:

2.10.9

Fix a libgdiplus issue that had forced linking against Apple's X11 stack for text rendering.
Fix issue where a native crash causes MonoDevelop to hang and neither Force Quit nor kill -9 would terminate it (Xamarin #2548).
Fix sgen failing with Assertion at sgen-gc.c:2506, condition `mono_sgen_need_bridge_processing ()' not met.

2.10.8

Changes

    Updated the Task Parallel Library to include the latest fixes from our main development branch.
    SQLiteConnection can now set the threading mode (Xamarin #652)
    Improved the debugger protocol to speed up debugging and value lookup
    Added basic support for MSBuild 4.0 (Leszek Ciesielski, Paul Selormey)
    NuGet now runs on Mono
    Phalanger 3.0 now runs with Mono
    Adds support for some Azure libraries
    Added support for bundling profilers in a static binary
    The profiler can now log its data to any file descriptor (for over-the-net profile logging)
    SGen now has native support for object systems that implement ToggleRefs
    Mobile Profile now contains System.IO.MemoryMappedFiles
    Added PerformanceCounters for JIT statistics
    Add support for Android CPU count.
    HashSet<T> can now be serialized (Neale Ferguson)

Bug Fixes

    The --profile loader will now work on MacOS X without setting any environment variables
    Fixes slow start on threads (Xamarin #1036)
    Fixed the SGen interaction between weak references and ephemerons
    Fixes --profile=log on x64 systems (Xamarin #971)
    Fixes crash on some debugging configurations (Xamarin #1093)
    Fixes timezone race condition (Xamarin #1055)
    Fixes SendAsync reporting the wrong number of bytes sent (Xamarin #531)
    Plug a managed leak in the ASP.NET stack (HttpResponse)
    Fix an infinite loop in Path.GetTempFileName
    Fixes Soap12 message serialisation incorrect for ReplyTo header value (Xamarin #1244)
    Linked away exception on AsyncWaitHandle.WaitOne() on device (Xamarin #1144)
    Fixed MonoDoc to avoid loading the same documentation more than once (fixes MonoDoc browser)
    Fixes regression in System.Diagnostics.Process.PrivateMemorySize64 (Xamarin #1459)
    ASP.NET fix for WebResource.axd and hashes containing /
    ServiceModel now allows https endpoints (Xamarin #1203)
    ServiceModel now allow requests with no headers (Xamarin #1205 and #1207 by Mario Kosmiskaso)
    Fix for WebOperationContext.IncomingResponse (Xamarin #1209 by Mario Kosmiskaso)
    Fix for propagating operation context (Xamarin #1210 by Mario Kosmiskaso)
    Fix WebConnectionStream to return the correct length for input streams
    Fix serialization reader (Xamarin #1462)
    Various fixes to System.IO.Packaging
    mono-service now passes the command line arguments to the services
    Alternate path separator on Unix improves compatibility with Windows software
    Fixes xsi:nil handling (Xamarin #1198)
    Fixes hang caused by gdb attaching to the wrong process when Mono hard-crashes
    Fixes the handling of XmlSchemaFrom importing, which is exposed by WebSphere WSDL tools
    Fixes crash on inlined code that contained some patterns of exception throwing (Xamarin #1835)
    Fixes monotonic clock on OSX and iOS (Xamarin #1366)
    Fixes leak in Process class if WaitForExit was not called (Xamarin #1682)
    Fixes typo in ASP.NET's SQLServer SessionState
    Fixes marshaling of IPv6 addresses in Win32
    Fixes race in ServiceModel.Logger
    Fixes string truncation in Tds protocol (Xamarin #1916, Neale Ferguson)
    Fixes System.Data DataView sorting
    Fixes Debug information for dynamic methods (Novell #731579)
    On Android, stdout/stderr become the logcat
    Fixes ConditionalWeakTable behavior with SGen (Xamarin #1175)
    Fixes SIGSEGV during GC when write barrier is set to cardtable (Xamarin #1917)
    Added JSonSerializer support for nullables (Xamarin #163)
    Fixes deadlock on SDB (Xamarin #2190)
    Fixes heuristics for inserting breakpoints (Xamarin #407)
    Fixes Array.Containsfor null items via ICollection<T> (Xamarin #2260)
    Fixes scanning of complex values in SGen (Xamarin #228)
    Fixes assignability of arrays with generic interfaces (Xamarin #2304)
    Fixes FullAOT support for iterating Linq.OrderedEnumerable (Xamarin #2155)
    Fix a libgdiplus issue that had forced linking against Apple's X11 stack for text rendering on MacOS.
    Fix issue on Mac where a native crash causes MonoDevelop to hang and neither Force Quit nor kill -9 would terminate it (Xamarin #2548).

Mobile Profile Fixes

    Xamarin 233: support commit/rollback/update events in iOS/Sqlite
    Xamarin 154: Support Dispose on BinaryReader on the Mobile Profile
    SGen bridge processing is now a two-step process (used for Mono/Android)
    Xamarin 1999: all threads are now wrapped in NSAutoreleasePools.

(wiz)

2012-10-21 21:07:42 UTC MAIN commitmail json YAML

s/2.7/${PYVERSSUFFIX}/  to fix for python26

(markd)

2012-10-21 21:07:11 UTC MAIN commitmail json YAML

Add CONFLICTS with lang/js. Fix some pkglint warnings

(cheusov)

2012-10-21 21:06:05 UTC MAIN commitmail json YAML

Add CONFLICTS with spidermonkey

(cheusov)

2012-10-21 20:56:54 UTC MAIN commitmail json YAML

Add CONFLICTS with clearsilver-base-[0-9]* and netramet-[0-9]*

(cheusov)

2012-10-21 20:54:32 UTC MAIN commitmail json YAML

Updated net/Transmission-gui to 2.72

(wiz)

2012-10-21 20:54:01 UTC MAIN commitmail json YAML

Update to 2.72:

=== Transmission 2.72 (2012/10/16) ===

==== All Platforms ====
  * Fix crash when adding magnet links with malformed webseeds
  * Fix handling of magnet links' webseed URLs that contain whitespace
  * Fix remaining time estimates of magnet links that have webseeds
  * Show the webseed count in the torrent list when downloading from webseeds
==== Mac ====
  * When possible allow automatic switching to the integrated GPU on dual-GPU machines
  * Include seeding-complete transfers in the badged count on the Dock icon
==== GTK+ ====
  * When adding torrents by URL from the clipboard, handle whitespace in the link
==== Qt ====
  * Fix dialog memory leaks
==== Web Client ====
  * Minor interface fixes

(wiz)

2012-10-21 20:42:35 UTC MAIN commitmail json YAML

Updated time/py-pytz to 2012g

(wiz)

2012-10-21 20:42:23 UTC MAIN commitmail json YAML

2012-10-21 20:41:35 UTC MAIN commitmail json YAML

Updated devel/meld to 1.6.1

(wiz)

2012-10-21 20:41:26 UTC MAIN commitmail json YAML

Update to 1.6.1:

2012-10-21 meld 1.6.1
=====================

  Fixes:

    * Fix traceback from invalid tree cursor paths (Kai Willadsen) (closes
      rhbz#832969 and rhbz#837133)
    * Fix traceback when popping up right-click menus in empty tree sections
      (Kai Willadsen) (closes rhbz#843879)
    * Fix Bazaar comparisons including exec bit changes (Kai Willadsen) (closes
      bgo#682852)
    * Avoid spurious listings in Bazaar with shelved items (Per Ã…ngström)
    * Fix copying symlinks in directories (Rainer Suhm) (closes rhbz#836606)
    * Support newer Fossil VC (Jan Danielsson) (closes bgo#683969)
    * Fix compatibility with Python 2.5 (Gianni Trovisi)

(wiz)

2012-10-21 20:40:21 UTC MAIN commitmail json YAML

+ Transmission-2.72, Transmission-gui-2.72, anjuta-3.6.1,
  harfbuzz-0.9.5, meld-1.6.1, mono-2.10.9, mosh-1.2.3, py-lxml-3.0.1,
  py-pytz-2012g, x264-devel-20121020.

(wiz)

2012-10-21 18:59:06 UTC MAIN commitmail json YAML

Added English, French and Russian sound files for FreeSWITCH.

(darcy)

2012-10-21 18:54:26 UTC MAIN commitmail json YAML

2012-10-21 18:52:58 UTC MAIN commitmail json YAML

2012-10-21 18:50:54 UTC MAIN commitmail json YAML

2012-10-21 18:14:44 UTC MAIN commitmail json YAML

Note PKGREVISION bump of teTeX-texmf.

(minskim)

2012-10-21 18:14:17 UTC MAIN commitmail json YAML

Resolve conflicts between tex-psfrag, tex-umlaute, and teTeX-texmf.

(minskim)

2012-10-21 18:08:03 UTC MAIN commitmail json YAML

Correct version strings for tex-umlaute{,-doc}.

(minskim)

2012-10-21 18:07:08 UTC MAIN commitmail json YAML

2012-10-21 17:56:40 UTC MAIN commitmail json YAML

2012-10-21 17:56:13 UTC MAIN commitmail json YAML

Add CONFLICTS between "azara" and "connect"

(cheusov)

2012-10-21 17:55:06 UTC MAIN commitmail json YAML

2012-10-21 17:54:51 UTC MAIN commitmail json YAML

Import tex-psfrag-3.04 as print/tex-psfrag.

Allows LaTeX constructions (equations, picture environments,
etc.) to be precisely superimposed over Encapsulated PostScript
figures, using your own favorite drawing tool to create an EPS
figure and placing simple text 'tags' where each replacement is
to be placed, with PSfrag automatically removing these tags
from the figure and replacing them with a user specified LaTeX
construction, properly aligned, scaled, and/or rotated.

(minskim)

2012-10-21 17:53:10 UTC MAIN commitmail json YAML

Fix pkglint warnings; Clean-ups

(cheusov)

2012-10-21 17:52:32 UTC MAIN commitmail json YAML

Fix pkglint warning; Add LICENSE

(cheusov)

2012-10-21 17:48:26 UTC MAIN commitmail json YAML

2012-10-21 17:46:40 UTC MAIN commitmail json YAML

2012-10-21 17:46:18 UTC MAIN commitmail json YAML

Import tex-umlaute-v2.1 as print/tex-umlaute.

An early package for using alternate input encodings. The
author considers the package mostly obsolete, since most of its
functions are taken by the inputenc package; however, inputenc
doesn't support the roman8 and atari encodings, so umlaute
remains the sole source of that support.

(minskim)

2012-10-21 17:37:04 UTC MAIN commitmail json YAML

Add CONFLICTS between mail/rblcheck and net/udns

(cheusov)

2012-10-21 17:32:49 UTC MAIN commitmail json YAML

Fix pkglint warnings; Add LICENSE

(cheusov)

2012-10-21 17:24:58 UTC MAIN commitmail json YAML

Support for non-default PKG_SYSCONFDIR

(cheusov)

2012-10-21 17:17:01 UTC MAIN commitmail json YAML

2012-10-21 17:13:49 UTC MAIN commitmail json YAML

2012-10-21 16:05:19 UTC MAIN commitmail json YAML

Add CONFLICTS between chat/jabberd2 and net/sendfile

(cheusov)

2012-10-21 16:01:40 UTC MAIN commitmail json YAML

2012-10-21 15:52:10 UTC MAIN commitmail json YAML

Update MASTER_SITES. Original master site doesn't contain
"host" tarballs anymore.

(cheusov)

2012-10-21 15:49:07 UTC MAIN commitmail json YAML

Add CONFLICTS between net/bind and net/host.
net/bind9*: remove "bind<x.y.z" entries from CONFLICTS. It is useless
  because package's PKGBASE is "bind".

(cheusov)

2012-10-21 14:53:32 UTC MAIN commitmail json YAML

2012-10-21 14:49:01 UTC MAIN commitmail json YAML

Update to 1.7

Upstream changes:
CHANGES FROM 1.6 to 1.7, 13 October 2012

* tmux configuration files now support line-continuation with a "\" at the
  end of a line.
* New option status-position to move the status line to the top or bottom of
  the screen.
* Enforce history-limit option when clearing the screen.
* Give each window a unique id, like panes but prefixed with @.
* Add pane id to each pane in layout description (while still accepting
  the old form).
* Provide defined ways to set the various default-path possibilities: ~
  for home directory, . for server start directory, - for session start
  directory and empty for the pane's working directory (the default). All
  can also be used as part of a relative path (eg -/foo). Also provide -c
  flags to neww and splitw to override default-path setting.
* Add -l flag to send-keys to send input literally (without translating
  key names).
* Allow a single option to be specified to show-options to show just that
  option.
* New command "move-pane" (like join-pane but allows the same window).
* join-pane and move-pane commands learn "-b" option to place the pane to
  the left or above.
* Support for bracketed-paste mode.
* Allow send-keys command to accept hex values.
* Add locking around "start-server" to avoid race-conditions.
* break-pane learns -P/-F arguments for display formatting.
* set-option learns "-q" to make it quiet, and not print out anything.
* copy mode learns "wrap-search" option.
* Add a simple form of output rate limiting by counting the number of
  certain C0 sequences (linefeeds, backspaces, carriage returns) and if it
  exceeds a threshold (current default 250/millisecond), start to redraw
  the pane every 100 milliseconds instead of making each change as it
  comes. Two configuration options - c0-change-trigger and
  c0-change-interval.
* find-window learns new flags:  "-C", "-N", "-T" to match against either or
  all of a window's content, name, or title.  Defaults to all three options
  if none specified.
* find-window automatically selects the appropriate pane for the found
  matches.
* show-environment can now accept one option to show that environment value.
* Exit mouse mode when end-of-screen reached when scrolling with the mouse
  wheel.
* select-layout learns -u and -U for layout history stacks.
* kill-window, detach-client, kill-session all  learn "-a" option for
  killing all but the current thing specified.
* move-window learns "-r" option to renumber window sequentially in a
  session.
* New session option "renumber-windows" to automatically renumber windows in
  a session when a window is closed.  (see "move-window -r").
* Only enter copy-mode on scroll up.
* choose-* and list-* commands all use "-F" for format specifiers.
* When spawning external commands, the value from the "default-shell" option
  is now used, rather than assuming /bin/sh.
* New choose-tree command to render window/sessions as a tree for selection.
* display-message learns new format options.
* For linked-windows across sessions, all flags for that window are now
  cleared across sessions.
* Lots and lots of bug fixes, fixing memory-leaks, etc.
* Various manpage improvements.

(wen)

2012-10-21 13:52:15 UTC MAIN commitmail json YAML

2012-10-21 13:37:12 UTC MAIN commitmail json YAML

Indent (no functional change).

(schmonz)

2012-10-21 13:36:20 UTC MAIN commitmail json YAML

2012-10-21 13:01:18 UTC MAIN commitmail json YAML

Updated fonts/terminus-font to 4.38

(cheusov)

2012-10-21 12:59:42 UTC MAIN commitmail json YAML

Add option for English language.

(darcy)

2012-10-21 12:52:14 UTC MAIN commitmail json YAML

2012-10-21 12:33:07 UTC MAIN commitmail json YAML

+ elm-me-2.5plalpha31, libmemcached-1.0.13, py-sympy-0.7.2,
  terminus-font-4.38 [pkg/47092], xf86-video-intel-2.20.12.

(wiz)

2012-10-21 12:07:03 UTC MAIN commitmail json YAML

2012-10-21 11:39:12 UTC MAIN commitmail json YAML

CONFLICTS between siag and siod packages

(cheusov)

2012-10-21 11:35:51 UTC MAIN commitmail json YAML

Fix pkglint warnings; Add LICENSE

(cheusov)

2012-10-21 11:28:25 UTC MAIN commitmail json YAML

CONFLICTS between libtai and libowfat

(cheusov)

2012-10-21 11:26:50 UTC MAIN commitmail json YAML

CONFLICTS between libtai and libowfat

(cheusov)

2012-10-21 11:20:20 UTC MAIN commitmail json YAML

Fix pkglint warnings

(cheusov)

2012-10-21 11:04:42 UTC MAIN commitmail json YAML

Call mount() only on Linux -- it has different call signature elsewhere.

(shattered)

2012-10-21 10:27:15 UTC MAIN commitmail json YAML

2012-10-21 09:08:57 UTC MAIN commitmail json YAML

2012-10-21 09:00:56 UTC MAIN commitmail json YAML

2012-10-21 09:00:16 UTC MAIN commitmail json YAML

2012-10-21 08:56:48 UTC MAIN commitmail json YAML

2012-10-21 04:32:12 UTC MAIN commitmail json YAML

Updated www/p5-HTTP-Message to 6.06

(wen)

2012-10-21 04:30:58 UTC MAIN commitmail json YAML

Update to 6.06

Upstream changes:
2012-10-21 HTTP-Message 6.06

Gisle Aas (2):
      More forgiving test on croak message [RT#80302]
      Added test for multipart parsing

Mark Overmeer (1):
      Multipart end boundary doesn't need match a complete line [RT#79239]
_______________________________________________________________________________
2012-10-20 HTTP-Message 6.05

Gisle Aas (5):
      Updated ignores
      No need to prevent visiting field values starting with '_'
      Report the correct croak caller for delegated methods
      Disallow empty field names or field names containing ':'
      Make the extra std_case entries local to each header
_______________________________________________________________________________
2012-09-30 HTTP-Message 6.04

Gisle Aas (5):
      Updated repository URL
      Avoid undef warning for empty content
      Teach $m->content_charset about JSON
      Use the canonical charset name for UTF-16LE (and frieds)
      Add option to override the "(no content)" marker of $m->dump

Christopher J. Madsen (2):
      Use IO::HTML for <meta> encoding sniffing
      mime_name was introduced in Encode 2.21

Tom Hukins (1):
      Remove an unneeded "require"

Ville Skytt. (1):
      Spelling fixes.

chromatic (1):
      Sanitized PERL_HTTP_URI_CLASS environment variable.

Martin H. Sluka (1):
      Add test from RT#77466

Father Chrysostomos (1):
      Fix doc grammo [RT#75831]

(wen)

2012-10-21 04:24:32 UTC MAIN commitmail json YAML

Added devel/p5-IO-HTML version 0.04

(wen)

2012-10-21 04:22:26 UTC MAIN commitmail json YAML

Imported devel/p5-IO-HTML-0.04

IO::HTML provides an easy way to open a file containing HTML while
automatically determining its encoding. It uses the HTML5 encoding
sniffing algorithm specified in section 8.2.2.1 of the draft standard.

(wen)

2012-10-21 00:20:27 UTC MAIN commitmail json YAML

Add libfetch buildlink to openldap-client's buildlink3.mk

(sbd)

2012-10-20 22:59:30 UTC MAIN commitmail json YAML

2012-10-20 22:14:05 UTC MAIN commitmail json YAML

2012-10-20 22:13:28 UTC MAIN commitmail json YAML

Forgotten patch to fix inline usage.

(joerg)

2012-10-20 22:12:30 UTC MAIN commitmail json YAML

2012-10-20 22:11:30 UTC MAIN commitmail json YAML

2012-10-20 22:10:18 UTC MAIN commitmail json YAML

2012-10-20 22:09:09 UTC MAIN commitmail json YAML

2012-10-20 22:08:32 UTC MAIN commitmail json YAML

2012-10-20 22:07:40 UTC MAIN commitmail json YAML

const global objects are not valid when using non-defaulted
constructors.

(joerg)

2012-10-20 22:06:55 UTC MAIN commitmail json YAML

Add some more warnings to remove for clang.

(joerg)

2012-10-20 22:06:18 UTC MAIN commitmail json YAML

2012-10-20 22:04:50 UTC MAIN commitmail json YAML

Fix build with Clang.

(joerg)

2012-10-20 22:04:27 UTC MAIN commitmail json YAML

Use a more specific fix for clang.

(joerg)

2012-10-20 22:03:46 UTC MAIN commitmail json YAML

2012-10-20 22:03:01 UTC MAIN commitmail json YAML

2012-10-20 22:02:07 UTC MAIN commitmail json YAML

2012-10-20 16:11:09 UTC MAIN commitmail json YAML

Updated devel/py-distribute to 0.6.29

(wiz)

2012-10-20 16:11:00 UTC MAIN commitmail json YAML

Update to 0.6.29:

------
0.6.29
------

* Pull Request #14: Honor file permissions in zip files.
* Issue #327: Merged pull request #24 to fix a dependency problem with pip.
* Merged pull request #23 to fix https://github.com/pypa/virtualenv/issues/301.
* If Sphinx is installed, the `upload_docs` command now runs `build_sphinx`
  to produce uploadable documentation.
* Issue #326: `upload_docs` provided mangled auth credentials under Python 3.
* Issue #320: Fix check for "createable" in distribute_setup.py.
* Issue #305: Remove a warning that was triggered during normal operations.
* Issue #311: Print metadata in UTF-8 independent of platform.
* Issue #303: Read manifest file with UTF-8 encoding under Python 3.
* Issue #301: Allow to run tests of namespace packages when using 2to3.
* Issue #304: Prevent import loop in site.py under Python 3.3.
* Issue #283: Reenable scanning of *.pyc / *.pyo files on Python 3.3.
* Issue #299: The develop command didn't work on Python 3, when using 2to3,
  as the egg link would go to the Python 2 source. Linking to the 2to3'd code
  in build/lib makes it work, although you will have to rebuild the module
  before testing it.
* Issue #306: Even if 2to3 is used, we build in-place under Python 2.
* Issue #307: Prints the full path when .svn/entries is broken.
* Issue #313: Support for sdist subcommands (Python 2.7)
* Issue #314: test_local_index() would fail an OS X.
* Issue #310: Non-ascii characters in a namespace __init__.py causes errors.
* Issue #218: Improved documentation on behavior of `package_data` and
  `include_package_data`. Files indicated by `package_data` are now included
  in the manifest.
* `distribute_setup.py` now allows a `--download-base` argument for retrieving
  distribute from a specified location.

(wiz)

2012-10-20 15:43:09 UTC MAIN commitmail json YAML

2012-10-20 14:50:35 UTC MAIN commitmail json YAML

Added audio/freeswitch-music version 1.0.8

(darcy)

2012-10-20 14:27:48 UTC MAIN commitmail json YAML

Updated security/p5-Crypt-OpenSSL-DSA to 0.14

(wen)

2012-10-20 14:25:59 UTC MAIN commitmail json YAML

Update to 0.14

Upstream changes:
0.14  October 16, 2012
- compiling with -Werror=format-security now works (Jerome Quelin, #48446)
- Use Digest::SHA instead of Digest::SHA1 (Ansgar Burchardt, #60271)
- Security fix, CVE-2009-0129: Missing error check in do_verify (Havard Eidnes, #79958)

(wen)

2012-10-20 13:39:38 UTC MAIN commitmail json YAML

2012-10-20 13:32:55 UTC MAIN commitmail json YAML

2012-10-20 13:23:47 UTC MAIN commitmail json YAML

2012-10-20 13:23:38 UTC MAIN commitmail json YAML

Update to 284:
Fixes bugs reported with the #283 release (regression in the --regex
configure option and undesirable interaction with existing iconName
behavior).

(wiz)

2012-10-20 13:21:50 UTC MAIN commitmail json YAML

Updated devel/mono-addins to 1.0

(wiz)

2012-10-20 13:21:34 UTC MAIN commitmail json YAML

Update to 1.0:

1.0:
    Fixed crash in ExtensionContext finalizer
    Minor optimizations

0.6.2:
    Added option to support non-interactive installations when using mautil
    Fixed bugs:
        Avoid entering in an infinite loop when finding corrupted file
        Fixed crash when checking for add-in info in dynamic assemblies
        Fix bug in Repair command

(wiz)

2012-10-20 13:15:04 UTC MAIN commitmail json YAML

Updated converters/py-chardet to 2.1.1

(wiz)

2012-10-20 13:14:48 UTC MAIN commitmail json YAML

Update to 2.1.1. Old HOMEPAGE gone, switch to pypi. Changes undocumented.

(wiz)

2012-10-20 13:01:30 UTC MAIN commitmail json YAML

Missed another debugging leftover.

(darcy)

2012-10-20 12:49:35 UTC MAIN commitmail json YAML

Remove fake option used in debugging.

(darcy)

2012-10-20 12:21:40 UTC MAIN commitmail json YAML

2012-10-20 12:19:52 UTC MAIN commitmail json YAML

Add FreeSWITCH audio sample rate options.

(darcy)

2012-10-20 10:41:46 UTC MAIN commitmail json YAML

REPLACE_PERL one more file and add a SUBST_MESSAGE.
The rm class doesn't always work for me because miniperl regenerates
some Makefiles and then overwrites the substed file. I haven't tracked
the exact reason that triggers this down yet.

(wiz)

2012-10-20 02:25:17 UTC MAIN commitmail json YAML

Linux build fixes:
- Use GZIP_CMD instead of GZIP so that GZIP is exported to the env of ar
  sub-make and then to gzip itself.
- Define EOF if needed.

(sbd)