- Updating package for LWP::Determined::UserAgent from 1.03nb1 to 1.04
- Setting gnu-gpl-v2 as license
Upstream changes:
2009-04-04 Jesse Vincent <jesse@cpan.org>
* Release 1.04 -- Keeping pace with LWP updates
* New Maintainer
* Resolves [cpan #42123] and [cpan #41508]
- Updating package for p5 module Locale::Currency::Format from 1.26
to 1.28
- Setting gnu-gpl-v2 as license
- removing dependency to p5-Locale-Codes, because it uses nowhere
in Locale::Currency::Format
Upstream changes are not recorded
pkgsrc change: add LICENSE.
What's new in Sudo 1.7.1?
* A new Defaults option "pwfeedback" will cause sudo to provide visual
feedback when the user is entering a password.
* A new Defaults option "fast_glob" will cause sudo to use the fnmatch()
function for file name globbing instead of glob(). When this option
is enabled, sudo will not check the file system when expanding wildcards.
This is faster but a side effect is that relative paths with wildcard
will no longer work.
* New BSM audit support for systems that support it such as FreeBSD
and Mac OS X.
* The file name specified with the #include directive may now include
a %h escape which is expanded to the short form of hostname.
* The -k flag may now be specified along with a command, causing the
user's timestamp file to be ignored.
* New support for Tivoli-based LDAP START_TLS, present in AIX.
* New support for /etc/netsvc.conf on AIX.
* The unused alias checks in visudo now handle the case of an alias
referring to another alias.
Changes since OpenSSH 5.1
=========================
Security:
* This release changes the default cipher order to prefer the AES CTR
modes and the revised "arcfour256" mode to CBC mode ciphers that are
susceptible to CPNI-957037 "Plaintext Recovery Attack Against SSH".
* This release also adds countermeasures to mitigate CPNI-957037-style
attacks against the SSH protocol's use of CBC-mode ciphers. Upon
detection of an invalid packet length or Message Authentication
Code, ssh/sshd will continue reading up to the maximum supported
packet length rather than immediately terminating the connection.
This eliminates most of the known differences in behaviour that
leaked information about the plaintext of injected data which formed
the basis of this attack. We believe that these attacks are rendered
infeasible by these changes.
New features:
* Added a -y option to ssh(1) to force logging to syslog rather than
stderr, which is useful when running daemonised (ssh -f)
* The sshd_config(5) ForceCommand directive now accepts commandline
arguments for the internal-sftp server.
* The ssh(1) ~C escape commandline now support runtime creation of
dynamic (-D) port forwards.
* Support the SOCKS4A protocol in ssh(1) dynamic (-D) forwards.
(bz#1482)
* Support remote port forwarding with a listen port of '0'. This
informs the server that it should dynamically allocate a listen
port and report it back to the client. (bz#1003)
* sshd(8) now supports setting PermitEmptyPasswords and
AllowAgentForwarding in Match blocks
Bug and documentation fixes
* Repair a ssh(1) crash introduced in openssh-5.1 when the client is
sent a zero-length banner (bz#1496)
* Due to interoperability problems with certain
broken SSH implementations, the eow@openssh.com and
no-more-sessions@openssh.com protocol extensions are now only sent
to peers that identify themselves as OpenSSH.
* Make ssh(1) send the correct channel number for
SSH2_MSG_CHANNEL_SUCCESS and SSH2_MSG_CHANNEL_FAILURE messages to
avoid triggering 'Non-public channel' error messages on sshd(8) in
openssh-5.1.
* Avoid printing 'Non-public channel' warnings in sshd(8), since the
ssh(1) has sent incorrect channel numbers since ~2004 (this reverts
a behaviour introduced in openssh-5.1).
* Avoid double-free in ssh(1) ~C escape -L handler (bz#1539)
* Correct fail-on-error behaviour in sftp(1) batchmode for remote
stat operations. (bz#1541)
* Disable nonfunctional ssh(1) ~C escape handler in multiplex slave
connections. (bz#1543)
* Avoid hang in ssh(1) when attempting to connect to a server that
has MaxSessions=0 set.
* Multiple fixes to sshd(8) configuration test (-T) mode
* Several core and portable OpenSSH bugs fixed: 1380, 1412, 1418,
1419, 1421, 1490, 1491, 1492, 1514, 1515, 1518, 1520, 1538, 1540
* Many manual page improvements.
Add LICENSE (gnu-gpl-v2).
Changes:
Bugs fixed
* #148 "pekwm_themeset.sh doesn't handle empty theme directories",
reported and fixed by Daniel Moerner.
* #156 "Harbour "forgotten" on config reload.", reported by Walther and
fixed by Andreas.
* #142 "'Space' keybindings don't work", reported by Tassilo Horn and
fixed by Andreas.
* #166 "Autoproperty Layer not working in combination with autoproperty
Focusable=false" reported by cynan and fixed by Andreas.
* Some fixes to get pekwm compiled under OpenSolaris, done by Claes.
* Fixed a typo in the documentation, reported by Rikard Lindsröm.
User visible changes
* #171 "Resizehint for some windows", reported by Demelier David, done
by Andreas.
Compatibility fixes
* Claes added support for gnome.
Configuration changes
* Respecting the aspect ratio hints can be disabled by setting
HonourAspectRatio to false.
Theme changes
* The default theme got smaller title bars. The theme was created by
Adriano.
- Updating package for p5 module Catalyst::Runtime from 5.80003 to
5.80004
- Adjusting/reordering dependencies
Upstream changes:
5.80004 2009-05-18 17:03:23
- Rename the actions attribute in Catalyt::Controller to
_controller_actions to avoid name clashes with application
controller naming. (random)
- Test for using Moose in components which have a non-Moose base class
Fixed by 349cda in Moose 0.78 (t0m)
- Fix deprecation message for Catalyst::Dispatcher to refer
to the class actually calling the deprecated method. RT#45741 (t0m)
- Clarify limitations of $request->base and $request->secure.
(Phil Mitchell)
- Add 'use Catalyst' to documentation for a Moose MyApp class as
noted by dmaki. (t0m)
- Fix so that / (and other special characters) are URL encoded when
passed into $c->uri_for as Args/CaptureArgs (t0m)
- Fix development server so that $c->engine->env returns the correct
environment (t0m)
- Require Moose 0.78 to fix metaclass incompatibility issues (t0m)
- Require MooseX::MethodAttributes 0.10 and use
Moose::Meta::Class->initialize rather than Moose->init_meta to fix
bugs related to having a 'meta' method in your controller (t0m)
- Fix cases where your application failing to complie could cause perl
to report 'Unknown Error' (t0m)
- Support adding Moose::Roles to the plugin list. These are applied to
MyApp after plugins have been pushed onto @ISA (t0m)
- Fix calling $c->req->parameters as the first thing you do when
parse_on_demand is on (t0m)
- Updating package for p5 module Data::Visitor from 0.24 to 0.25
- Setting gnu-gpl-v2 as license
- Adjusting dependencies accoring to META.yml
Upstream changes:
0.25
- Depend on Any::Moose 0.09, which pulls in Mouse 0.21, avoiding warnings
related to compute_all_applicable_attributes (rafl)
- Updating package for p5 module Class::C3::Adopt::NEXT from 0.10 to 0.11
upstream changes:
0.11 Tue, 19 May 2009 18:34:17 +0100
* Change wording of warning to be more clear.
- Updating package for p5 module Any::Moose to 0.09 from 0.07
- Setting gnu-gpl-v2 as license
- Updating dependency to p5-Mouse
Upstream changes:
0.09 Tue 19 May 2009
* Depend on Mouse 0.21.
0.08 Mon 18 May 2009
* Add moose_is_preferred and mouse_is_preferred functions for when you
need to care about which backend is in use (Sartak)
* Deprecate the internal is_moose_loaded in favor of moose_is_preferred
(Sartak)
- Updating package for p5 module DBIx::SearchBuilder from 1.54 to 1.55
- Setting gnu-gpl-v2 as license
- reordering dependencies
Upstream changes:
1.55 Thu May 7 19:44:47 MSD 2009
* Put test suite SQLite databases inside of tempdirs so they get
garbage collected properly. Thanks to Andreas Koenig
[rt.cpan.org #41322]
* Allow ->Join to pre-existing collection object
* Imlement and test SB::Handle::Fields
* Pg can not guaranty order in the following queries:
SELECT ... FROM (SELECT... ORDER BY ...)
we use them to build distinct sets with ordering by columns
in joined tables. Switched to group by instead of sub-selects.
Summary for 4.0.0 tcpdump release
Add support for Bluetooth Sniffing
Add support for Realtek Remote Control Protocol (openrrcp.org.ru)
Add support for 802.11 AVS
Add support for SMB over TCP
Add support for 4 byte BGP AS printing
Add support for compiling on case-insensitive file systems
Add support for ikev2 printing
Update support for decoding AFS
Update DHCPv6 printer
Use newer libpcap API's (allows -B option on all platforms)
Add -I to turn on monitor mode
Bugfixes in lldp, lspping, dccp, ESP, NFS printers
Cleanup unused files and various cruft
Per request in PR 40588. Addresses PR 37500 and PR 40203.
version 2.26.2
- Don't take new photo while waiting for the previous
Ignore new photo requests if we are still waiting for an "handoff"
signal for the previous one, fixes bug #582902
- Fix a couple of trivial memory leaks in the thumbnail generator code, fixes bug #578289
- Don't return if "image-loading" icon is not found, we will have an empty
pixbuf while the thumbnail thread is running but it is surely better than
no thumbnail at all. Try to fallback to generic "image" icon before giving up,
fixes (at least it should) bug #582240.
- added/updated translations
- ar, courtesy of Khaled Hosny
- be, courtesy of Ягор Кур'яновіч
- el, courtesy of Simos Xenitellis
- es, courtesy of Jorge González
- kn, courtesy of Shankar Prasad
patch for Python 2.6 by him.
iCalendar 2.0.1 (2008-07-11)
============================
API Changes:
* EXDATE and RDATE now returns a vDDDLists object, which contains a list
of vDDDTypes objects. This is do that EXDATE and RDATE can contain
lists of dates, as per RFC.
***Note!***: This change is incompatible with earlier behavior, so if you
handle EXDATE and RDATE you will need to update your code.
* When createing a vDuration of -5 hours (which in itself is nonsensical),
the ical output of that was -P1DT19H, which is correct, but ugly. Now
it's '-PT5H', which is prettier.
* Made the tests run under Python 2.5+
* Renamed the UTC class to Utc, so it would not clash with the UTC object,
since that rendered the UTC object unpicklable.