summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-09-11"user-destdir" is default these daysasau179-498/+179
2012-09-11"user-destdir" is default these daysasau42-96/+42
2012-09-11"user-destdir" is default these daysasau46-133/+46
2012-09-11"user-destdir" is default these daysasau51-121/+51
2012-09-11USE_TOOLS+=yaccdholland1-1/+2
2012-09-11"user-destdir" is default these daysasau44-99/+44
2012-09-11Updated emulators/qemu to 1.2.0asau1-1/+2
2012-09-11+ coccigrep-1.11, dar-2.4.8, hiawatha-8.5, mnemosyne-2.1,wiz1-8/+8
mono-addins-0.6.2, puzzles-9660, xf86-video-intel-2.20.7.
2012-09-11Update to QEMU 1.2.0asau18-109/+58
Changes since version 1.1.1: System emulation All targets * ... QMP error changes go here ... * File descriptors can be passed to qemu using the new add-fd/remove-fd QMP commands. It is intended that they can be used in any place where QEMU would expect a file name. This is ensured for disk images, support in other parts of QEMU may still be inconsistent. ARM * LPAE (large physical address extensions) are now supported for the Cortex-A15 CPU; you can now run a vexpress-a15 model with more than 4GB of RAM * The new monitor command "dump-guest-memory" creates an ELF dump of the guest memory. * New board model: i.MX31 PowerPC * The pSeries target correctly creates segment size device tree nodes (fixes odd bugs with HV vs PR KVM) * The pSeries target implements an IOMMU. * ... pSeries VGA, USB, etc.? ... * The E500 target generates its device tree dynamically * New mpc8544ds -machine option: dumpdtb. This allows to dump the dynamically generated device tree to a file. * Emulation for e5500 cores * PC87312 Super I/O chipset emulation for PReP, adding parallel port to prep machine x86 * Support for PCI passthrough is available for Xen fully-virtualized domains. * The new monitor command "dump-guest-memory" creates an ELF dump of the guest memory. * When using KVM, the in-kernel APIC supports MSI. * Also when using KVM, new PV EOI feature improves performance when both host and guest run linux 3.6-rc1 and up. To enable, add +kvm_pv_eoi to -cpu option, e.g. -cpu kvm64,+kvm_pv_eoi * The "cpudef" config file section is being deprecated and may be removed in v1.3. Device emulation * VGA and QXL cards (obtained with -vga std and -vga qxl) have 16 MB of VRAM rather than 8 MB. * Three new SCSI host bus adapter devices are available: am53c974 and dc390 emulate respectively an AMD PCI PCscsi and a Tekram DC-390 device, both of which are supported on older operating systems including MS DOS 6.2, MS Windows 3.11, 98 SE, NT 3.1 and NT 4.0. megasas emulated an LSI SAS1078 RAID controller. The next version of SeaBIOS will support booting from am53c974 and dc390 disks. * An USB-attached SCSI controller is now available. Audio devices * The PC speaker audio card is now available by default. Network devices * The guestfwd argument to slirp now supports running an arbitrary command on every TCP connection (as in inetd). This is invoked by specifying a target that starts with "cmd:". Block devices * Emulated IDE and SCSI as well as virtio-blk devices can now switch the cache mode between writethrough and writeback. virtio-blk automatically switches to writethrough if the guest driver doesn't support flushes. * The default cache mode for images is now writeback. * Emulated SCSI devices can be given a custom vendor name, product name and WWN. * Improved support for passthrough of SCSI tapes and media changers. * libiscsi can be used together with scsi-generic to pass iSCSI tapes and media changers to the guest. * When raw files are streamed, parts of the files that are holes in the underlying filesystem are treated as unallocated (as long as the OS supports either the FIEMAP ioctl or the SEEK_HOLE/SEEK_DATA modes) * CD-ROM drives can now be used with AHCI qcow2 * qcow2 images support a new option, lazy_refcounts. If on, the speed of cache=writethrough mode will be improved, at the cost of requiring an fsck-like pass (and thus QEMU 1.2) to use the image again after a power loss. * qemu-img check can now repair qcow2 and QED images with the new -r option. VMDK * Support for images in the streamOptimized subformat has been fixed. This is a VMDK subformat commonly used with OVF appliances. rbd * rbd no longer ignores the cache setting Live Migration, Save/Restore * Migration works much better with guests with large memory. * USB mass storage and passthrough devices support live migration. VNC * The threaded VNC server is now enabled by default. Guest agent * A new command "fstrim" was added to the guest agent. New targets * OpenRISC is now supported for both user-mode and system emulation.
2012-09-11Updated www/p5-Plack to 1.0003wen1-1/+2
2012-09-11Updated to 1.0003 from 0.9985wen2-7/+7
Upstream changes: 1.0003 Wed Aug 29 13:44:53 PDT 2012 [BUG FIXES] - Fix Basic authentication error in case password contains a colon #319 - Fix AccessLog middleware in platforms where %z strftime is not supported #318 - Escape $_ in Plack::Request path method due to a possible URI::Escape bug 1.0002 Mon Aug 13 17:04:25 PDT 2012 [NEW FEATURES] - Added --no-default-middleware option to plackup #290 [BUG FIXES] - Use C locale for AccessLog strftime #313 - Escape Plack::Request URI path using RFC 3986 definition (ssmccoy) [IMPROVEMENTS] - Documentation improvements (ether, Tom Heady) - Skip displaying ".." in Plack::App::Directory #277 - Document load_class() doesn't validate user input. #285 1.0001 Thu Jul 26 16:24:13 PDT 2012 [INCOMPATIBLE CHANGES] - Deleted lots of code, methods and warnings that have been deprecated since 0.99 (which should have been done in the 1.0000 release) [DEVELOPERS] - Added bootstrap script to install devel dependencies [IMPROVEMENTS] - Fixed version numbers in some of the modules that have their own $VERSION 1.0000 Thu Jul 19 18:59:18 PDT 2012 - This be 1.0! (Same as 0.9991) 0.9991 Thu Jul 19 17:27:52 PDT 2012 [NEW FEATURES] - Added IIS7 fix middleware (t0m) 0.9990 Wed Jul 18 11:12:07 PDT 2012 [INCOMPATIBILE CHANGES] - Plack::Request changes the way it parses QUERY_STRING for valueless keys such as "?a&b=1". Now "a" becomes part of query_parameters with empty string as its value (yannk) [IMPROVEMENTS] - Support max-age options in Plack::Response cookies (remorse) - Pass correct protocol from HTTP::Server::PSGI to display https URL correctly (siracusa) - Copy Authorization header from FastCGI handler (ray1729) - Stop special casing COOKIE environment variable in Plack::Request headers (doy) 0.9989 Thu Jun 21 13:39:11 PDT 2012 [IMPROVEMENTS] - Support streaming in Head middleware (wreis) - Document middleware prefixing (Jon Swartz) - Make Basic authentication detection case insensitive per RFC (Mark Fowler) - Added backlog option to FCGI handler (xaicron) 0.9988 Fri May 11 12:25:09 CEST 2012 [BUG FIXES] - Fixes HTTP_HOST in HTTP::Message::PSGI #287 (doy) 0.9987 Thu May 10 07:06:32 CEST 2012 [IMPROVEMENTS] - Support streaming in AccessLog::Timed (Peter Makholm) - Support streaming in ErrorDocument - Removed UTF8 hack in HTTP::Message::PSGI. Depends on URI.pm 1.59 (wreis) - Set Host headers correctly in HTTP::Message::PSGI #177 - Added documentation on supported %-flags in AccessLog (ether) - Skip unnecessary tests on non-developer environment 0.9986 Mon Mar 12 11:26:59 PDT 2012 [IMPROVEMENTS] - Use I/O handles to FCGI::Request instead of global STDIN, STDOUT etc. (chansen) - Improved FastCGI docs (osfameron) - Cascade app now returns the last response code (aristotle)
2012-09-11Updated time/p5-Time-HiRes to 1.9725sno1-1/+2
2012-09-11Updating package for CPAN module Time::HiRes in time/p5-Time-HiRes fromsno2-7/+6
1.9724nb1 to 1.9725. upstream changes: 1.9725 [2012-02-01] - Correct stack discipline in stat(), which was screwing up list operations in expressions containing calls to it [rt.cpan.org #72926]. - Add missing OUTPUT sections to the XS code [rt.cpan.org #70930]. - Skip itimer tests on GNU/Hurd, which has the API but lacks the implementation [rt.cpan.org #72754]. - Fix a doubled word in the documentation [rt.cpan.org #72763].
2012-09-11Added textproc/p5-Text-Patch version 1.8sno2-2/+4
2012-09-11Adding new package for CPAN module Text::Patch version 1.8sno3-0/+28
into textproc/p5-Text-Patch. Text::Patch combines source text with given diff (difference) data.
2012-09-11Updated editors/p5-PPIx-EditorTools to 0.17sno1-1/+2
2012-09-11Updating package for CPAN module PPIx::EditorTools insno2-10/+12
editors/p5-PPIx-EditorTools from 0.09nb3 to 0.17. pkgsrc changes: - adjust dependencies upstream changes: 0.17 2012.08.19 - in Frankfurt am Main 0.15_04 2012.07.11 - suppress warning Exiting eval via next (BOWTIE) 0.15_03 2012.07.07 - Add patches from #1435 inspired by dod++ (BOWTIE) - Add additional tests for #1435 (BOWTIE) 0.16 2012.08.15 - released based on 0.15_02 0.15_02 2012.06.08 - Add patches from #401 by buff3r++ (BOWTIE) - Add Moose::Role support (BOWTIE) 0.15 2011.05.06 - Parse Moose files as well (BOWTIE) 0.14 2011.05.04 - Move from Dist::Zilla to Module::Install (-> LICENSE, META.json, README files removed, inc/ added) 0.13 2011.03.24 - Copy the lexer code used for syntax highlighting in Padre::Document::Perl::PPILexer to PPIx::EditorTools::Lexer (SZABGAB) 0.12 2011.03.23 - Copy the Outline generating code from Padre::Document::Perl::Outline to PPIx::EditorTools::Outline (SZABGAB) 0.11 2010.11.18 - Fixed RT #63107: Finding declared variables fragile and misses loop variables OVID++ (AZAWAWI) - Moved to Dist::Zilla (AZAWAWI) 0.10 2010.09.26 - Fixed Padre ticket #655: Can't rename to a variable with an underscore in it (PATRICKAS) - Fixed Padre ticket #653: Lexically rename doesn't work when clicking on declaration of variable (PATRICKAS) - Added feature to change variable style to/from camelCase (SMUELLER)
2012-09-11Updated devel/p5-PPIx-Regexp to 0.028sno1-1/+2
2012-09-11Updating package for CPAN module PPIx::Regexp in devel/p5-PPIx-Regexpsno2-7/+6
from 0.026 to 0.028. upstream changes: 0.028 2012-06-06 T. R. Wyant Replace all uses of YAML::Any with YAML, since they come in the same distro, and YAML does not suffer from deprecation warnings. 0.027 2012-05-28 T. R. Wyant Eliminate unescaped literal "{" characters in regexps in PPIx::Regexp::Token::Backreference and PPIx::Regexp::Token::CharClass::Simple. These are deprecated in 5.17.0.
2012-09-11Updated databases/p5-ORLite to 1.97sno1-1/+2
2012-09-11Updated databases/p5-ORLite-Migrate to 1.10sno1-1/+2
2012-09-11Updating package for CPAN module ORLite::Migrate insno2-6/+6
databases/p5-ORLite-Migrate from 1.09 to 1.10. upstream changes: 1.10 Thu 2 Feb 2012 - Providing a timeline value implies create if undefined
2012-09-11Updating package for CPAN module ORLite in databases/p5-ORLite from 1.51nb1sno2-10/+8
to 1.97. pkgsrc changes: - fix dependencies upstream changes: 1.97 Mon 21 May 2012 - Use reproducible longdouble in tests (HMBRAND) 1.96 Mon 27 Feb 2012 - Fixed a crash in the legacy delete emulation where the condition clause provided was a constant or read-only. 1.95 Mon 27 Feb 2012 - Fixed a fatal rowid big when generating in array mode 1.94 Mon 27 Feb 2012 - Fixed a fatal rowid bug when a table had a single non-INTEGER primary key. - Fixed bug in affinity detection code to now set REAL and NUMERIC affinity correctly. 1.93 Mon 27 Feb 2012 - The previous release 1.92 was done with a missing commit, this release restores that missing code. 1.92 Mon 27 Feb 2012 - Add the ->delete_where method for bulk deletion - Always do the initial metadata scan using ReadOnly => 1. - When generating readonly, DBI connections use ReadOnly => 1 too. - Quote identifiers more correctly via $dbh->quote_identifier. - Temporarily restory the static delete call to prevent breaking Padre and other applications still using the old version of delete. 1.91 Thu 23 Feb 2012 - Calculate column affinity types in the metadata preparation phase - Throw an exception when tables contain BLOB types and the database is unicode, as the blob data will be corrupted. - Improved testing for blobs and unicode, and TODO a known problem 1.90 Tue 21 Feb 2012 - Removed x_rowid parameter and make the rowid logic compulsory. - Removed x_update parameter and make update method compulsory at the table level but do not generate on the root level. - As a result, ORLite now supports creating and updating objects even when they come from tables without primary keys. - Pending release as 2.00 once clarifying documentation is written. 1.54 Tue 21 Feb 2012 - Added experimental x_rowid parameter to maintain SQLite rowids in the objects 1.53 Tue 21 Feb 2012 - Add a ->id convenience method alias when table 'foo' has a single numeric primary key 'foo_id' so you can use $foo->id 1.52 Sat 21 Jan 2012 - Added initial unicode => 1 support (MEMOWE) - Bumped Params::Util dependency to 1.0 for *LIKE fixes (ADAMK)
2012-09-11Updated devel/p5-File-Next to 1.10sno1-1/+2
2012-09-11Updating package for CPAN module File::Next in devel/p5-File-Next fromsno2-7/+6
1.06nb2 to 1.10. upstream changes: 1.10 Thu Jun 14 19:55:57 CDT 2012 [ENHANCEMENTS] Added the warning_handler argument to File::Next::from_file(). This is so from_file() can throw a warning if a non-existent file is in the file it came from. [FIXES] from_file() should return undef if the file can't be opened. Fixed test failures and made tests more portable. 1.08 Sun May 20 22:43:19 CDT 2012 [ENHANCEMENTS] Added File::Next::from_file() to get the list of files to iterate over from a file, or from STDIN. Named pipes are now supported. [INTERNAL] Add more tests, and clean up some Perl::Critic warnings.
2012-09-11Updated devel/p5-Debug-Client to 0.20sno1-1/+2
2012-09-11Updating package for CPAN module Debug::Client in devel/p5-Debug-Clientsno2-7/+13
from 0.12nb1 to 0.20. pkgsrc changes: - adjust dependencies upstream changes since 0.12: 0.20 2012.04.09 - change carp dependancy to 1.20 in test (BOWTIE) 0.19 2012.04.08 - fix for #1415 (WHUMANN, BOWTIE) - drop Carp to 1.20, packaging request (VOEGELAS) - add a README (BOWTIE) - remove dead code (BOWTIE) - re-factor some variables and tidy up (BOWTIE) - fix p|x to display $tring refs x \$tring (BOWTIE) 0.18 2012.03.07 - bumped to 0.18 (BOWTIE) - tweaks to POD (BOWTIE) 0.17_06 2012.02.09 - remove is for cmp_ok where values are numeric - fix 'Free to wrong pool' in tests against win32 - looking to IO::Socket::IP and ipv6 - update Makefile to use M-I-DSL - Tweaks to POD, remove unwanted comments (BOWTIE) 0.17_05 2012.01.11 - Due to issues with perl5db v1.34-5 in Perl 5.15.3-5 very messy this means list context is now naff Modify tests to cater for these anomaly's add Method get_lineinfo so that we can ask where are we! Tweaks to POD (BOWTIE) 0.17_04 2011.12.29 - remove test code in 0.17_03 that was naffing up cpan testers (BOWTIE) 0.17_03 2011.12.29 - vast changes to test files see #1367/8 (BOWTIE) - Patch for 09-io.t ticket #831 (MJGARDNER) 0.17_02 2011.12.08 - vast changes to test files (BOWTIE) 0.17_01 2011.12.06 - adjust required version for 'E' requires 5.8.6 (Note that threading support was built into the debugger as of Perl version 5.8.6 and debugger version 1.2.8.) - Oops requires 'IO::Socket' reset to '1.31' - try some other testing modules Test::Class - Tidy POD (BOWTIE) 0.16 2011.11.30 - Add Methods list_subroutine_names, set_option, get_options, module - tweak to return line & row from dot if all else fails - tweak to Makefile dependence's - Amend POD for above - Amend test to support above (BOWTIE) 0.15 2011.11.24 - removed Method listen - comment out list_subroutine_names & _set_option - Modify Method get_value to accept no values - Modify get_p_exp - Amend test to support above (BOWTIE) 0.14 2011.11.24 - Released 0.13_10 as stable 0.14 (AZAWAWI) 0.13_10 2011.11.20 - rename Method _show_help -> get_h_var rename Method get_p_ext -> get_p_exp Add tests for above (BOWTIE) 0.13_09 2011.11.17 - Add a Method get_p_ext (BOWTIE) 0.13_08 2011.11.13 - No newer ExtUtils::MakeMaker dependency. Removed a couple of unneeded test dependencies (AZAWAWI) 0.13_07 2011.11.09 - Tweaks to tests for above (BOWTIE) 0.13_06 2011.11.09 - Add Method show_view modify method show_line Add Method _show_help Tweaks to tests for above spell check POD (BOWTIE) 0.13_05 2011.11.07 - default port changed to 24642 as port 12345 registered to "Italk Chat System" (BOWTIE) - _process_line is where all the generated errors from cpantesters come from $count = 0; and some tweaks to $line to suppress errors when buffer is empty (BOWTIE) 0.13_04 2011.11.05 - Perl::Critic Error Subroutine "listen" is a homonym for bulletin function listen changed to listener (BOWTIE) - using ReuseAddr as Reuse has bean deprecated (BOWTIE) - Perl::Critic severity => 5, & severity => 4, pass now (BOWTIE) - tweak to test t/02... (BOWTIE) 0.13_03 2011.11.04 - Tweak some tests (BOWTIE) - Updates to POD use $debugger throughout instead of $d (BOWTIE) - Add a test for get_v_vars Add a test for get_y_zero Add a test for list_subroutine_names (BOWTIE) 0.13_02 2011.11.03 - re-factor eg/02-sub.pl, change sub f to sub func1 (BOWTIE) - Add a test for get_y_zero Add a test for toggle_trace (BOWTIE) - Updates to POD to complement new Methods (BOWTIE) 0.13_01 2011.11.02 - POD add skip for perl -d c [line|sub] for perl5db.pl >= 1.34 (BOWTIE) - skip some tests t/08.... skip some tests t/04.... (BOWTIE) - development upgrade to 0.13_01 for P-P-Debug add several more methods, and t/13.... (BOWTIE)
2012-09-11Updated devel/p5-Test-Class to 0.37sno1-1/+2
2012-09-11Updating package for CPAN module Test::Class in devel/p5-Test-Class fromsno2-8/+8
0.36nb1 to 0.37. pkgsrc changes: - mark as module type using Module::Build (compat Makefile.PL required M:B, too) for proper dependency upstream changes: 0.37 - or the "amazingly late QA Hackathon 2011" release [2012-06-25] - Fixed RT#64470: minor documentation error in Test::Class::Load (thanks to Andrew Grangaard for patch) - Fixed RT#39266: Test::Class with Package::Alias - Fixed RT#56636: feature request: option to turn off auto-skipping uncompleted tests (thanks to Ken Fox for suggestion) with addition of fail_if_returned_early() (thanks to Dave Evans for patch) - Fixed RT#64268: dying in setup does not skip rest of test - Startup and shutdown methods are no longer run if a class will not run any test methods - Updated acknowledgements - Added missing filter tests to MANIFEST & distribution
2012-09-11Updated devel/p5-Class-Base to 0.05sno1-1/+2
2012-09-11Updating package for CPAN module Class::Base in devel/p5-Class-Base fromsno2-6/+6
0.04 to 0.05. upstream changes: Version 0.05 2012/05/16 * Silencing a warning by chromatic RT 75286 * Linking to source repository
2012-09-11Updated devel/p5-Class-XSAccessor to 1.14sno1-1/+2
2012-09-11Updating package for CPAN module Class::XSAccessor insno2-6/+6
devel/p5-Class-XSAccessor from 1.13 to 1.14. upstream changes: 1.14 Sun Aug 26 23:23 2012 - Skip some failing tests on old debugging perls. Guys, please upgrade your perl!
2012-09-11Updated devel/p5-Test-MockObject to 1.20120301sno1-1/+2
2012-09-11Updating package for CPAN module Test::MockObject in devel/p5-Test-MockObjectsno2-13/+13
from 1.09nb4 to 1.20120301. pkgsrc changes: - many dependencies moved to runtime requirements ==> this is a test helper, and it relies on other test helpers, so other test modules are apparently no build dependency upstream changes: 1.20120301 2012-03-01 13:17:20 America/Los_Angeles - updated dependencies to latest versions of UNIVERSAL::isa and UNIVERSAL::can 1.20110612 2011-06-11 23:53:50 America/Los_Angeles - removed Module::Build detritus - improved Test::Warn testing dependency - Added -debug flag to load UNIVERSAL::isa and UNIVERSAL::can on demand, rather than in all situations. 1.20110606 Sun Jun 04 2011 - converted to Dist::Zilla - posted to GitHub
2012-09-11Updated net/samba35 to 3.5.16nb1sbd1-1/+2
2012-09-11Sync net/samba35 with the below changes as it uses net/samba/options.mk.sbd3-10/+33
Bump PKGREVISION --- Module Name: pkgsrc Committed By: sbd Date: Sun Aug 19 07:28:36 UTC 2012 Modified Files: pkgsrc/net/samba: INSTALL.nss_winbind Makefile options.mk Added Files: pkgsrc/net/samba: DEINSTALL.nss_winbind Log Message: NSS winbind option install script fixes: 1) Move the INSTALL_TEMPLATES line to the 'winbind' option section. 2) Enable the install script on all platforms. 3) Use the value of ${NSS_WINBIND} in the script as the name of the library (should work on all platforms). 4) In the install script only create the symlink if ${NSS_WINBIND} doesn't start with '@comment' (i.e. no nss winbind on this platform) and the target file exists and the symlink _doesn't_ already exist. 5) Create a DEINSTALL_TEMPLATES to remove the nss winbind symlink if it exists and point to the correct target. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/net/samba/DEINSTALL.nss_winbind cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/samba/INSTALL.nss_winbind cvs rdiff -u -r1.220 -r1.221 pkgsrc/net/samba/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/net/samba/options.mk
2012-09-11Updated devel/p5-UNIVERSAL-isa to 1.20120726sno1-1/+2
2012-09-11Updating package for CPAN module UNIVERSAL::isa in devel/p5-UNIVERSAL-isasno2-6/+8
from 1.20110614 to 1.20120726. pkgsrc changes: - add test dependency to (wanted dead) CGI.pm upstream changes: 1.20120726 2012-07-25 20:51:54 America/Los_Angeles - updated to work on Perl 5.17.2+ (rjbs) 1.20120418 2012-04-18 12:15:33 America/Los_Angeles - removed use_ok from tests; it's unnecessary
2012-09-11Updated www/p5-CGI to 3.60sno1-1/+2
2012-09-11Updating package for CPAN module CGI(.pm) in www/p5-CGI from 3.58 to 3.60.sno2-6/+6
upstream changes: Version 3.60 Aug 15th, 2012 [BUG FIXES] - In some caes, When unescapeHTML() hit something it didn't recognize with an ampersand and and semicolon, it would throw away the semicolon and ampersand. It now does a better job. of preserving content it doesn't recognize. Thanks to CEBJYRE@cpan.org (RT#75595) - Remove trailing newline after <form> tag inserted by startform and start_form. It can cause rendering problems in some cases. Thanks to SJOHNSTON@cpan.org (RT#67719) - Workaround "Insecure Dependency" warning generated by some versions of Perl (RT#53733). Thanks to degatcpan@ntlworld.com, klchu@lbl.gov and Anonymous Monk [DOCUMENTATION] - Clarify that when -status is used, the human-readable phase should be included, per RFC 2616. Thanks to SREZIC@cpan.org (RT#76691). [INTERNALS] - More tests for header(), thanks to Ryo Anazawa. - t/url.t has been fixed on VMS. Thanks to cberry@cpan.org (RT#72380) - MANIFEST patched so that t/multipart_init.t is included again. Thanks to shay@cpan.org (RT#76189) Version 3.59 Dec 29th, 2011 [BUG FIXES] - We no longer read from STDIN when the Content-Length is not set, preventing requests with no Content-Length from freezing in some cases. This is consistent with the CGI RFC 3875, and is also consistent with CGI::Simple. However, the old behavior may have been expected by some command-line uses of CGI.pm. Thanks to Philip Potter and Yanick Champoux. See RT#52469 for details: https://rt.cpan.org/Public/Bug/Display.html?id=52469 [INTERNALS] - remove tmpdirs more aggressively. Thanks to rjbs (RT#73288) - use Text::ParseWords instead of ancient shellwords.pl. Thanks to AlexBio. - remove use of define(@arr). Thanks to rjbs. - spelling fixes. Thanks to Gregor Herrmann and Alessandro Ghedini. - fix test count and warning in t/fast.t. Thanks to Yanick.
2012-09-11Updated devel/p5-UNIVERSAL-can to 1.20120726sno1-1/+2
2012-09-11Updating package for CPAN module UNIVERSAL::can in devel/p5-UNIVERSAL-cansno2-6/+6
from 1.20110617 to 1.20120726. upstream changes: 1.20120726 2012-07-25 20:52:38 America/Los_Angeles - updated to work on Perl 5.17.2+ (rjbs)
2012-09-11Add LDAP option for Netatalkmanu2-5/+11
2012-09-10Updated wm/pekwm to 0.1.15gls1-1/+2
2012-09-10Update wm/pekwm to 0.1.15.gls4-17/+21
Upstream changes: ----------------- Release-0 1 15 Bugs fixed #251 "MaximizeOverHarbour & "Toggle HarbourHidden" incoherent behaviour" reported and fixed by wallex #282 "adobe flash fullscreen don't cover taskbar" reported by dkmatt0 and fixed by Andreas Schlick. #300 "pekwm restart makes 100% CPU" reported by specnaz and fixed by Andreas Schlick. #304 "Fullscreen option" reported by Thom1 and fixed by Andreas Schlick. #306 "titlebar clicking separator problem" reported by MezkoV and fixed by Andreas Schlick. User visible changes Allow CfgDeny-ing struts via autoproperties - done by Claes Nästén.
2012-09-10Add #!@RCD_SCRIPTS_SHELL@ to have a proper shell script.gls1-1/+3
(Hopefully) fix RCS ID. Spotted by Greg Oster, thanks!
2012-09-10Updated graphics/gimp to 2.8.2adam1-1/+2
2012-09-10Quick-and-(possibly)-dirty fix to make gimp-2.8.2 buildadam1-2/+2
2012-09-10Updated devel/p5-Set-Array to 0.26wen1-1/+2