- Updating package for MooseX::SemiAffordanceAccessor from 0.03 to 0.05
- Adjusting license / Moose dependency according to META.yml
Upstream changes:
0.05 2009-07-15
- Now requires Moose 0.84 to prevent test failures.
0.04 2009-07-09
- This module unconditionally deleted the "is" parameter, which meant
it broke any use of "is => 'bare'". Reported by Jerome Quelin. Fixed
by Jesse Luehrs. RT #47711.
from 0.00901 to 0.00902
Upstream changes:
0.00902 July 10, 2009
- Bump required Moose version to avoid issues with is => 'bare'
when an older version of Moose is already installed.
- Updating package for p5 module MooseX::ClassAttribute from 0.08 to 0.09
- Adjusting license to ${PERL5_LICENSE} and dependency to required
Moose version according to META.yml
Upstream changes:
0.09 2009-07-09
- An attribute with a builder that wasn't also lazy caused an
exception when the attribute's accessor was called.
Fix for PR#41506
Fix missing @dirrm entries from PLIST*
Before we go into the detailed changes, here are the top 5 improvements in Nmap 5:
1. The new Ncat tool aims to be your Swiss Army Knife for data transfer, redirection, and debugging. We released a whole users' guide detailing security testing and network administration tasks made easy with Ncat.
2. The addition of the Ndiff scan comparison tool completes Nmap's growth into a whole suite of applications which work together to serve network administrators and security practitioners. Ndiff makes it easy to automatically scan your network daily and report on any changes (systems coming up or going down or changes to the software services they are running). The other two tools now packaged with Nmap itself are Ncat and the much improved Zenmap GUI and results viewer.
3. Nmap performance has improved dramatically. We spent last summer scanning much of the Internet and merging that data with internal enterprise scan logs to determine the most commonly open ports. This allows Nmap to scan fewer ports by default while finding more open ports. We also added a fixed-rate scan engine so you can bypass Nmap's congestion control algorithms and scan at exactly the rate (packets per second) you specify.
4. We released Nmap Network Scanning, the official Nmap guide to network discovery and security scanning. From explaining port scanning basics for novices to detailing low-level packet crafting methods used by advanced hackers, this book suits all levels of security and networking professionals. A 42-page reference guide documents every Nmap feature and option, while the rest of the book demonstrates how to apply those features to quickly solve real-world tasks. More than half the book is available in the free online edition.
5. The Nmap Scripting Engine (NSE) is one of Nmap's most powerful and flexible features. It allows users to write (and share) simple scripts to automate a wide variety of networking tasks. Those scripts are then executed in parallel with the speed and efficiency you expect from Nmap. All existing scripts have been improved, and 32 new ones added. New scripts include a whole bunch of MSRPC/NetBIOS attacks, queries, and vulnerability probes; open proxy detection; whois and AS number lookup queries; brute force attack scripts against the SNMP and POP3 protocols; and many more. All NSE scripts and modules are described in the new NSE documentation portal.
Details are here: http://nmap.org/changelog.html
Trac 0.11.5 (July 17, 2009)
http://svn.edgewall.org/repos/trac/tags/trac-0.11.5
Trac 0.11.5 is identical to 0.11.5rc2 except for fixing a minor
incompatibility issue when using IIS via AJP as frontend (#8475).
Trac 0.11.5rc2 (July 11, 2009)
http://svn.edgewall.org/repos/trac/tags/trac-0.11.5rc2
Trac 0.11.5rc2 fixes two regressions found in rc1 and one minor enhancement:
* Fixed workaround for zipped Genshi eggs, [8354], #7823
* Fixed internal error when removing a wiki page version [8343].
* Fixed display of merge properties for scoped repositories #7715.
Trac 0.11.5rc1 (March 30, 2009)
http://svn.edgewall.org/repos/trac/tags/trac-0.11.5rc1
Trac 0.11.5rc1 contains a number of bug fixes and minor enhancements.
The following list contains only a few highlights:
Bug fixes:
* Implemented pre-upgrade backup support for PostgreSQL and MySQL (#2304)
* Fixed PostgreSQL upgrade issue (#8378)
* More robust diff parsing (#2672)
* Avoid intermittent hangs by not calling apr_terminate explicitly (#7785)
A system monitoring dockapp, visually based on the GNOME "BubbleMon"
applet. Features a duck and bubbles, water level depending on memory use.
Contributed by Gabor Gergely in private mail.
- Updating package for p5 module Perl::Critic from 1.098 to 1.100
- removing options for recommended dependencies - require them all
- Adding license (perl license)
Upstream changes:
[1.100] Released on 2009-07-17
This is a POD fix release to deal with issues identified by Test::POD
1.40. There is no functional difference between this release and 1.098.
This is the last release of Perl::Critic that will be compatible with PPI
1.203. PPI's parsing of for(each)? loops is changing in its next release
in an incompatible manner and there will be a release in the near future
to make Perl::Critic compatible with that change.
- Updating package for p5 module Devel::REPL from 1.003006 to 1.003007
- Reordering dependencies for required and recommended
Upstream changes:
1.3.7
- resolve rt.cpan#44919 fix deprecated use of compute_all_applicable_methods
Upstream changes:
0.21 Sun July 19, 2009
- Add length to String (Florian Ragwitz).
- Specify build dependency on Test::Moose (Closes RT#47258) (Florian Ragwitz).
- Fix the error message you get on unknown 'curries' parameters to tell you
what it really expected (Florian Ragwitz).
- Doc typo fix in Collection::Bag (Sartak).