summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-10-17Update p5-Feed-Find to 0.07.hiramatsu2-7/+6
Changes from previous: 0.07 2011.01.28 - Use $ua->env_proxy to load local proxy settings. (RT 53817) - Fixed documentation for find_in_html. (RT 19183) - Removed sign() and auto_install() from Makefile.PL. - Removed magic svn keywords. - Converted test suite to Test::More. - Added author tests (xt/) and modified SYNOPSIS for all modules to make them pass the compilation test.
2011-10-17Use PHP_VERSIONS_ACCEPTED instead of PHP_VERSION_REQD to match PBULK_MULTI_LIST.obache1-2/+2
2011-10-17Add HOMEPAGE and LICENSE.hiramatsu1-1/+3
2011-10-17Fix DEPENDS.hiramatsu1-1/+2
2011-10-17Note update of textproc/p5-Text-Diff-HTML, www/p5-URI andhiramatsu1-1/+4
net/p5-Net-Amazon-S3.
2011-10-17Update p5-Net-Amazon-S3 to 0.54.hiramatsu2-7/+6
Changes from previous: 0.54 Sat Mar 21 21:23:32 BST 2011 - Fix for a naked qw() warning (patch by David Wheeler) - Fixed path issues (patch by Pavel Karoukin) *WARNING* THIS MIGHT BREAK EXISTING APPS *WARNING* - Author and development information changes 0.53 Tue Mar 30 15:24:19 BST 2010 - fix authenticated urls to work with EU buckets (patch by Edmund von der Burg) - tiny POD fix (patch by Frank Wiegand) - add an exists method to Net::Amazon::S3::Client (suggested by David Golden) - fix max_keys when listing buckets (spotted by Andrew Bryan) - add content_encoding to Net::Amazon::S3::Object (suggested by Egor Korablev) - update s3cl: You need to use the module before you use it, added the mkbucket command, now you can run the help without your AWS secret key, add docs about the env variables you need to run s3cl (patches by Jesse Vincent) 0.52 Thu Jul 2 09:17:11 BST 2009 - increase version prerequisites for some modules so that they are known to work 0.51 Tue May 19 08:31:59 BST 2009 - use MooseX::Types::DateTimeX so that we work with latest Moose (noticed by Ted Zlatanov)
2011-10-17Update p5-URI to 1.59.hiramatsu2-6/+6
Changes from previous: 2011-08-15 Gisle Aas <gisle@ActiveState.com> Release 1.59 Make sure accessor methods don't return utf8::upgraded() bytes for URLs initialized from Unicode strings. Version number increments. Documentation tweaks.
2011-10-17Update p5-Text-Diff-HTML-Changes to 0.07.hiramatsu2-8/+6
Changes from previous: 0.07 2011-06-26T05:48:03 - Moved to [GitHub](http://github.com/theory/text-diff-html/). - Switched to a static README.md, rather than a generated README.
2011-10-17Add HOMEPAGE and LICENSE.hiramatsu1-1/+3
2011-10-17Honor VARBASE and PKG_SYSCONFDIR.obache1-1/+11
ride on last update.
2011-10-17Add HOMEPAGE and LICENSE.hiramatsu1-1/+3
2011-10-17Add HOMEPAGE and LICENSE.hiramatsu1-1/+3
2011-10-17Note update of sysutils/p5-Sys-SigAction, www/p5-CGI-Compile andhiramatsu1-1/+4
misc/p5-Locale-Maketext-Lexicon.
2011-10-17Update p5-Locale-Maketext-Lexicon to 0.91.hiramatsu2-7/+6
Changes from previous: [Changes for 0.91 - 2011-08-19] * Fixed test count for newly added tests [Changes for 0.90 - 2011-08-19] * Doc changes [Changes for 0.89 - 2011-08-19] * Added support to the TT2 parser for Mojolicious style tags Thanks to COSIMO for the patch [Changes for 0.88 - 2011-07-30] * Fixed the t/5-extract.t test count [Changes for 0.87 - 2011-07-20] * Locale::Maketext::Extract::Plugin::Mason - Added support for Mason 2 Thanks to ASIMON for the patch. * Locale::Maketext::Extract - Now warns on loading bad plugins if warnings enabled * Locale::Maketext::Extract::Plugin::Base - Corrected the synopsis Thanks to TOKUHIROM for the bug reports [Changes for 0.86 - 2011-02-16] * Bumped version because the META file was showing an old version number. [Changes for 0.85 - 2011-02-11] * Changed Locale::Maketext::Extract::Run to ignore: - .git/ - unix pipes - binary files Thanks to audreyt for the patch https://github.com/audreyt/locale-maketext-lexicon/commit/1e4d112d435daa7b72eb8b49208f3b2e3185bc22 [Changes for 0.84 - 2010-12-24] * Changed the minimum version of Locale::Maketext to 1.17, to avoid error reports from recent Perl versions, which still have an old Locale::Maketext * Locale::Maketext::Extract - added a fix from Ivan Bessarov to avoid uninit warnings when msgids contain trailing spaces [Changes for 0.83 - 2010-12-09] * Locale::Maketext::Lexicon - remove the local $@ when loading PO files - made it difficult to debug errors when loading PO's Thanks to Ton Voon for the patch https://rt.cpan.org/Ticket/Display.html?id=63722 - Added -P|plugins option to specify which parser plugins to use - Added -w|warnings to turn parser warnings on and off - Added -v|verbose to output the files that are being processed, the plugins used to process them, and the extracted strings - Fixed a bug in the File::Find routine to correctly prune .svn directories and their contents * Locale::Maketext::Extract::Plugin::Perl - Added a defined check to avoid a warning.
2011-10-17Update p5-CGI-Compile to 0.15.hiramatsu2-7/+6
Changes from previous: 0.15 Tue May 24 09:41:52 PDT 2011 - handle DOS line endings (rkitover) 0.14 Thu Jan 20 15:07:59 PST 2011 - Enable the warnings (rkitover) 0.13 Mon Jan 17 14:36:27 PST 2011 - Improved documents about nested closure - check -w switch on CGIs (rkitover)
2011-10-17Update p5-Sys-SigAction-Changes to 0.15.hiramatsu2-7/+7
Changes from previous: 0.15 1 Jul 2011 Clean up POD. Close bug #69057. Other minor tweaks to POD. 0.13 23 Jun 2011 No functional changes. Fix for test timeout.t. Fix strict undefined symbol error in timeout.t, when Time::HiRes is not present. Not sure if constant pragma will exist in all supported perl versions, so, we just commented out the use strict in this test. Print warning when Time::HiRes not found in Makefile.PL 0.12 20 Jun 2011 Conditionally add 'LICENSE' => 'perl' to WriteMakefile() call if $ExtUtils::MakeMaker::VERSION >= 6.3002. Added support for timeout_call() in fractional seconds expressed as a floating point number. If Time::HiRes is not loadable, then the timeout value is raised to the next high integer value with the POSIX:ceil() funtion. Added sig_alarm(), which timeout_call uses. This is drop in replacement for alarm(). If Time::HiRes is not loadable, then the seconds argument is raised to the next high integer value with the POSIX:ceil() funtion.
2011-10-17Updated security/pam-af to 1.0.2obache1-1/+2
2011-10-17Update pam-af to 1.0.2.obache6-67/+13
Bug fix release.
2011-10-17+gdbm_compatobache1-1/+2
2011-10-17Added databases/gdbm_compat version 1.9.1obache1-1/+2
2011-10-17Import gdbm_compat-1.9.1 as databases/gdbm_compat.obache4-0/+42
GNU `dbm' is a library of functions implementing a hashed database on a disk file. The software was written by Philip A. Nelson. This is the optional dbm and ndbm API compatibility library and headers.
2011-10-17split up Makefile.obache2-9/+21
2011-10-17gdbm-1.9 is GPLv3.obache1-2/+2
2011-10-17Build a full set of shared library search paths on Linux just like "FreeBSD".sbd2-1/+36
2011-10-17Fix support for non-default PKGMANDIRcheusov1-1/+2
2011-10-17Add HOMEPAGE and LICENSE.hiramatsu1-1/+3
2011-10-17Update net/py-twisted to 11.0.0;schnoebe1-6/+7
correct the spelling of my username in the */poco* commit earlier.
2011-10-17Update to twisted 11.0.0. -- Too many changes to list.schnoebe3-53/+63
2011-10-17Add PKG_SUGGESTED_OPTIONS=openssl as freetds won't build with out tls support.sbd1-1/+2
2011-10-17Add HOMEPAGE and LICENSE.hiramatsu1-1/+3
2011-10-17(1) Add following linemef1-6/+7
xfs-1.1.1 [wip] (2) s/pkgsrc-wip/wip/; for the lines I have added. (Shall I do for the rest of lines ?)
2011-10-17Update to Poco 1.4.2p1schnoebe10-55/+80
Change log: This is the changelog file for the POCO C++ Libraries. Release 1.4.2p1 (2011-09-24) ============================ - On Linux, the RTLD_DEEPBIND option is no longer passed to dlopen(). This change was introduced in 1.4.2 to solve a specific problem one customer was having. Unfortunately, it leads to problems with RTTI. - It's now possible to pass flags (SHLIB_GLOBAL, SHLIB_LOCAL) to Poco::SharedLibrary::load() (and the constructor implicitly calling load()), controlling the mode flags (RTLD_GLOBAL, RTLD_LOCAL) passed to dlopen(). On platforms not using dlopen(), these flags are ignored. - fixed SF# 3400267: Path_WIN32.cpp bug Release 1.4.2 (2011-08-28) ========================== - added Poco::DateTimeFormat::ISO8601_FRAC_FORMAT - added new Poco::DateTimeFormatter and Poco::DateTimeParser format specifier: %s for seconds with optional fractions of a second - fixed a problem with ioctl() on BSD platforms (including OS X) where the second argument to ioctl() is unsigned long instead of int, causing bad things on a OS X 64-bit kernel. - fixed a potential endless loop when enumerating IPv6 network addresses (reported by Laurent Carcagno) - new compile-time config option on Windows to set thread names in debugger. Enable with -DPOCO_WIN32_DEBUGGER_THREAD_NAMES. Available only in debug builds. - Cipher can now create Base64 and HexBinary encoded output without linefeeds (suitable for use in cookies, etc.) - added Poco::Path::popFrontDirectory() - improved VxWorks support - IPv6 fixes: added proper scope id handling in IPAddress, SocketAddress and related classes. - Added Poco::Net::ServerSocket::bind6() which allows control over the IPPROTO_IPV6/IPV6_V6ONLY socket option. - Removed Poco::MD2Engine class due to licensing issues (the license for the MD2 code from RSA only allows non-commercial use). Note that the MD4 and MD5 code from RSA does not have this issue. - fixed a Net HTTP client testsuite issue where some tests might have failed due to prematurely aborted connections by the HTTPTestServer. - Poco::Net::SocketAddress: when there is more than one address returned by a DNS lookup for a name, IPv4 addresses will be preferred to IPv6 ones. - NetworkInterface::list() now also returns IPv4 interfaces on Windows when built with -DPOCO_HAVE_IPv6 - XMLWriter: fixed a bug with attribute namespaces (no namespace prefix written if attribute namespace is the same as element namespace) - fixed SF# 3378588: Mismatched new[]/delete (in RSAEncryptImpl and RSADecryptImpl) - fixed SF# 3212954 (OpenSSLInitializer::uninitialize() crash) and SF# 3196862 (Static OpenSSLInitializer instance causes Windows deadlocks) by removing the static Poco::Crypto::OpenSSLInitializer instance. Automatic OpenSSL initialization is now done through Poco::Crypto::Cipher, Poco::Crypto::CipherKey, Poco::Crypto::X509Certificate, Poco::Net::Context classes; however, it is still recommended to call Poco::Crypto::initializeCrypto() and Poco::Crypto::uninitializeCrypto() early at application startup, and late at shutdown respectively (or Poco::Net::initializeSSL()/Poco::Net::uninitializeSSL() if the NetSSL library is used) to avoid multiple full OpenSSL init/uninit cycles during application runtime. - Poco::Logger now also support a symbolic log level "none" (for use with setLevel()) that disables logging completely for that Logger (equivalent to setLevel(0)). - Added experimental Android support, using the existing gmake-based build system. - fixed SF# 3288584: DateTimeFormatter link error - fixed SF# 3187117: Typo in InflatingInputStream doc - fixed SF# 3309731: _WIN32_WCE comparison should be with 0x600 not 600 - fixed SF# 3393026: RegularExpression.h identical enum value - fixed SF# 3274222: AtomicCounter's postfix operators aren't atomic on Windows - fixed SF# 3317177: Handle leak on windows - fixed SF# 3181882: Poco::URI::getPathEtc() double-encodes query - fixed SF# 3379935: ThreadPool Start Bug - fixed SF# 3354451: Poco::Format::parsePrec never sets the precision to zero - fixed SF# 3387258: _MAX_PATH used but unknown in Path_WIN32 - fixed a problem in RSAKeyImpl where direct access to the RSA in a EVP_PKEY would no longer work in recent OpenSSL versions. Using EVP_PKEY_get1_RSA() fixes the issue. - added Poco::Crypto::EncryptingInputStream, Poco::Crypto::EncryptingOutputStream, Poco::Crypto::DecryptingInputStream and Poco::Crypto::DecryptingOutputStream. - fixed SF# 3148126: HTTPSClientSession destructor (!) throws an IOException - fixed SF# 3178098: Add constructor to Poco::TemporaryFile to specify directory - fixed SF# 3175310: Absolute path when device - fixed SF# 3301207: Guided tour example contradicts apidoc (API doc was wrong) - Poco::Net::HTTPMessage::setContentLength() and Poco::Net::HTTPMessage::getContentLength() now use std::streamsize instead of int. This enables 64-bit Content-Length support at least on 64-bit platforms. - fixed SF# 3177530: TemporaryFile::tempName() + glob bug on xp - fixed SF# 3177372: FileChannel documentation inconsistency - added %E format specifier to Poco::PattermFormatter (epoch time in seconds since midnight, January 1 1970) - On Windows, Poco::Util::ServerApplication now supports a /description command line argument for specifying a service description (together with /registerService) - added Poco::Util::WinService::setDescription() and Poco::Util::WinService::getDescription() - fixed SF# 3155477: Incorrect URI path handling - fixed SF# 3309736: Extended Exception macros to set default exception code new macro is named POCO_DECLARE_EXCEPTION_CODE - added getter functions for modulus and exponents to Poco::Crypto::RSAKey. - added Poco::Net::SocketAddress::operator == () and Poco::Net::SocketAddress::operator != () - fixed SF# 3182746: IPAddress.cpp IPv6 bug on big-endian - fixed SF# 3196961: Unix daemon fails to loadConfiguration() if started from cwd - fixed SF# 3393700: NotificationCenter may call a removed observer and crash. - Reworked implementation of the events framework (Poco::BasicEvent and friends). The framework is now completely multithreading save (even in the case that an event subscriber object unsubscribes and is deleted while an event is being dispatched). Also, the restriction that any object can only register one delegate for each event has been removed. For most cases, dispatching events should be faster, as dispatching an event now needs less dynamic memory allocations. - fixed SF# 3178109: getNodeByPath() changes: getNodeByPath() and getNodeByPathNS() have been moved to Poco::XML::Node. Furthermore, when invoked on a Poco::XML::Document, the behavior has changed so that the document element is now included when traversing the path (previously, traversal would start at the document element, now it starts at the document). The path expression can now start with a double-slash, which results in a recursive search for the path's first element in the DOM tree. - fixed SF# 3382935: String data being truncated using ODBC, and SF# 2921813: Wrong implementation of the ODBC string binding Release 1.4.1p1 (2011-02-08) ============================ - Poco::Mutex is now a recursive mutex again on Linux (this was caused by an unfortunate feature test for PTHREAD_MUTEX_RECURSIVE which did not work on Linux as PTHREAD_MUTEX_RECURSIVE is an enum value and not a macro) - Poco::Net::SecureSocketImpl::abort() now only shuts down the underlying socket connection and does not free the SSL object, due to multithreading issues. Release 1.4.1 (2011-01-29) ========================== - fixed SF# 3150223: Poco::BinaryReader cannot read std::vector correctly - fixed SF# 3146326: SharedMemory issue - made Poco::Net::HTTPSession::abort() virtual - added Poco::Net::SecureStreamSocket::abort() to immediately close a SSL/TLS connection without performing an orderly SSL/TLS shutdown. - fixed SF# 3148126: HTTPSClientSession destructor (!) throws an IOException. Added try/catch block to Poco::Net::SecureSocketImpl destructor. - added additional constructor to Poco::Net::HTTPSClientSession, taking both a socket and a session object. - Poco::Net::HTTPSession::abort() now also can be used with a Poco::Net::HTTPSClientSession. - fixed SF# 3148045: make clean and distclean issues - changed Data library names on Unix/Linux platforms to match the names on Windows (PocoSQLite -> PocoDataSQLite, PocoMySQL -> PocoDataMySQL, PocoODBC -> PocoDataODBC) - added additional options to configure script - added additional documentation to Poco::Net::HTTPClientSession - Poco::Net::HTTPClientSession::receiveResponse() closes the connection if an exception is thrown while reading the response header. This ensures that a new connection will be set up for the next request if persistent connections are used. - improved Poco::Net::MultipartDecoder performance by reading directly from streambuf - improved performance of Poco::Base64Encoder, Poco::Base64Decoder, Poco::HexBinaryEncoder and Poco::HexBinaryDecoder by working directly with the given stream's streambuf. - improved performance of MessageHeader::read() by reading directly from streambuf instead of istream. - it is now possible to specify additional MIME part header fields for a MIME part through the Poco::Net::PartSource class. - upgraded SQLite to release 3.7.4 - added experimental VxWorks support for VxWorks 5.5.1/Tornado 2.2 and newer. Please see the VxWorks Platform Notes in the reference documentation for more information. Currently, the VxWorks is untested; full support will be available in release 1.4.2. - fixed SF# 3165918: Poco::DynamicAny fails to convert from string to float - fixed SF# 3165910: Poco::Net::MessageHeader does not accept HTTP conforming header - made Poco::Task::cancel() virtual so that tasks can implement custom cancellation behavior. - added optional argument to Poco::Util::WinRegistryKey constructor to specify additional flags (in addition to KEY_READ and KEY_WRITE) for the samDesired argument of RegOpenKeyEx() or RegCreateKeyEx(). - improved Poco::BasicEvent::notify() performance by avoiding an unnecessary heap allocation. - added additional well-known port numbers to Poco::URI: rtsp, sip, sips, xmpp. - added Poco::Net::MediaType::matchesRange() - improved invalid socket handling: a Poco::Net::InvalidSocketException is now thrown instead of an assertion when an operation is attempted on a closed or otherwise uninitialized socket.
2011-10-17Updated www/ruby-httpclient to 2.2.2obache1-1/+2
2011-10-17Update ruby-httpclient to 2.2.2.obache3-11/+10
While here, install document again. == Changes = Changes in 2.2.2 = Oct 17, 2011 - version 2.2.2 * Bug fixes * Do not sort query params on request: Wrongly sorted query params for easier debugging but the order of request parameter should be preserved. #65 * Changes * Set responce String encoding if possible. Parse content-type response header with some helps from OpenURI::Meta and set response String encoding. #26 * Improve connection cache strategy. Reuse cached session in MRU order, not in LRU. MRU is more server friendly than LRU because it reduces number of cached sessions when a number of requests drops after an usaage spike. With reusing sessions in LRU order, all sessions are equally checked if it's closed or not, as far as there's a request to the same site. With reusing sessions in MRU order, old cold sessions are kept in cache long time even if there's a request to the same site. To avoid this leakage, this version adds keep_alive_timeout property and let SessionManager scrub all sessions with checking the timeout for each session. When the session expires against the last used time, it's closed and collected. keep_alive_timeout is 15[sec] by default. The value is from the default value for KeepAliveTimeout of Apache httpd 2. #68 #69
2011-10-17No need to check for an interpreter in a perl module.sbd1-1/+3
2011-10-16Add bin/ulockmgr_server to PLIST.Linuxsbd2-3/+4
Bump PKGREVISION
2011-10-16Add HOMEPAGE and LICENSE.hiramatsu1-1/+3
2011-10-16PKGREVISION does not belong in Makefile.common.wiz2-3/+3
2011-10-16This needs iasl to build, so depend on acpica-utils if /usr/bin/iaslbouyer1-1/+4
doens't exist.
2011-10-16This builds fine on netbsd-5, so relax ONLY_FOR_PLATFORMbouyer1-2/+2
2011-10-16apply the changes to just Digest.pm from:spz3-2/+53
http://perl5.git.perl.org/perl.git/commitdiff/a2fa999d41c94d622051667d897fedca90be1828 2011-10-02 Gisle Aas <gisle@ActiveState.com> Release 1.17. Gisle Aas (6): Less noisy 'git status' output Merge pull request #1 from schwern/bug/require_eval Don't clobber $@ in Digest->new [RT#50663] More meta info added to Makefile.PL Fix typo in RIPEMD160 [RT#50629] Add schwern's test files Michael G. Schwern (5): Turn on strict. Convert tests to use Test::More Untabify Turn Digest::Dummy into a real file which exercises the Digest->new() require logic. Close the eval "require $module" security hole in Digest->new($algorithm)
2011-10-16Updated graphics/vigra to 1.8.0 (has been postponed for 13 days :-))adam1-2/+2
2011-10-16Changes 1.8.0:adam5-223/+243
* Various extensions to Local Minima and Maxima (3D algorithms, on-the-fly thresholding). * Added vigra::BucketQueue, vigra::MappedBucketQueue. * Refactored and extended 2D watershed algorithms (especially watershedsRegionGrowing()). * Added the vigra::Quaternion class. * Added Unsupervised Decomposition. * Added mathematical functions (even(), odd(), gamma(), loggamma(), legendre(), besselJ(), besselY(), linearSequence(), indexSort(), inversePermutation(), applyPermutation(), checksum()) * Implemented wrapper of the FFTW library to support arbitrary dimensional Fourier transforms (see fourierTransform() and vigra::FFTWPlan) and FFT-based convolution (see convolveFFT() and vigra::FFTWConvolvePlan) and refactored vigra::FFTWComplex. * Added cannyEdgelListThreshold(), cannyEdgelList3x3Threshold(). * Added capability to handle subarrays and anisotropic resolution to separableConvolveMultiArray() and related Gaussian filters. Added windowRatio parameters to vigra::Kernel1D::initGaussian() and vigra::Kernel1D::initGaussianDerivative() * Added vigra::StridedScanOrderIterator and corresponding vigra::MultiArrayView::begin(). * Extended vigra::MultiArrayView. Added vigra::Shape1 ... vigra::Shape5 convenience typedefs. * Implemented vigra::multi_math (arithmetic and algebraic functions for multi-dimensional arrays). * Extended the vigra::HDF5File class. * Improved and documented the Timing macros for runtime measurements. * Added support for the OpenEXR image format and multi-page TIFF. Improved support for the SIF format. * vigranumpy: added axistags and completly re-implemented VigraArray and the conversion between Python and C++ arrays in terms of axistags. * Minor improvements and bug fixes in the code and documentation.
2011-10-16Updated x11/xextproto to 7.2.0cheusov2-3/+3
2011-10-16Update xextproto to 7.2.0. This fixes PR 45464.cheusov3-8/+10
Thanks for your report!
2011-10-16Note update of databases/p5-DBD-Mock, mail/p5-MIME-Charset andhiramatsu1-1/+4
www/p5-URI-Fetch.
2011-10-16Updated p5-URI-Fetch to 0.09.hiramatsu2-7/+7
Changes from previous: 0.09 2011.01.28 - Use $ua->env_proxy to load local proxy settings. (RT 53819) - Skip tests if we don't have a network connection. (RT 28388, 59694) - Removed sign() and auto_install() from Makefile.PL. - Removed magic svn keywords. - Added author tests (xt/) and modified SYNOPSIS for all modules to make them pass the compilation test.
2011-10-16Update p5-MIME-Charset to 1.009.1.hiramatsu2-7/+6
Changes from previous: 2011-06-09 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu> * Release 1.009.1. * Chg: Workaround for aliasing on TIS-620 that is treated as ISO-8859-11 by Encode. And added WINDOWS-874 as EXTENDED map of TIS-620. * Imp: Result of _find_encoder() will be cached. * Imp/Chg: 'S' encoding will be resolved numerically, without comparing actually encoded lengths. * Added informations for WINDOWS-125[03-8]. * Added some cases to test #4. 2011-06-08 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu> * Release 1.009 - withdrawn. 2011-05-28 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu> * Release 1.008.2. * Bug Fix: Body transfer-encoding profile "S" did not work properly, and profile for UTF-8 was NOT really updated. 2011-02-19 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu> * Release 1.008.1. * Chg: Workaround for CPAN RT #65796: Deep recursion error finding invalid charset. Limit length of charset name upto 75. * Imp: Supports Unicode/multibyte on Perl 5.7.3 (experimental). * Perl 5.7.3 & 5.8.3: avoid ``Useless use of a constant in void context'' warnings. * Doc: small fixes.
2011-10-16Update p5-DBD-Mock to 1.43.hiramatsu2-6/+6
Changes from previous: 1.43 - Segregated into different packages - Removed code coverage from POD - Fixed bug rt49537 Basic support for named parameters - Fixed bug rt70421 Build.PL now contains Test::Exception 1.42 - Fixed bug rt66815 DBD::Mock::Session error clobbered - Fixed bug rt69460 Info on META.yml is outdated - Fixed bug rt69055 Spelling mistakes in POD - RaiseError now works
2011-10-16fix build issues when building with non-standard PREFIX (found by dholland)spz10-41/+175
introduce options allow optional building with net-snmp support pkglint cosmetics