Commit graph

207121 commits

Author SHA1 Message Date
adam
604fad8c36 Changes 5.5.34:
* MySQL 5.7 changed audit log file output to a new format that has better compatibility with Oracle Audit Vault. This format has been backported to MySQL 5.5 and it is possible to select either the old or new format using the new audit_log_format system variable, which has permitted values of OLD and NEW (default OLD). For details about each format, see The Audit Log File.
* InnoDB; Partitioning: Following any query on the INFORMATION_SCHEMA.PARTITIONS table, InnoDB index statistics as shown in the output of statements such as SELECT * FROM INFORMATION_SCHEMA.STATISTICS were read from the last partition, instead of from the partition containing the greatest number of rows.
* InnoDB: The row_sel_sec_rec_is_for_clust_rec function would incorrectly prepare to compare a NULL column prefix in a secondary index with a non-NULL column in a clustered index.
* InnoDB: An incorrect purge would occur when rolling back an update to a delete-marked record.
* InnoDB: InnoDB would rename a user-defined foreign key constraint containing the string “_ibfk_” in its name, resulting in a duplicate constraint.
* InnoDB: Rolling back an INSERT after a failed BLOB write would result in an assertion failure. The assertion has been modified to allow NULL BLOB pointers if an error occurs during a BLOB write.
* InnoDB: A regression introduced with the fix for Bug 11762038 would cause InnoDB to raise an incorrect error message. The message stated that, “InnoDB cannot delete/update rows with cascading foreign key constraints that exceed max depth of 20”. The error message would occur when killing connections reading from InnoDB tables that did not have foreign key constraints.
* InnoDB: The documentation incorrectly stated that START TRANSACTION WITH CONSISTENT SNAPSHOT provides a consistent snapshot only if the current isolation level is REPEATABLE READ or SERIALIZABLE. START TRANSACTION WITH CONSISTENT SNAPSHOT only works with REPEATABLE READ. All other isolation levels are ignored. The documentation has been revised and a warning is now generated whenever the WITH CONSISTENT SNAPSHOT clause is ignored.
* InnoDB: The srv_master_thread background thread, which monitors server activity and performs activities such as page flushing when the server is inactive or in a shutdown state, runs on a one second delay loop. srv_master_thread would fail to check if the server is in a shutdown state before sleeping.
more...
2013-09-30 18:26:38 +00:00
wiz
bf98712114 Updated fonts/harfbuzz to 0.9.21 2013-09-30 18:25:37 +00:00
wiz
c44087799b Update to 0.9.21:
Overview of changes leading to 0.9.21
Monday, September 16, 2013
=====================================

- Rename gobject-introspection library name from harfbuzz to HarfBuzz.
- Remove (long disabled) hb-old and hb-icu-le test shapers.
- Misc gtk-doc and gobject-introspection annotations.
- Misc fixes.
- API changes:

  * Add HB_SET_VALUE_INVALID
2013-09-30 18:25:27 +00:00
wiz
215d2c09be Updated devel/meld to 1.8.1 2013-09-30 18:23:36 +00:00
wiz
0683901d3e Update to 1.8.1:
2013-9-22 meld 1.8.1
====================

  Fixes:

    * Add AppData file (Kai Willadsen)
    * Change order of version control selection for CVS and old SVN (Kai
      Willadsen)
    * Fix escaped markup in folder comparisons (Kai Willadsen)

  Translations:

    * Daniel Mustieles (es)
    * Enrico Nicoletto (pt_BR)
    * Gabor Kelemen (hu)
    * Marek Černocký (cs)
    * Milo Casagrande (it)
    * Piotr Drąg (pl)
2013-09-30 18:23:21 +00:00
wiz
7da3f66774 Updated devel/py-setuptools to 1.1.6 2013-09-30 18:22:01 +00:00
wiz
2f802eec77 Update to 1.1.6:
-----
1.1.6
-----

* Distribute #349: ``sandbox.execfile`` now opens the target file in binary
  mode, thus honoring a BOM in the file when compiled.
2013-09-30 18:21:50 +00:00
wiz
a879c67b4c Updated graphics/png to 1.6.6 2013-09-30 18:17:17 +00:00
wiz
bcf94f1f6b Update to 1.6.6:
Version 1.6.6 [September 16, 2013]
  Removed two stray lines of code from arm/arm_init.c, again.
2013-09-30 18:17:03 +00:00
wiz
6f3691df77 Added sysutils/py-xattr version 0.7.2 2013-09-30 17:26:23 +00:00
wiz
d49b68f862 + py-xattr 2013-09-30 17:26:10 +00:00
wiz
72b1687341 Import py27-xattr-0.7.2 as sysutils/py-xattr.
xattr is a Python wrapper for extended filesystem attributes.

Extended attributes extend the basic attributes of files and
directories in the file system.  They are stored as name:data pairs
associated with file system objects (files, directories, symlinks,
etc).
2013-09-30 17:25:51 +00:00
wiz
7da2602f22 Added databases/py-sqlparse version 0.1.8 2013-09-30 17:24:43 +00:00
wiz
5a1c936cb4 + py-sqlparse 2013-09-30 17:24:33 +00:00
wiz
c06308bb1d Import py27-sqlparse-0.1.8 as databases/py-sqlparse.
sqlparse is a non-validating SQL parser module for Python.
2013-09-30 17:24:18 +00:00
wiz
15d6cd5344 Added devel/py-doctor version 0.4 2013-09-30 17:23:26 +00:00
wiz
0be6c42139 + py-doctor 2013-09-30 17:23:16 +00:00
wiz
06a254f422 Import py27-doctor-0.4 as devel/py-doctor.
This is 'pydoctor', an API documentation generator that works by
static analysis.

It was written primarily to replace epydoc for the purposes of the
Twisted project as epydoc has difficulties with zope.interface.  If it
happens to work for your code too, that's a nice bonus at this stage :)

pydoctor puts a fair bit of effort into resolving imports and
computing inheritance hierarchies and, as it aims at documenting
Twisted, knows about zope.interface's declaration API and can present
information about which classes implement which interface, and vice
versa.
2013-09-30 17:23:04 +00:00
wiz
cfa8a4c029 Added devel/py-cparser version 2.10 2013-09-30 17:21:53 +00:00
wiz
e5b1b0e90e + py-cparser 2013-09-30 17:21:37 +00:00
wiz
540312a57c Import py27-cparser-2.10 as devel/py-cparser.
pycparser is a parser for the C language, written in pure Python.
It is a module designed to be easily integrated into applications
that need to parse C source code.
2013-09-30 17:21:21 +00:00
wiz
ac137db9eb Added devel/py-cffi version 0.7.2 2013-09-30 17:20:27 +00:00
wiz
380876c2d1 + py-cffi 2013-09-30 17:20:16 +00:00
wiz
a99c7c2366 Import py27-cffi-0.7.2 as devel/py-cffi.
Foreign Function Interface for Python calling C code. The aim of
this project is to provide a convenient and reliable way of calling
C code from Python. The interface is based on LuaJIT's FFI and
follows a few principles:

o The goal is to call C code from Python. You should be able to do
  so without learning a 3rd language: every alternative requires
  you to learn their own language (Cython, SWIG) or API (ctypes).
  So we tried to assume that you know Python and C and minimize
  the extra bits of API that you need to learn.
o Keep all the Python-related logic in Python so that you don't
  need to write much C code.
o Work either at the level of the ABI (Application Binary Interface)
  or the API (Application Programming Interface). Usually, C
  libraries have a specified C API but often not an ABI.
o We try to be complete. For now some C99 constructs are not
  supported, but all C89 should be, including macros.
o We attempt to support both PyPy and CPython, with a reasonable
  path for other Python implementations like IronPython and Jython.
o Note that this project is not about embedding executable C code
  in Python, unlike Weave. This is about calling existing C libraries
  from Python.
2013-09-30 17:19:59 +00:00
wiz
fb64cfea95 Added security/py-Kerberos version 1.1 2013-09-30 17:18:25 +00:00
wiz
04c84edce5 + py-Kerberos 2013-09-30 17:18:15 +00:00
wiz
dbe62f90dc Remove some commented out lines. 2013-09-30 17:02:37 +00:00
wiz
12d1600688 Remove xf86-video-radeonhd, replaced by xf86-video-ati in 2009 or so. 2013-09-30 17:01:50 +00:00
wiz
2ff8d657ea Remove xf86-video-vga, desupported since xorg-server-1.5. 2013-09-30 17:00:15 +00:00
wiz
7f5ead85ea Remove xf86-video-nsc, desupported since xorg-server-1.5.1. 2013-09-30 16:59:10 +00:00
wiz
f25f5d1458 Remove xf86-video-imstt, desupported since xorg-server-1.6. 2013-09-30 16:53:42 +00:00
wiz
e5d30f5e20 Remove xf86-video-cyrix, desupported since xorg-server-1.6. 2013-09-30 16:52:36 +00:00
wiz
e8967c21f7 Updated devel/autoconf to 2.69nb3 2013-09-30 15:32:11 +00:00
wiz
dddc4ba48a Bump PKGREVISION for updated config.* files (see mk/gnu-config
commit from today).
2013-09-30 15:32:02 +00:00
taca
77486e141c - postfix-2.10.2. 2013-09-30 15:22:23 +00:00
taca
8e0e21e693 Note update of mail/postfix package to 2.10.2. 2013-09-30 15:22:02 +00:00
taca
f19399ff06 Update postfix package to 2.10.2. Here is brief changes.
2.10.2

* TLS Interoperability workaround: turn on SHA-2 digests by force. This
  improves interoperability with clients and servers that deploy SHA-2 digests
  without the required support for TLSv1.2-style digest negotiation.

* TLS Performance workaround: the Postfix SMTP server TLS session cache had
  become ineffective because recent OpenSSL versions enable session tickets by
  default, resulting in a different ticket encryption key for each smtpd(8)
  process. The workaround turns off session tickets. Postfix 2.11 will enable
  session tickets properly.

* TLS Interoperability workaround: Debian Exim versions before 4.80-3 may fail
  to communicate with Postfix and possibly other MTAs, with the following Exim
  SMTP client error message:

	TLS error on connection to server-name [server-address]
	(gnutls_handshake): The Diffie-Hellman prime sent by the server is not
	acceptable (not long enough)

  See the RELEASE_NOTES file for a Postfix SMTP server configuration
  workaround.

* Bugfix (defect introduced: 1997): memory leak while forwarding mail with the
  local(8) delivery agent, in code that handles a cleanup(8) server error.


2.10.1

* Workaround: down-stream maintainers fail to install the new
  smtpd_relay_restrictions safety net, causing breakage that could have been
  avoided. We now hard-code the safety net instead.


2.10.0

* Separation of relay policy (with smtpd_relay_restrictions) from spam policy
  (with smtpd_{client, helo, sender, recipient}_restrictions), which makes
  accidental open relay configuration less likely. The default is backwards
  compatible.

* HAproxy load-balancer support for postscreen(8) and smtpd(8). The nginx
  proxy was already supported by Postfix 2.9 smtpd(8), using XCLIENT commands.

* Support for the TLSv1 and TLSv2 protocols, as well as support to turn them
  off if needed for inter-operability.

* Laptop-friendly configuration. By default, Postfix now uses UNIX-domain
  sockets instead of FIFOs, and thus avoids MTIME file system updates on an
  idle mail system.

* Revised postconf(1) command. The "-x" option expands $name in a parameter
  value (both main.cf and master.cf); the "-o name=value" option overrides a
  main.cf parameter setting; and postconf(1) now warns about a $name that has
  no name=value setting.

* Sendmail-style "socketmap" lookup tables.
2013-09-30 15:21:15 +00:00
obache
5024e269f7 Updated net/zeromq to 3.2.4 2013-09-30 12:54:31 +00:00
obache
832fe28e06 Update zeromq to 3.2.4.
0MQ version 3.2.4 stable, released on 2013/09/20
================================================

* LIBZMQ-84  (Windows) Assertion failed: Address already in use at signaler.cpp:80
* LIBZMQ-456 ZMQ_XPUB_VERBOSE does not propagate in a tree of XPUB/XSUB devices
* LIBZMQ-532 (Windows) critical section not released on error
* LIBZMQ-569 Detect OpenPGM 5.2 system library
* LIBZMQ-563 Subscribers sometimes stopped receiving messages (aka LIBZMQ-541)
* LIBZMQ-XXX Added support for Travis Continuous Integration
* LIBZMQ-XXX Several improvements to MSVC support
2013-09-30 12:54:11 +00:00
obache
b77ede0ca8 Updated dconf{,-editor} to 0.18.0. 2013-09-30 11:43:32 +00:00
obache
bbbefaf447 Update dconf to 0.18.0.
Changes in dconf 0.18.0
========================

Translations updates:
 Basque
 Danish
 Japanese
 Korean
 Portuguese
 Punjabi

Changes in dconf 0.17.1
========================

Documentation updates, including better coverage of profiles.

Translations updates:
 Assamese
 Belarusian
 Catalan
 Dutch
 Estonian
 Finnish
 French
 German
 Hungarian
 Indonesian
 Italian
 Korean
 Latvian
 Polish
 Russian
 Serbian
 Tajik
 Thai
 Traditional Chinese

Changes in dconf 0.17.0
========================

Fix a semi-serious thread safety issue:

  https://bugzilla.gnome.org/show_bug.cgi?id=703073

Some improvements to the editor:

 - fix some compile warnings
 - use gresource
 - cancel searches on escape

Translation updates:
 Brazilian Portuguese
 Czech
 Esperanto
 Friulian
 Galician
 German
 Hebrew
 Indonesian
 Lithuanian
 Malayalam
 Norwegian bokmål
 Slovak
 Slovenian
 Spanish
 Tajik
2013-09-30 11:42:13 +00:00
obache
8f4a13a793 Bump ABI_DEPENDS, shlib major bumped at updated from 0.12.x to 0.14.x. 2013-09-30 11:17:32 +00:00
taca
c998d06408 + dovecot-2.2.6, dovecot2-pigeonhole-0.4.2, samba-3.6.19. 2013-09-30 10:06:09 +00:00
taca
1a8003aae3 Note update of www/contao31 package to 3.1.3. 2013-09-30 10:05:15 +00:00
taca
fe3607c18a Update contao31 to 3.1.3.
Version 3.1.3 (2013-09-24)
--------------------------

### Fixed
Do not redirect to protected pages after logout (see #6210).

### Fixed
Consider the additional arguments in `Frontend::jumpToOrReload()` (see #5734).

### Fixed
Prevent article aliases from using reserved names (see #6066).

### Fixed
Correctly update the RSS feeds if a news item or event changes (see #6102).

### Fixed
Correctly link to news and calendar feeds via insert tag (see #6164).

### Fixed
Make the CSS ID available in the custom navigation module (see #6129).

### Fixed
Do not cache the "toggle_view" insert tag (see #6172).

### Fixed
Unset the primary key if a model is deleted (see #6162).

### Fixed
Support `tel:` and `sms:` upon IDNA conversion (see #6148).

### Fixed
Apply the width and height to the audio player as well (see #6114).

### Fixed
Do not exit after a template has been output (see #5570).

### Changed
Drop the database query cache (see #6070). This renders `executeUncached()` and
`executeCached()` deprecated. Use `execute()` instead.

### Fixed
Handle all possible errors when uploading files (see #5934).
2013-09-30 10:04:34 +00:00
wiz
8782572424 Updated textproc/mdoclint to 1.24 2013-09-30 09:36:55 +00:00
wiz
f9ffeb199d 1.24:
Add default location for CODE REFERENCES.
2013-09-30 09:36:45 +00:00
wiz
567aa8452b Updated net/calypso to 1.2 2013-09-30 09:36:12 +00:00
wiz
bd8d9967c1 Update to 1.2:
chrysn and Joe Nahmias have done a bunch of work on Calypso, and I even
managed to fix a couple of bugs. I've merged their stuff in and pushed
out a version 1.2 release this afternoon, along with an updated debian
package. A this point, all reported Debian bugs are closed (surely that
can't last through more than one release).

The only piece unmerged was the ForkingMixin stuff as that means that
each connection has to re-read the entire database at startup as there's
no persistent in-memory state. I'd love to figure out how to use the
ThreadingMixin instead, providing the same multi-session support along
with caching.
2013-09-30 09:35:55 +00:00
wiz
177ce1f3bf Update to versions from autoconf-2.69. 2013-09-30 09:34:52 +00:00