summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-01-25Mark as not ready for python-3.x.wiz1-10/+4
Remove CONFIGURE_ARGS that is not supported any longer by the configure script.
2014-01-25Updated devel/py-ipython1 to 1.1.0nb1wiz1-1/+2
2014-01-25Fix interpreter path in installed files.wiz2-14/+88
Bump PKGREVISION. Fix build and PLIST for python-3.x XXX: strangely, this isn't happy with py-distribute for python-3.x. XXX: I don't understand why, but a build dependency on setuptools fixes XXX: installation, so I've done that.
2014-01-25Updated emulators/suse131_qt4 to 13.1nb1obache1-1/+2
2014-01-25Update libqt4 RPMs to 4.8.5-5.9.2 for CVE-2013-4549.obache2-23/+24
Bump PKGREVISION.
2014-01-25Note update of sysutils/libvirt to 1.2.1agc1-1/+2
2014-01-25Update sysutils/libvirt from 0.9.3 to 1.2.1agc12-291/+185
Reason for updating: numerous security vulnerabilities have been fixed, and many changes made - functional and fixes. The list is really too long to include here: -rw-r--r-- 1 agc wheel 3437489 Jan 24 18:26 /tmp/news
2014-01-25Xconq still requires legacy Tcl/Tk structure members, so have its headerskleink2-6/+6
expose them.
2014-01-24Updated graphics/MesaLib to 7.11.2nb4ryoon1-1/+2
2014-01-24Bump PKGREVISIONryoon3-3/+20
* Fix exit time segfault of qt5 applications
2014-01-24Updated devel/jenkins to 1.532.1ryoon1-1/+2
2014-01-24Update to 1.532.1ryoon3-32/+40
Changelog: What's new in 1.532.1 (2013/11/25) Collecting findbugs analysis results occasionally causes ssh slave to go offline causing job to abort (issue 19619) Bytecode compatibility transformer mistakenly corrupts org.apache.ivy.core.settings.IvySettings.triggers (issue 19383) Functions.globalIota overflow (issue 20085) Upgrade bundled versions of credentials, ssh-credentials and ssh-slaves plugins (issue 19945) /me/my-views/editDescription may be used by any user to set global description (issue 18633) Missing base directory in ZIP from .../artifact/dir/subdir/*zip*/subdir.zip (issue 19947) After deleting last build, next build of last build is zombie (issue 19920) Upgrade error to 1.531: PROXY_HEADER is null (issue 19613) Upgrade bundled versions of credentials and ssh-slaves so we can assume available (issue 20071) Collecting finbugs analysis results randomly fails with exception (issue 18879) ViewJobFilter.filter expect "All jobs that are possible." but don't get recursive ones (issue 20143) Download build artifacts as zip generates a corrupted file (issue 19752) Jenkins redirecting from https to http (issue 10675) java.io.IOException: Unexpected termination of the channel (issue 18836) When installing a plugin and the needed dependencies have compatibility issues, warn the user (issue 19739) Installing a plugin with optional dependencies doesn't upgrade the optional dependencies when needed (issue 19736) After upgrade from 1.519 to 1.526 -> NumberFormatException occurs during maven 3 build (issue 19251) What's new in 1.509.4 (2013/10/09) Configurable loggers should capture messages on slaves (issue 18274) @RequirePOST and similar should send a 405 (issue 16918) Using jenkins-cli connecting to HTTPS port fails due to hostname mismatch in certificate (issue 12629) [XStream] ConcurrentModificationException from DefaultConverterLookup (issue 18775) @QueryParameter with @RelativePath broken (issue 18776) fingerprint are truncated (issue 19515) Environment variable replacement/resolving (issue 16660) failed to archive slave artifacts. Unexpected end of ZLIB input stream (issue 19473) winstone.ClientSocketException: Failed to write to client (issue 10524) /log/all polluted with FINE* messages from other loggers (issue 18959) Incorrect redirect after editing view with Unicode name (issue 18373) Flyweight jobs and zero executors (issue 7291) ERR_CONTENT_DECODING_FAILED on Custom Views with Project-based Matrix Authorization (issue 15437) Buttons do not work in IE 11 (issue 19171) CLI login command fails on Windows (issue 19192) Problems with "Latest Test Result" and "Aggregated Test Result" links (issue 9637) Exception while trigger downstream projects (issue 17247) Maven 2 jobs fail (exception in MavenFingerprinter) (issue 18441) Outdated JRuby libs (issue 14351) Deadlock (issue 18589) When copying folder, display names of contained jobs are gratuitously cleared (issue 18074) Incorrect redirection after delete of job in folder in view (issue 17575) Javadoc project action yields HTTP 404 (issue 19168) Memory exhaustion parsing large test stdio from Surefire (issue 15382) With lazy-build loading estimated build duration may become expensive (issue 18196) Can't build using maven 3.1.0 (issue 15935) Cannot create a custom logger matching any namespace (issue 17983) Clean up fingerprint records that correspond to the deleted build recods (issue 18417) "projects tied to slave" shows unrelated maven module jobs (issue 17451) hudson.security.AccessDeniedException2: anonymous is missing the Administer permission (issue 15578) ”My Views" links leads to 404 Not Found (issue 17317) Some jobs not loaded after jenkins restart: java.lang.NoSuchFieldError: triggers (issue 18677) New lazy loading permalinks can break job.lastStableBuild != null => job.lastSuccessfulBuild != null (issue 18846)
2014-01-24add patch from upstream to add missing privilege checkdrochner3-3/+21
from the advisory: Malicious or misbehaving unprivileged guests can cause the host or other guests to malfunction. This can result in host-wide denial of service. Privilege escalation, while seeming to be unlikely, cannot be excluded. Only PV guests can take advantage of this vulnerability. (CVE-2014-1666) bump PKGREV
2014-01-24Fix OpenBSD 5.3 build and supress warning under OpenBSD 5.4ryoon2-1/+9
* OpenBSD has no libdb like NetBSD
2014-01-24Explicitly allow python-3.x.wiz1-1/+2
2014-01-24Fix gyp for Darwin, where platform libtool should be used.fhajny3-6/+18
Bump PKGREVISION.
2014-01-24Updated devel/py-testtools to 0.9.34obache2-3/+3
2014-01-24Update py-testtools to 0.9.34.obache3-13/+17
0.9.34 ~~~~~~ Improvements ------------ * Added ability for ``testtools.TestCase`` instances to force a test to fail, even if no assertions failed. (Thomi Richards) * Added ``testtools.content.StacktraceContent``, a content object that automatically creates a ``StackLinesContent`` object containing the current stack trace. (Thomi Richards) * ``AnyMatch`` is now exported properly in ``testtools.matchers``. (Robert Collins, Rob Kennedy, github #44) * In Python 3.3, if there are duplicate test ids, tests.sort() will fail and raise TypeError. Detect the duplicate test ids firstly in sorted_tests() to ensure that all test ids are unique. (Kui Shi, #1243922) * ``json_content`` is now in the ``__all__`` attribute for ``testtools.content``. (Robert Collins) * Network tests now bind to 127.0.0.1 to avoid (even temporary) network visible ports. (Benedikt Morbach, github #46) * Test listing now explicitly indicates by printing 'Failed to import' and exiting (2) when an import has failed rather than only signalling through the test name. (Robert Collins, #1245672) * ``test_compat.TestDetectEncoding.test_bom`` now works on Python 3.3 - the corner case with euc_jp is no longer permitted in Python 3.3 so we can skip it. (Martin [gz], #1251962) 0.9.33 ~~~~~~ Improvements ------------ * Added ``addDetailuniqueName`` method to ``testtools.TestCase`` class. (Thomi Richards) * Removed some unused code from ``testtools.content.TracebackContent``. (Thomi Richards) * Added ``testtools.StackLinesContent``: a content object for displaying pre-processed stack lines. (Thomi Richards) * ``StreamSummary`` was calculating testsRun incorrectly: ``exists`` status tests were counted as run tests, but they are not. (Robert Collins, #1203728) 0.9.32 ~~~~~~ Regular maintenance release. Special thanks to new contributor, Xiao Hanyu! Changes ------- * ``testttols.compat._format_exc_info`` has been refactored into several smaller functions. (Thomi Richards) Improvements ------------ * Stacktrace filtering no longer hides unittest frames that are surrounded by user frames. We will reenable this when we figure out a better algorithm for retaining meaning. (Robert Collins, #1188420) * The compatibility code for skipped tests with unittest2 was broken. (Robert Collins, #1190951) * Various documentation improvements (Clint Byrum, Xiao Hanyu). 0.9.31 ~~~~~~ Improvements ------------ * ``ExpectedException`` now accepts a msg parameter for describing an error, much the same as assertEquals etc. (Robert Collins) 0.9.30 ~~~~~~ A new sort of TestResult, the StreamResult has been added, as a prototype for a revised standard library test result API. Expect this API to change. Although we will try to preserve compatibility for early adopters, it is experimental and we might need to break it if it turns out to be unsuitable. Improvements ------------ * ``assertRaises`` works properly for exception classes that have custom metaclasses * ``ConcurrentTestSuite`` was silently eating exceptions that propagate from the test.run(result) method call. Ignoring them is fine in a normal test runner, but when they happen in a different thread, the thread that called suite.run() is not in the stack anymore, and the exceptions are lost. We now create a synthetic test recording any such exception. (Robert Collins, #1130429) * Fixed SyntaxError raised in ``_compat2x.py`` when installing via Python 3. (Will Bond, #941958) * New class ``StreamResult`` which defines the API for the new result type. (Robert Collins) * New support class ``ConcurrentStreamTestSuite`` for convenient construction and utilisation of ``StreamToQueue`` objects. (Robert Collins) * New support class ``CopyStreamResult`` which forwards events onto multiple ``StreamResult`` objects (each of which receives all the events). (Robert Collins) * New support class ``StreamSummary`` which summarises a ``StreamResult`` stream compatibly with ``TestResult`` code. (Robert Collins) * New support class ``StreamTagger`` which adds or removes tags from ``StreamResult`` events. (RobertCollins) * New support class ``StreamToDict`` which converts a ``StreamResult`` to a series of dicts describing a test. Useful for writing trivial stream analysers. (Robert Collins) * New support class ``TestControl`` which permits cancelling an in-progress run. (Robert Collins) * New support class ``StreamFailFast`` which calls a ``TestControl`` instance to abort the test run when a failure is detected. (Robert Collins) * New support class ``ExtendedToStreamDecorator`` which translates both regular unittest TestResult API calls and the ExtendedTestResult API which testtools has supported into the StreamResult API. ExtendedToStreamDecorator also forwards calls made in the StreamResult API, permitting it to be used anywhere a StreamResult is used. Key TestResult query methods like wasSuccessful and shouldStop are synchronised with the StreamResult API calls, but the detailed statistics like the list of errors are not - a separate consumer will be created to support that. (Robert Collins) * New support class ``StreamToExtendedDecorator`` which translates ``StreamResult`` API calls into ``ExtendedTestResult`` (or any older ``TestResult``) calls. This permits using un-migrated result objects with new runners / tests. (Robert Collins) * New support class ``StreamToQueue`` for sending messages to one ``StreamResult`` from multiple threads. (Robert Collins) * New support class ``TimestampingStreamResult`` which adds a timestamp to events with no timestamp. (Robert Collins) * New ``TestCase`` decorator ``DecorateTestCaseResult`` that adapts the ``TestResult`` or ``StreamResult`` a case will be run with, for ensuring that a particular result object is used even if the runner running the test doesn't know to use it. (Robert Collins) * New test support class ``testtools.testresult.doubles.StreamResult``, which captures all the StreamResult events. (Robert Collins) * ``PlaceHolder`` can now hold tags, and applies them before, and removes them after, the test. (Robert Collins) * ``PlaceHolder`` can now hold timestamps, and applies them before the test and then before the outcome. (Robert Collins) * ``StreamResultRouter`` added. This is useful for demultiplexing - e.g. for partitioning analysis of events or sending feedback encapsulated in StreamResult events back to their source. (Robert Collins) * ``testtools.run.TestProgram`` now supports the ``TestRunner`` taking over responsibility for formatting the output of ``--list-tests``. (Robert Collins) * The error message for setUp and tearDown upcall errors was broken on Python 3.4. (Monty Taylor, Robert Collins, #1140688) * The repr of object() on pypy includes the object id, which was breaking a test that accidentally depended on the CPython repr for object(). (Jonathan Lange) 0.9.29 ~~~~~~ A simple bug fix, and better error messages when you don't up-call. Changes ------- * ``testtools.content_type.ContentType`` incorrectly used ',' rather than ';' to separate parameters. (Robert Collins) Improvements ------------ * ``testtools.compat.unicode_output_stream`` was wrapping a stream encoder around ``io.StringIO`` and ``io.TextIOWrapper`` objects, which was incorrect. (Robert Collins) * Report the name of the source file for setUp and tearDown upcall errors. (Monty Taylor) 0.9.28 ~~~~~~ Testtools has moved VCS - https://github.com/testing-cabal/testtools/ is the new home. Bug tracking is still on Launchpad, and releases are on Pypi. We made this change to take advantage of the richer ecosystem of tools around Git, and to lower the barrier for new contributors. Improvements ------------ * New ``testtools.testcase.attr`` and ``testtools.testcase.WithAttributes`` helpers allow marking up test case methods with simple labels. This permits filtering tests with more granularity than organising them into modules and test classes. (Robert Collins) 0.9.27 ~~~~~~ Improvements ------------ * New matcher ``HasLength`` for matching the length of a collection. (Robert Collins) * New matcher ``MatchesPredicateWithParams`` make it still easier to create ad hoc matchers. (Robert Collins) * We have a simpler release process in future - see doc/hacking.rst. (Robert Collins) 0.9.26 ~~~~~~ Brown paper bag fix: failed to document the need for setup to be able to use extras. Compounded by pip not supporting setup_requires. Changes ------- * setup.py now can generate egg_info even if extras is not available. Also lists extras in setup_requires for easy_install. (Robert Collins, #1102464) 0.9.25 ~~~~~~ Changes ------- * ``python -m testtools.run --load-list`` will now preserve any custom suites (such as ``testtools.FixtureSuite`` or ``testresources.OptimisingTestSuite``) rather than flattening them. (Robert Collins, #827175) * Testtools now depends on extras, a small library split out from it to contain generally useful non-testing facilities. Since extras has been around for a couple of testtools releases now, we're making this into a hard dependency of testtools. (Robert Collins) * Testtools now uses setuptools rather than distutils so that we can document the extras dependency. (Robert Collins) Improvements ------------ * Testtools will no longer override test code registered details called 'traceback' when reporting caught exceptions from test code. (Robert Collins, #812793)
2014-01-24Move PY_PEP3147 specific PRINT_PLIST handling from common ↵obache2-5/+5
mk/plist/print-plist.mk to lang/python/extension.mk, handling reverse way.
2014-01-24Updated mail/milter-manager to 2.0.1obache1-1/+2
2014-01-24Update milter-manager to 2.0.1.obache4-72/+26
== [release-2-0-1] 2.0.1: 2014-01-24 A bug fix release of 2.0.0. === milter manager ==== Improvements * Support SIGUSR1 signal to reopen log file ==== Fixes * Drop functionality to report stack trace on crash. Because it is unsafe for all users. [GitHub #38] === milter-core ==== Improvements * Support log output by MILTER_LOG_PATH environment variable. === milter-client ==== Improvements * Support --log-path option. === Ruby milter ==== Improvements * Support --log-path option. * Support SIGUSR1 signal to reopen log file. === Package ==== Improvements * Drop Ubuntu Lucid (10.04) support. * Add Ubuntu Saucy (13.10) support. * deb: Support Ruby 2.0.0 detection on Debian. * rpm: Update Ruby1.9.3 package for CentOS6 to Ruby1.9.3-p484. * Remove auto-generated files from distribution archive. [Reported by Youhei SASAKI][milter-manager-users-ja:00225] === Document ==== Improvements * Update to the latest milter-greylist RPM. [Reported by ishizaka tadanori][milter-manager-users-ja:00220] * Improve English version reference manual. [GitHub #17] === Thanks * Youhei SASAKI * ishizaka tadanori
2014-01-24Updated databases/percona-toolkit to 2.2.6jperkin1-1/+2
2014-01-24Update percona-toolkit to version 2.2.6. Changes since 2.1.7:jperkin2-7/+8
v2.2.6 released 2013-12-18 * Added pt-query-digest support for Percona Server slow log rate limiting * Added pt-agent --ping * Added pt-mysql-summary --all-databases * Added pt-stalk --sleep-collect * Added pt-table-sync --[no]check-child-tables * Fixed bug 1249150: PTDEBUG prints some info to STDOUT * Fixed bug 1248363: pt-agent requires restart after changing MySQL options * Fixed bug 1248778: pt-agent --install on PXC is not documented * Fixed bug 1250973: pt-agent --install doesn't check for previous install * Fixed bug 1250968: pt-agent --install suggest MySQL user isn't quoted * Fixed bug 1251004: pt-agent --install error about slave is confusing * Fixed bug 1251726: pt-agent --uninstall fails if agent is running * Fixed bug 1248785: pt-agent docs don't list privs required for its MySQL user * Fixed bug 1215016: pt-deadlock-logger docs use pt-fk-error-logger * Fixed bug 1201443: pt-duplicate-key-checker error when EXPLAIN key_len=0 * Fixed bug 1217013: pt-duplicate-key-checker misses exact duplicate unique indexes * Fixed bug 1214685: pt-mysql-summary schema dump prompt can't be disabled * Fixed bug 1195628: pt-online-schema-change gets stuck looking for its own _new table * Fixed bug 1249149: pt-query-digest stats prints to STDOUT instead of STDERR * Fixed bug 1071979: pt-stak error parsing df with NFS * Fixed bug 1223458: pt-table-sync deletes child table rows v2.2.5 released 2013-10-16 * Added Query_time histogram bucket counts to pt-query-digest JSON output * Added pt-online-schema-change --[no]drop-triggers option * Fixed bug 1206677: pt-agent docs reference clodu.percona.com * Fixed bug 1226721: pt-agent on CentOS 5 fails to send data * Fixed bug 1199589: pt-archiver deletes data despite --dry-run * Fixed bug 1206728: pt-deadlock-logger 2.2 requires DSN on command line * Fixed bug 1209436: pt-kill --log-dsn may not work on Perl 5.8 * Fixed bug 1215608: pt-online-schema-change new table suffix is hard-coded * Fixed bug 821692: pt-query-digest doesn't distill LOAD DATA correctly * Fixed bug 984053: pt-query-digest doesn't distill INSERT/REPLACE without INTO correctly * Fixed bug 821690: pt-query-digest doesn't distill IF EXISTS correctly * Fixed bug 1210537: pt-table-checksum --recursion-method=cluster crashes if no nodes are found * Fixed bug 944051: pt-table-checksum has ambiguous exit status * Fixed bug 1229861: pt-table-sync quotes float values, can't sync v2.2.4 released 2013-07-18 * Implemented pt-query-digest anonymous JSON output * Implemented pt-online-schema-change timestamp output * Fixed bug 1182856: Zero values causes "Invalid --set-vars value: var=0" * Fixed bug 1195034: pt-deadlock-logger error: Use of uninitialized value $ts in pattern match (m//) * Fixed bug 1137556: pt-heartbeat docs don't account for --utc * Fixed bug 1188264: pt-online-schema-change error copying rows: Undefined subroutine &pt_online_schema_change::get * Fixed bug 1171968: pt-query-digest docs don't mention --type=rawlog * Fixed bug 1176010: pt-query-digest doesn't group db and `db` together * Fixed bug 1174956: pt-query-digest and pt-fingerprint don't strip some multi-line comments * Fixed bug 1172317: pt-sift does not work if pt-stalk did not collect due to a full disk * Fixed bug 1136559: pt-table-checksum: Deep recursion on subroutine "SchemaIterator::_iterate_dbh" * Fixed bug 1199591: pt-table-checksum doesn't use non-unique index with highest cardinality * Fixed bug 1163735: pt-table-checksum fails if explicit_defaults_for_timestamp is enabled in 5.6 * Fixed bug 1168434: pt-upgrade reports differences on NULL * Fixed bug 1168106: pt-variable-advisor has the wrong default value for innodb_max_dirty_pages_pct in 5.5 and 5.6 * Fixed bug 1168110: pt-variable-advisor shows key_buffer_size in 5.6 as unconfigured (even though it is) v2.2.3 released 2013-06-17 * Added new tool: pt-agent * Fixed bug 1188002: pt-online-schema-change causes "ERROR 1146 (42S02): Table 'db._t_new' doesn't exist" v2.2.2 released 2013-04-24 * Added --show-all to pt-query-digest * Added --recursion-method=cluster to pt-table-checksum * Fixed bug 1127450: pt-archiver --bulk-insert may corrupt data * Fixed bug 1163372: pt-heartbeat --utc --check always returns 0 * Fixed bug 1156901: pt-query-digest --processlist reports duplicate queries for replication thread * Fixed bug 1160338: pt-query-digest 2.2 prints unwanted debug info on tcpdump parsing errors * Fixed bug 1160918: pt-query-digest 2.2 prints too many string values * Fixed bug 1156867: pt-stalk prints the wrong variable name in verbose mode when --function is used * Fixed bug 1081733: pt-stalk plugins can't access the real --prefix * Fixed bug 1099845: pt-table-checksum pxc same_node function incorrectly uses wsrep_sst_receive_address * Fixed bug 821502: Some tools don't have --help or --version * Fixed bug 947893: Some tools use @@hostname without /*!50038*/ * Fixed bug 1082406: An explicitly set wsrep_node_incoming_address may make SHOW STATUS LIKE 'wsrep_incoming_addresses' return a portless address v2.2.1 released 2013-03-14 * Official support for MySQL 5.6 * Official support for Percona XtraDB Cluster * Redesigned pt-query-digest * Redesigned pt-upgrade * Redesigned pt-fk-error-logger * Redesigned pt-deadlock-logger * Changed --set-vars in all tools * Renamed --retries to --tries in pt-online-schema-change * Added --check-read-only to pt-heartbeat * Added MySQL options to pt-mysql-summary * Added MySQL options to pt-stalk * Removed --lock-wait-timeout from pt-online-schema-change (use --set-vars) * Removed --lock-wait-timeout from pt-table-checksum (use --set-vars) * Removed pt-query-advisor * Removed pt-tcp-model * Removed pt-trend * Removed pt-log-player * Enabled --version-check by default in all tools * Fixed bug 1008796: Several tools don't have --database * Fixed bug 1087319: Quoter::serialize_list() doesn't handle multiple NULL values * Fixed bug 1086018: pt-config-diff needs to parse wsrep_provider_options * Fixed bug 1056838: pt-fk-error-logger --run-time works differently than pt-deadlock-logger --run-time * Fixed bug 1093016: pt-online-schema-change doesn't retry RENAME TABLE * Fixed bug 1113301: pt-online-schema-change blocks on metadata locks * Fixed bug 1125665: pt-stalk --no-stalk silently clobbers other options, acts magically * Fixed bug 1019648: pt-stalk truncates InnoDB status if there are too many transactions * Fixed bug 1087804: pt-table-checksum doesn't warn if no slaves are found v2.1.9 released 2013-02-14 * Fixed bug 1103221: pt-heartbeat 2.1.8 doesn't use precision/sub-second timestamps * Fixed bug 1099665: pt-heartbeat 2.1.8 reports big time drift with UTC_TIMESTAMP * Fixed bug 1099836: pt-online-schema-change fails with "Duplicate entry" on MariaDB * Fixed bug 1103672: pt-online-schema-change makes bad DELETE trigger if PK is re-created with new columns * Fixed bug 1115333: pt-pmp doesn't list the origin lib for each function * Fixed bug 823411: pt-query-digest shouldn't print "Error: none" for tcpdump * Fixed bug 1103045: pt-query-digest fails to parse non-SQL errors * Fixed bug 1105077: pt-table-checksum: Confusing error message with binlog_format ROW or MIXED on slave * Fixed bug 918056: pt-table-sync false-positive error "Cannot nibble table because MySQL chose no index instead of the PRIMARY index" * Fixed bug 1099933: pt-stalk is too verbose, fills up log v2.1.8 released 2012-12-21 * Beta support for MySQL 5.6 * Beta support for Percona XtraDB Cluster * pt-online-schema-change: If ran on Percona XtraDB Cluster, requires PXC 5.5.28 or newer * pt-table-checksum: If ran on Percona XtraDB Cluster, requires PXC 5.5.28 or newer * pt-upgrade: Added --[no]disable-query-cache * Fixed bug 927955: Bad pod2rst transformation * Fixed bug 898665: Bad online docs formatting for --[no]vars * Fixed bug 1022622: pt-config-diff is case-sensitive * Fixed bug 1007938: pt-config-diff doesn't handle end-of-line comments * Fixed bug 917770: pt-config-diff Use of uninitialized value in substitution (s///) at line 1996 * Fixed bug 1082104: pt-deadlock-logger doesn't handle usernames with dashes * Fixed bug 886059: pt-heartbeat handles timezones inconsistently * Fixed bug 1086259: pt-kill --log-dsn timestamp is wrong * Fixed bug 1015590: pt-mysql-summary doesn't handle renamed variables in Percona Server 5.5 * Fixed bug 1079341: pt-online-schema-change checks for foreign keys on MyISAM tables * Fixed bug 823431: pt-query-advisor hangs on big queries * Fixed bug 996069: pt-query-advisor RES.001 is incorrect * Fixed bug 933465: pt-query-advisor false positive on RES.001 * Fixed bug 937234: pt-query-advisor issues wrong RES.001 * Fixed bug 1082599: pt-query-digest fails to parse timestamp with no query * Fixed bug 1078838: pt-query-digest doesn't parse general log with "Connect user as user" * Fixed bug 957442: pt-query-digest with custom --group-by throws error * Fixed bug 887638: pt-query-digest prints negative byte offset * Fixed bug 831525: pt-query-digest help output mangled * Fixed bug 932614: pt-slave-restart CHANGE MASTER query causes error * Fixed bug 1046440: pt-stalk purge_samples slows down checks * Fixed bug 986847: pt-stalk does not report NFS iostat * Fixed bug 1074179: pt-table-checksum doesn't ignore tables for --replicate-check-only * Fixed bug 911385: pt-table-checksum v2 fails when --resume + --ignore-database is used * Fixed bug 1041391: pt-table-checksum debug statement for "Chosen hash func" prints undef * Fixed bug 1075638: pt-table-checksum Illegal division by zero at line 7950 * Fixed bug 1052475: pt-table-checksum uninitialized value in numeric lt (<) at line 8611 * Fixed bug 1078887: Tools let --set-vars clobber the required SQL mode
2014-01-24Add patch-flask_security_script.py to fix the py33 build;kleink2-1/+80
also submitted upstream as #214.
2014-01-24+ RBTools-0.5.5, abcmidi-20140120, accerciser-3.8.2, ap-python-3.5.0,wiz1-18/+34
aubio-0.4.0, botan-1.10.7, calibre-1.21, cdrtools-3.01alpha22, cogl-1.16.2, cuisine-0.6.5, cvs-fast-export-1.3, cxref-1.6e, dar-2.4.12, etm2-2.3.21 [etm successor], gammu-1.33.0, gnome-chess-3.10.3, gnome-menus-3.8.0, klavaro-3.0, libdrm-2.4.52, libraw-0.16.0, libxmp-4.2.3, mp3diags-1.2.01, parallel-20140122, phpmyadmin-4.1.5, py-cython-0.20, py-gammu-1.33.0, py-gnome-menus-3.8.0, py-wxWidgets-3.0.0, scamper-20140122 [pkg/48546], tcllib-1.15, tcpreplay-4.0.2, worker-3.3.0, xterm-301.
2014-01-24Improve comment and description.jperkin2-3/+6
2014-01-24Remove conflict with other python version of this package,wiz1-4/+2
there are no common files. Fix PLIST for python-3.x.
2014-01-23Set maintainer to pkgsrc-users@ as requested by morr@cheusov1-2/+2
2014-01-23Fix MASTER_SITEryoon1-2/+2
2014-01-23Updated pkgtools/x11-links to 0.81ryoon1-1/+2
2014-01-23Update to 0.81ryoon9-10/+31
* Add files from OpenBSD 5.4's Xenocara
2014-01-23Finish py-pydot rename to py-dot.wiz3-34/+1
2014-01-23add and enable py-flup3jnemeth1-1/+2
2014-01-23add and enable py-X2jnemeth1-1/+2
2014-01-23add and enable py-pydotjnemeth1-1/+2
2014-01-23Updated sysutils/virtinst to 0.600.3nb1wiz1-1/+2
2014-01-23Convert to distutils.mk. Mark as not for python-3.x.wiz2-5/+6
Bump PKGREVISION.
2014-01-23Add enigmail checksumwiz1-1/+4
2014-01-23Updated sysutils/rdiff-backup to 1.2.8nb6wiz1-1/+2
2014-01-23Convert to distutils.mk. Mark as not for python-3.x.wiz2-8/+9
Bump PKGREVISION.
2014-01-23Updated devel/qbzr to 0.22.1nb3wiz1-1/+2
2014-01-23Convert to distutils.mk. Fix interpreter path in installed file.wiz2-5/+8
Mark as not for python-3.x. Bump PKGREVISION.
2014-01-23Fix PLIST for python-3.x.wiz1-8/+12
2014-01-23Removed unused patchwiz1-32/+0
2014-01-23Remove unused patch.wiz1-17/+0
2014-01-23Remove unused patchwiz1-20/+0
2014-01-23Fix PLIST for python-3.x.wiz2-16/+24
2014-01-23Remove patch that doesn't apply any longer, and add RMD160 checksumwiz2-14/+2
to distinfo XXX: doesn't build
2014-01-23Fix PLIST for python-3.x.wiz1-3/+4
2014-01-23Updated security/mixminion to 0.0.8alpha3nb5wiz1-1/+2