Commit graph

161311 commits

Author SHA1 Message Date
sno
523a9af678 Updating archivers/p5-Archive-Tar from 1.58 to 1.66
pkgsrc changes:
- mark package included in Perl5 CORE

Upstream changes:
* important changes in version 1.66 26/07/2010
- Applied a patch from Alexandr Ciornii [RT#59699] to Makefile.PL which
  produces better META.yml
- Apply a patch from Alexandr Ciornii to ptar [RT#59700]:

    Adds option -C to allow archives created with ptar to be uploaded to
    PAUSE in case of Windows or world +w permissions on unix.

* important changes in version 1.64 09/07/2010
- Removed the PERL_CORE specific chdir from all the tests
- Apply a patch from David Muir Sharnoff RT #58916,
  "skip files via a callback and limit memory use when skipping files"
- Apply a patch from Daphne Pfister RT #59150
  "Assumes all references filename are IO::Handle's instead of trying
   to stringify."

* important changes in version 1.62 28/06/2010
- Apply part of patch from
  https://bugzilla.redhat.com/attachment.cgi?id=426194
  reported by Martin Cermak in RT #58636 relating to a Redhat ticket
  https://bugzilla.redhat.com/show_bug.cgi?id=606813

* important changes in version 1.60 23/04/2010
- Apply patch from Darrell K. [RT #54850] that makes write() and
  create_archive() close only handles they opened.

    When you pass a filehandle to Archive::Tar::write() or create_archive(),
    it closes the filehandle after writing to it. I think it makes more
    sense not to close a handle that A::T didn't open, since the application
    may need to write additional data to it. (Consider sockets, package
    files containing encapsulated tar archives, etc.)

    Example:

    $ perl -e 'use Archive::Tar; open(PKG, ">mypkg") or die "open: $!"; my
    $tar = Archive::Tar->new; $tar->add_data("foo.txt","hello");
    $tar->write(\*PKG); print PKG "more data" or die "print: $!";'
    print: Bad file descriptor at -e line 1.

- Fool the installer into replacing our scripts that were installed by
  core with versiononly set.
2010-08-04 18:01:14 +00:00
tron
7c6a09e492 Note update of the "tiff" package to version 3.9.4nb1. 2010-08-04 17:48:39 +00:00
tron
030186375d Add patches from either libtiff's or Red Hat's Bugzilla which fix the
following vulnerabilities:
- CVE-2010-2233
- CVE-2010-2482
- CVE-2010-2483
- CVE-2010-2595
- CVE-2010-2597
There is no patch for CVE-2010-2596 yet. But it is low risk (an assertion
gets triggered) and cannot be exploited after the above vulnerabilities
are fixed (at least if I understood correctly).

No butcher was involved in fixing this package.
2010-08-04 17:48:22 +00:00
drochner
e8a04dbf0b replace my poor fix with the upstream version 2010-08-04 17:46:52 +00:00
sno
4f1c2e7189 Updated net/p5-SOAP-Lite to 0.712 2010-08-04 17:04:43 +00:00
sno
c99493849b Updating net/p5-SOAP-Lite from 1.710.10 to 1.712
pkgsrc changes:
- adjust dependencies

Upstream changes since 1.710.10:
0.712
    ! #57409 SOAP::Lite installation problem
    ! #52015 defined(%hash) deprecated in Perl 5.11
    ! #39546 use of version.pm
    ! #52637 error sending a request in perl 5.10.0 containing
             utf-8 data using the string data type
    ! #55962 Spelling errors
0.711
   SOAP::Transport::JABBER, SOAP::Transport::MQ and SOAP::Tranport::FTP
   are now in their own distributions.
   ! [2790747] Bugtracker specification in META.yml missing
   ! #45997: Inconsistency in SOAP::Serializer documentation
   ! #55618: HTTP_TRANSFER_ENCODING can be undefined in SOAP/Transpo
   ! [2946245] / #54106 Only last Cookie Set
   ! #50178: Win32 isuue with IO::SessionData and IO::SessionSet
   ! #41527: SOAP::Lite 0.69 with Apache2 HTTP Server module and mod_perl 2
           returns 500 Internal
2010-08-04 17:04:29 +00:00
sno
b0c2efa46b Updated security/p5-Net-OpenSSH to 0.48 2010-08-04 16:50:07 +00:00
sno
88e434d606 Updating security/p5-Net-OpenSSH from 0.47 to 0.48
Upstream changes:
0.48  Aug 2, 2010
        - bug quoting escaped scalars as globs solved
	- new faq for "can't change directory"
	- support calling shell_quote and shell_quote_args as class
          methods
	- more tests
	- minor doc corrections
2010-08-04 16:49:54 +00:00
sno
34c2ee0285 Updated time/p5-DateTime-Format-Natural to 0.88 2010-08-04 16:47:21 +00:00
sno
6c25c725de Updating time/p5-DateTime-Format-Natural from 0.85 to 0.88
Upstream changes:
0.88  2010-06-16  <schubiger@cpan.org>
 - Merged development version to stable.

0.87_03  2010-06-12  <schubiger@cpan.org>
 - Fix broken use_ok() test for the Calc module.
 - Insert some missing examples in the grammar documentation.

0.87_02  2010-06-09  <schubiger@cpan.org>
 - Strengthen the check for invalid units of prefixed dates.
 - Add a test file for parse asserts.
 - Rename Base.pm to Calc.pm and adjust trace tests.
 - Reword the according abstract and description.
 - Document where arguments to dateparse's switches are required.
 - Allow dateparse to handle the language code in uppercase.

0.87_01  2010-06-06  <schubiger@cpan.org>
 - Match case-insensitively in the language option check.
 - Require (and not use) the grammar class in runtime eval.
 - Purge the remains of the formatted instance data member.
 - Delete some instance data through hash slices.
 - Convert a few non-option identifiers to lowercase.

0.87  2010-05-29  <schubiger@cpan.org>
 - Merged development version to stable.

0.86_02  2010-05-27  <schubiger@cpan.org>
 - Emit an error for 0 AM/PM suggesting to use 12 as zero.
 - Add tests for this extended check failure.
 - Adjust related prefer_future tests to make them pass.
 - When verifying that extended checks fail, call _get_error()
   to see whether it returns an error as expected.
 - Reset in _unset_error() with undef instead of empty string.

0.86_01  2010-05-18  <schubiger@cpan.org>
 - Introduce and use two flag handlers for AM/PM time values.
   [rt #56955 - Andrew Sterling Hanenkamp]
 - Assert that these values pass the extended meridiem check.
 - Split implicit matching of time only from grammar entries
   with an optional AM suffix.
 - Add tests for 12 AM/PM and the splitted grammar entries
   (including prefer_future ones).
 - Test that invalid meridiem time values fail.
 - Remove addition of 12 hours for PM time values in _at_time()
   and _time_full().
 - Dispatch to _at() for AM/PM time, to _time() for time only.
 - Comment the purpose of the wrappers _at() and _time().

0.86  2010-04-20  <schubiger@cpan.org>
 - Merged development version to stable.

0.85_02  2010-04-11  <schubiger@cpan.org>
 - Extract both caller and sub in ::Lang::Base's AUTOLOAD() at once.
 - Correct the indentation of the same subroutine.

0.85_01  2010-04-08  <schubiger@cpan.org>
 - New supported format: <time full> AM/PM. [Wes Morgan]
 - Make _time_full() capable of working with an hours option.
 - Initialize the hours option in _at_time() after having processed
   the arguments.
2010-08-04 16:47:08 +00:00
sno
ad1c9f5309 Updated time/p5-DateTime-Format-HTTP to 0.39 2010-08-04 16:42:47 +00:00
sno
0c45df09a4 Updating time/p5-DateTime-Format-HTTP from 0.38 to 0.39
pkgsrc changes:
- adjust license

Upstream changes:
0.39  2010-07-03
- No code changes from previous versions.

0.38_01  2010-07-01
- Making sure the nanosecond is a integer, and not a float making the creation
  of a DateTime object fail. Fixes RT 58854 (Christiaan Kras)
- Repository moved from Subversion to Git. The repository can be located at
  git://github.com/Htbaa/DateTime-Format-HTTP.git
2010-08-04 16:42:36 +00:00
sno
7c66296276 Updated time/p5-DateTime-Format-Pg to 0.16005 2010-08-04 16:37:14 +00:00
sno
9d1ef6e364 Updating time/p5-DateTime-Format-Pg from 0.16004 to 0.16005
pkgsrc changes:
- adjust dependency versions

Upstream changes:
0.16005  Wed Jun 23 12:15:00 2010
    - Fix edge case in fractional seconds (rt #58612).
      Patch by Andrew Whatson
2010-08-04 16:37:00 +00:00
sno
52f3df114c Updated time/p5-DateTime-Format-Strptime to 1.4000 2010-08-04 16:30:04 +00:00
sno
ac0950d80a Updating time/p5-DateTime-Format-Strptime from 1.2000 to 1.4000
pkgsrc changes:
- adjusting license

Upstream changes:
1.4000 2010-06-28
    - Actually update $VERSION in module file. Reported by David Wheeler.

1.3000 2010-06-26
    - Specifiers which allowed for leading space before a number (like %e)
      would cause DateTime.pm to throw an error if the date being parsed
      actually contained leading space. Patch by Alex Vandiver. RT #58459.
    - Licnse is now Artistic 2.0
2010-08-04 16:29:53 +00:00
sno
a9a2a5cad6 Updated time/p5-DateTime-TimeZone to 1.20 2010-08-04 16:25:02 +00:00
sno
e5f7841ad8 Updating time/p5-DateTime-TimeZone from 1.19 to 1.20
Upstream changes:
1.20    2010-07-26
- This release is based on version 2010k of the Olson database. This release
  includes updates for Egypt, Finland (historical only), and Mexico. It also
  renames Pacific/Truk to Pacific/Chuuk and Pacific/Ponape to Pacific/Pohnpei.
2010-08-04 16:24:48 +00:00
sno
b2df535d90 Updated time/p5-DateTime-Format-DateParse to 0.05 2010-08-04 16:15:50 +00:00
sno
a04e899ae3 Updating time/p5-DateTime-Format-DateParse from 0.04 to 0.05
pkgsrc changes:
- add license definition
- adjust dependcy versions from dist-version to pkgsrc package version

Upstream changes:
0.05
    - test warning fix
    - Nanoseconds are always turned into an integer, with rounding as
      needed. (Dave Rolsky)
2010-08-04 16:15:36 +00:00
schmonz
553daf71da Updated www/ikiwiki to 3.20100804 2010-08-04 15:25:22 +00:00
schmonz
5d63cf56d4 Update to 3.20100804. From the changelog:
* template: Fix dependency tracking. Broken in version 3.20100427.
   * po: The po_slave_languages setting is now a list, so the order of
     translated languages can be controlled. (intrigeri)
   * git: Fix gitweb historyurl examples so "diff to current" links work.
     (Thanks jrayhawk)
   * meta: Allow syntax closer to html meta to be used.
   * Add new disable hook, allowing plugins to perform cleanup after they
     have been disabled.
   * Use Digest::SHA built into perl rather than external Digest::SHA1
     to simplify dependencies. Closes: #591040
   * Fixes a bug that prevented matching deleted pages when using the page()
     PageSpec.
2010-08-04 15:25:11 +00:00
sno
b663a342b4 Added net/p5-Net-SMTP-TLS version 0.12 2010-08-04 15:18:10 +00:00
sno
0059dab9aa Importing package for p5 module Net::SMTP::TLS 0.12 to allow sending
reports using CPAN::Reporter over TLS.

Net::SMTP::TLS is a TLS and AUTH capable SMTP client which offers an
interface that users will find familiar from Net::SMTP. Net::SMTP::TLS
implements a subset of the methods provided by that module, but certainly
not (yet) a complete mirror image of that API.
2010-08-04 15:17:50 +00:00
sno
a578a4377b Updated databases/p5-SQL-Statement to 1.30 2010-08-04 15:05:33 +00:00
sno
b24c05a1d7 Updating databases/p5-SQL-Statement from 1.28 to 1.30
Upstream changes:
Version 1.30, released August 1st, 2010
----------------------------------------------

[Bug fixes]
* remove blib directory from distfile

Version 1.29, released August 1st, 2010
----------------------------------------------

[Bug fixes]
* add some getters as documented in SQL::Statement::Structure
  (fixes RT#59834, thanks John Wiersba)
* add missing import of function croak to SQL::Statement::Term::ColumnValue
* fix assignment of parser result (doesn't run with perl-5.13.3)
2010-08-04 15:05:20 +00:00
sno
b0c109f597 Updated databases/p5-DBI to 1.613 2010-08-04 15:02:18 +00:00
sno
ac1d0b9df1 Updating databases/p5-DBI from 1.612 to 1.613
Upstream changes:
Changes in DBI 1.613 (svn r14271) 22nd July 2010
  * Fixed Win32 prerequisite module from PathTools to File::Spec.
  * Changed attribute headings and fixed references in DBI pod (Martin J.
    Evans)
  * Corrected typos in DBI::FAQ and DBI::ProxyServer (Ansgar Burchardt)
2010-08-04 15:02:05 +00:00
sno
675516e571 Updated devel/p5-CPAN-Reporter to 1.1800 2010-08-04 14:51:40 +00:00
sno
a10db17134 Updating devel/p5-CPAN-Reporter from 1.1711 to 1.1800
pkgsrc changes:
- adjust dependencies

Upstream changes:
1.1800 Mon Jul 26 16:02:06 EDT 2010
  Changed:
  - "sending test report..." message now shows transport method, not
    the old email list address for less confusion when using non-email
    transports
  - Enhances missing "email_from" prompt to clarify why an email is
    still needed under non-email transports for legacy compatibililty
2010-08-04 14:51:23 +00:00
sno
694c1eafd3 Updated devel/p5-Class-MethodMaker to 2.16 2010-08-04 14:31:39 +00:00
sno
408ddbfcb8 Updating devel/p5-Class-MethodMaker from 2.15 to 2.16
pkgsrc changes:
- add license definition

Upstream changes:
2.16	May 11 2010
	- Drop signature self test in order to fix rt#57359
        - fix missing use base (Yan Fitterer / Martyn J. Pearce)
        - fix case of "LICENSE" key and upgrade Makefile.PL
          (cpanservice@chorny.net)
2010-08-04 14:31:26 +00:00
sno
9d174a4f05 Updated databases/p5-SQL-Translator to 0.11006 2010-08-04 14:26:57 +00:00
sno
2ab76ba264 Updating databases/p5-SQL-Translator from 0.11005 to 0.11006
pkgsrc changes:
- adjust dependencies

Upstream changes:
# ----------------------------------------------------------
# 0.11006 2010-06-03
# ----------------------------------------------------------
* Fix Producer::Oracle varchar2 without size def (ORA-00906: missing right
  parenthesis)
* Fix Producer::Oracle translate float and double to float instead of number
* Fix Producer::Oracle generation of too long unique constraint names
* Fix Producer::SQLite when generating VIEWs with add_drop_table => 1
* Fix Producer::MySQL not quoting index names when requested (RT#56173)
* Fix Producer::MySQL wrapping extra ()s around VIEW SELECT-ors (RT#56419)
* Fix Field::default_value to behave like a real accessor (allow undef as
  an unsetting argument)
* Fix Mysql/Pg/SQLite/MSSQL producers to properly *not* quote numeric default
  values (RT#57059)
* Producer::Oracle tests now use Test::Differences
* Prettify output of SQLite producer (less bogus newlines)
* Augment SQLite and Pg producers to accept a perl-formatted (%d.%03d%03d)
  and regular no-leading-zero (X.X.X) *_version producer args
2010-08-04 14:26:45 +00:00
sno
6a74c5b198 Updated converters/p5-JSON to 2.21 2010-08-04 14:15:48 +00:00
sno
fc5d565c06 Updating converters/p5-JSON from 2.17 to 2.21
Upstream changes:
2.21  Mon Apr  5 14:56:52 2010
	[JSON]
	- enhanced 'HOW DO I DECODE A DATA FROM OUTER AND ENCODE TO OUTER'
	- renamed eg/bench_pp_xs.pl to eg/bench_decode.pl
	- added eg/bench_encode.pl

2.20  Fri Apr  2 12:50:08 2010
	[JSON]
	- added eg/bench_pp_xs.pl for benchmark sample
	- updated 'INCREMENTAL PARSING' section
	[JSON::PP]
	- decode_prefix() didn't count a consumed text length properly.
	- enhanced XS compatibilty
	    in the case of decoding a white space garbaged text.

2.19  Tue Mar 30 13:40:24 2010
	[JSON]
	- fixed typo (rt#53535 by Angel Abad)
	- added a recommendation
              refering to (en|de)code_json to pod (suggested by tokuhirom)
	- added 'HOW DO I DECODE A DATA FROM OUTER AND ENCODE TO OUTER' to pod.

2.18  Tue Mar 23 15:18:10 2010
	[JSON]
	- updated document (compatible with JSON::XS 2.29)
	[JSON::PP]
	- fixed encode an overloaded 'eq' object bug (reported by Alexey A. Kiritchun)
	- enhanced an error message compatible to JSON::XS
2010-08-04 14:15:36 +00:00
obache
d3b196d074 Updated graphics/goocanvasmm to 0.15.3 2010-08-04 11:58:26 +00:00
obache
8b7848f70a Update goocanvasmm to 0.15.3.
0.15.3 (unstable):

Documentation:
- Added main page text with doxygen.
(David King, Murray Cumming)
- Improve API documentation slightly.
(Murray Cumming)

0.15.2 (unstable):

Build improvements for documentation.
(Daniel Elstner)
2010-08-04 11:58:13 +00:00
obache
49c4bda680 Updated graphics/p5-clutter to 1.002 2010-08-04 11:40:43 +00:00
obache
4c6e1a167e Update p5-clutter to 1.002.
Clutter 1.002
=============
* Allow omitting FOREACH_WITH_INTERNALS from Container implementations,
  just like the documentation said
* Improve Clutter::Animation documentation
* Improve the examples
2010-08-04 11:40:29 +00:00
tron
66fb818c64 Note update of the "squid31" package to version 3.1.6. 2010-08-04 11:36:19 +00:00
tron
90ff422e3e Update "squid31" package to version 3.1.6. Changes since 3.1.5.1:
- Bug 2994, 2995: IPv4-only regressions
- Bug 2991: Wrong parameters to fcntl() in commSetCloseOnExec()
- Bug 2975: chunked requests not supported after regular ones
- Fix: 32-bit overflow in reported bytes received from next hop
- Fix Libtool build regressions
- Limited split-stack IPv6 support.
- squid_db_auth support MD5 encrypted passwords
2010-08-04 11:36:08 +00:00
seb
974226a145 Updated net/p5-DNS-ZoneParse to 1.00 2010-08-04 09:54:33 +00:00
seb
86b249998c Update p5-DNS-ZoneParse from version 0.99 to version 1.00.
Upstream changes:
1.00 - Fri Jul 02 2010
      - (je) Improve parsing performance significantly.
      - (je) Improve parsing of quoted data and data with escape sequences.
      - (je) Add error message to unparsable line callback.
      - (je) Catch more errors with invalid data sections (invalid escapes,
             bad quoting).
      - (je) Add support for $GENERATE directives.
      - (je) Add support for $ORIGIN directives.
      - (je) Add method to help construct FQDNs from record names.
      - (je) Support reversed CLASS/TTL entries in zonefiles.
      - (je) Increase the number of unit tests (still incomplete).
2010-08-04 09:53:30 +00:00
seb
ce433d99e0 Updated net/p5-Test-DNS to 0.08 2010-08-04 09:40:22 +00:00
seb
6d6062cccb Update p5-Test-DNS from version 0.07 to version 0.08.
Pkgsrc changes:
- set PERL5_MODULE_TYPE to Module::Build
- adjust dependencies

Upstream changes:
0.08    12.06.10
        - adding is_txt
        - switched to dzil, hope it works out
2010-08-04 09:38:49 +00:00
morr
cccfa3e05c Updated wordpress 2010-08-04 07:57:19 +00:00
morr
f379ea06f9 Update to 3.0.1.
3.0.1:
* Fixed 54 tickets total. A break down of ticket status by component can be found in Trac (http://core.trac.wordpress.org/milestone/3.0.1).
* Added unregister_nav_menu(), for child themes.

3.0:
* WordPress and WordPress MU have merged, allowing the management of multiple sites (called Multisite) from one WordPress installation.
* New default theme "Twenty Ten" takes full advantage of the current features of WordPress.
* New Custom Menu Management feature, allows creation of custom menus combining posts, pages, categories, tags, and links for use in theme menus or widgets.
* Custom Header and Custom Background APIs.
* Contextual help text accessed under the Help tab of every screen in the WordPress administration.
* Ability to set the admin username and password during installation.
* Bulk updating of themes with an automatic maintenance mode during the process.
* Support for Shortlinks.
* Improved Custom Post Types and Custom Taxonomies including hierarchical (category-style) support. (Try the Custom Post Type UI or GD Custom Posts And Taxonomies Tools plugins to see the possibilities.)
* A lighter admin color scheme to increase accessibility and put the focus more squarely on your content.
2010-08-04 07:52:37 +00:00
roy
d2307a46e0 Updated net/dhcpcd to 5.2.7 2010-08-04 07:19:39 +00:00
roy
f3421f990c Update to dhcpcd-5.2.7
Changes include:
* Compile on Slackware again
* Use dynamically sized buffers for reading kernel link events
  Fixes carrier status on Linux-2.6.35 64bit kernels
* Use the active link address on NetBSD-5
* Fix syslog support in dhcpcd-run-hooks
2010-08-04 07:19:06 +00:00