Commit graph

212777 commits

Author SHA1 Message Date
taca
dc74558f88 Update contao32 to 3.2.7.
Version 3.2.7 (2014-02-13)
--------------------------

### Fixed
Fix another weakness in the `Input` class and further harden the `deserialize()`
function. Thanks to Martin Auswöger for his input.
2014-02-13 14:12:20 +00:00
taca
e92c173fca Update contao211 to 2.11.16.
Version 2.11.16 (2014-02-13)
----------------------------

### Fixed
Fix another weakness in the `Input` class and further harden the `deserialize()`
function. Thanks to Martin Auswöger for his input.
2014-02-13 14:09:47 +00:00
mrg
4310f796c5 patches forgotten in csound 5.19.01 update. 2014-02-13 12:44:47 +00:00
wiz
1ab6118843 Fix MASTER_SITES. 2014-02-13 12:25:18 +00:00
szptvlfn
fa95527600 missing ']' 2014-02-13 11:45:19 +00:00
fhajny
e281b5f984 The database backends are not mutually exclusive. For the sake of binary
packages, use PKG_OPTIONS_NONEMPTY_SETS instead. Bump PKGREVISION.
2014-02-13 11:39:05 +00:00
drochner
655e5b88dc add patch from upstream to fix use-after-free under memory pressure
(CVE-2014-1950)
bump PKGREV
2014-02-13 11:12:58 +00:00
mrg
086546e230 note csound5 and csound5-manual updates. 2014-02-13 10:22:49 +00:00
mrg
7968df00af update csound5 manual to 5.19. 2014-02-13 10:21:50 +00:00
mrg
8aa01e7430 update to Csound 5.19.01. changes to the distro include:
- many new opcodes
- many opcodes have fixes
- a few new API functions (now at 2.1)
- general bug fixes
- support for MusicXML v2 files
- new parser

port-forward most of the netbsd/dfbsd changes.  some are obsolete now.
2014-02-13 10:10:06 +00:00
fhajny
30e589c875 Updated net/rabbitmq-c to 0.5.0 2014-02-13 09:46:41 +00:00
fhajny
aeb5dae2fb Add bl3. 2014-02-13 09:46:27 +00:00
fhajny
56963bbc1d Update net/rabbitmq-c to 0.5.0. Add bl3.
- Add amqp_get_broker_properties() function
- Remove distro-specific packaging
- Add -x flag to amqp-consume utility
- Add amqp_basic_nack() public API
- Add delivery mode constants to amqp.h
- Add support for connection.blocked/connection.unblocked methods
- Examples: Destroy amqp_envelope_t in consumer example
- CMake: fix generation of librabbitmq.pc
- CMake: fix missing POPT_INCLUDE_DIRS variable in tools/
- build: provide independent locations for x64 libs
- Doc: documentation fixes
- Lib: Correct OpenSSL initialization under threaded conditions
- Examples: Handle unexpected frames in amqp_consumer.c
- CMake: Use GnuInstallDirs to generate install dirs
- Lib: correctly handle amqp_get_monotonic_timestamp on win32
- Tools: honor --persistent flag in publish utility
- Doc: improve documentation in amqp_ssl_socket functions
- autoconf: correct librabbitmq.pc generation
- Doc: improve documentation in amqp_tcp_socket functions
2014-02-13 09:46:00 +00:00
tron
496e45c8e2 Remove support for pre-beta snapshot of OpenSSL 1.0.1. 2014-02-13 07:56:36 +00:00
adam
ac617d5e31 Updated databases/mysql56 to 5.6.16 2014-02-13 07:51:01 +00:00
adam
f83cf6ceda Changes 5.6.16:
Functionality Added or Changed
* InnoDB: New global configuration parameters, innodb_status_output and innodb_status_output_locks, allow you to dynamically enable and disable the standard InnoDB Monitor and InnoDB Lock Monitor for periodic output. Enabling and disabling monitors for periodic output by creating and dropping specially named tables is deprecated and may be removed in a future release.
* Previously, ALTER TABLE in MySQL 5.6 could alter a table such that the result had temporal columns in both 5.5 and 5.6 format. Now ALTER TABLE upgrades old temporal columns to 5.6 format for ADD COLUMN, CHANGE COLUMN, MODIFY COLUMN, ADD INDEX, and FORCE operations. This conversion cannot be done using the INPLACE algorithm, so specifying ALGORITHM=INPLACE in these cases results in an error.
* CMake now supports a -DTMPDIR=dir_name option to specify the default tmpdir value. If unspecified, the value defaults to P_tmpdir in <stdio.h>.

Bugs Fixed
* InnoDB; Replication: Using the InnoDB memcached plugin (see InnoDB Integration with memcached) with innodb_api_enable_binlog set to 1 caused the server to leak memory.
* InnoDB: A boolean mode full-text search query would result in a memory access violation during parsing.
* InnoDB: When new indexes are added by an ALTER TABLE operation, instead of only saving table-level statistics and statistics for the new indexes, InnoDB would save statistics for the entire table, including the table's other indexes. This behavior slowed ALTER TABLE performance.
* InnoDB: Due to a parser error, full-text search queries that include a sub-expression could return the wrong result.
* InnoDB: The innochecksum tool did not use a Windows-specific API to retrieve file size information, which resulted in an incorrect error message (Error: ibdata1 cannot be found) when the MySQL 5.6 innochecksum 2GB file size limit was exceeded. innochecksum now provides support for files larger than 2GB in both MySQL 5.6 and MySQL 5.7.
* InnoDB: Due to a regression introduced by the fix for Bug17371537, memory was not allocated for the default memcached engine when using the default memcached engine as the backstore for data instead of InnoDB.
* InnoDB: InnoDB would report an incorrect operating system error code after failing to initialize.
* InnoDB: Manipulating a table after discarding its tablespace using ALTER TABLE ... DISCARD TABLESPACE could result in a serious error.
* InnoDB: Persistent optimizer statistics would cause stalls due to latch contention.
* InnoDB: MATCH() ... AGAINST queries that use a long string as an argument for AGAINST() could result in an error when run on an InnoDB table with a full-text search index.
* InnoDB: An InnoDB full-text search failure would occur due to an “unended” token. The string and string length should be passed for string comparison.
* InnoDB: In debug builds, a merge insert buffer during a page read would cause a memory access violation.
* InnoDB: Truncating a memcached InnoDB table while memcached is performing DML operations would result in a serious error.
* InnoDB: In sync0rw.ic, rw_lock_x_lock_func_nowait would needlessly call os_thread_get_curr_id.
* InnoDB: Attempting to rename a table to a missing database would result in a serious error.
more...
2014-02-13 07:49:56 +00:00
adam
bfe9a27b76 Updated databases/sqlite3 to 3.8.3.1 2014-02-13 07:31:27 +00:00
adam
526c5be6d0 Changes 3.8.3.1:
Fix a bug (ticket 4c86b126f2) that causes rows to go missing on some queries with OR clauses and IS NOT NULL operators in the WHERE clause, when the SQLITE_ENABLE_STAT3 or SQLITE_ENABLE_STAT4 compile-time options are used.
Fix a harmless compiler warning that was causing problems for VS2013.
2014-02-13 07:30:31 +00:00
obache
34a1a141a4 remove wourarounds for broken NetBSD-4 builtin openssl, it will not be used anymore. 2014-02-13 06:24:36 +00:00
minskim
934a630c02 Note PKGREVISION bump of mendexk 2014-02-13 00:59:17 +00:00
minskim
61ce578a51 Fix Debian Bug #534641. Patch from TeX Live repo.
Suggested by Makoto Fujiwara.
2014-02-13 00:58:22 +00:00
rodent
894334400e +py-acora 2014-02-13 00:51:06 +00:00
rodent
be7d5d92f8 Added textproc/py-acora version 1.8 2014-02-13 00:50:24 +00:00
rodent
f1257222e3 Import py27-acora-1.8 as textproc/py-acora.
Acora is 'fgrep' for Python, a fast multi-keyword text search engine.

Based on a set of keywords, it generates a search automaton (DFA) and runs it
over string input, either unicode or bytes.

It is based on the Aho-Corasick algorithm and an NFA-to-DFA powerset
construction.

Acora comes with both a pure Python implementation and a fast binary module
written in Cython. However, note that the current construction algorithm is not
suitable for really large sets of keywords (i.e. more than a couple of
thousand).
2014-02-13 00:50:13 +00:00
taca
16be8fe766 Note update of Contao packages:
www/contao211		2.11.15
	www/contao211-example	2.11.15
	www/contao32		3.2.6
	www/contao32-example	3.2.6
2014-02-13 00:39:29 +00:00
taca
451984e38c Update contao32 to 3.2.6.
Version 3.2.6 (2014-02-12)
--------------------------

### Fixed
Further harden the `deserialize()` function and the `Input` class (see #6724).
2014-02-13 00:38:14 +00:00
taca
54cd7b51a2 Update contao211 to Contao 2.11.15.
Version 2.11.15 (2014-02-12)
----------------------------

### Fixed
Further harden the `deserialize()` function and the `Input` class (see #6724).
2014-02-13 00:37:27 +00:00
taca
282e8f57ca Update contao211 to 2.11.15.
Version 2.11.15 (2014-02-12)
----------------------------

### Fixed
Further harden the `deserialize()` function and the `Input` class (see #6724).
2014-02-13 00:36:38 +00:00
tron
6b995eb81c Remove now unnecessary package list handling for OpenSSL 0.9.*. 2014-02-12 23:28:16 +00:00
tron
4c3dc82f94 Undo undesired ABI version bump done by "blbump" script. 2014-02-12 23:23:17 +00:00
tron
68ba9a3c5b Remove work-around for OpenSSL 0.9.9 snapshot distributed with NetBSD 5.*. 2014-02-12 23:19:49 +00:00
tron
c64e9eb269 Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
tron
73d05e2276 Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
tron
6c2b758ecf Set minimum required API version of OpenSSL to 1.0.1c:
1.) OpenSSL 0.9.8* doesn't support TLS 1.2, Elliptic curve cryptography
    and other modern TLS features.
2.) Supporting OpenSSL 0.9.8* causes extra maintenance overhead.

As a result NetBSD 5.*, all versions of Mac OS X and possibly other
platforms will now use OpenSSL from "pkgsrc".
2014-02-12 23:16:21 +00:00
prlw1
8e2aae9001 Updated x11/gtk3 to 3.10.7 2014-02-12 20:55:49 +00:00
prlw1
2bbe94bd9b Update gtk3 to 3.10.7
Overview of Changes in GTK+ 3.10.6 to 3.10.7
============================================

* Bugs fixed:
 386569 GtkFileChooser enters first file name into the entry...
 709491 dark theme setting not propagated to vertical spinbu...
 711298 "Edit Scheduled Transaction" window way too modal
 719314 gdk_property_change segfault on multiple X protocol...
 719970 Fails to build: gdkevents-quartz.c:1692:58: error: ...
 719977 Can not use GtkFileChooserDialog: assertion failure
 721700 invalid callback prototypes leads to test issues
        win32: add more width to the slider to not cut it w...
        win32: add margin to scale trough
        win32: set color for scale marks
        win32: scale slider with marks was off by 2 pixels
        win32: handle again gtk-font-name

* Translation updates:
 Czech
 German
 Greek
 Hungarian
 Punjabi
 Russian
 Simplified Chinese
 Slovenian
2014-02-12 20:55:20 +00:00
morr
7c780c2a2e Note update of www/wordpress 2014-02-12 19:45:18 +00:00
morr
dbf881566c Update to version 3.8.1
Changes:

Addressed 31 bugs in 3.8, including various fixes and improvements for the new
dashboard design and new themes admin screen.

More info at http://codex.wordpress.org/Version_3.8.1
2014-02-12 19:43:56 +00:00
drochner
a69d1bafdb -move PYTHON_VERSIONS_INCOMPATIBLE before first use of "pyversion.mk",
otherwise it has no effect
-in buildlink3.mk, also add PYTHON_VERSIONS_INCOMPATIBLE to avoid
 picking up the default Python version (XXX we need a way to express
 major version restrictions, otherwise this doesn't scale)
2014-02-12 18:11:27 +00:00
drochner
c3ab4f3a66 py-gobject3-common is thought to be Python version independent, so it
should not keep a runtime dependency on a specific Python version.
Make Python a build-time dependency for py-gobject3-common (not really
needed, just to satisfy the "configure" script) and move some
dependencies into py-gobject3/Makefile
2014-02-12 18:06:05 +00:00
drochner
57bd968aa1 kick out Python stuff -- I don't see any use (and there was one,
it should go into a separate pkg)
ride on today's update
2014-02-12 17:53:02 +00:00
wiz
95c55a5f0a Updated www/serf to 1.3.4 2014-02-12 15:21:07 +00:00
wiz
ede752fe8a Update to 1.3.4:
Serf 1.3.4 [2014-02-08, from /tags/1.3.4, rxxxx]
  Fix issue #119: Endless loop during ssl tunnel setup with Negotiate authn
  Fix issue #123: Can't setup ssl tunnel which sends Connection close header
  Fix a race condition when initializing OpenSSL from multiple threads (r2263)
  Fix issue #138: Incorrect pkg-config file when GSSAPI isn't configured
2014-02-12 15:20:59 +00:00
wiz
3e29f344fd Updated databases/py-sqlparse to 0.1.11 2014-02-12 15:19:42 +00:00
wiz
0a4d7e1d5f Update to 0.1.11:
Release 0.1.11 (Feb 07, 2014)
-----------------------------

Bug Fixes
* Fix incorrect parsing of string literals containing line breaks (issue118).
* Fix typo in keywords, add MERGE, COLLECT keywords (issue122/124,
  by Cristian Orellana).
* Improve parsing of string literals in columns.
* Fix parsing and formatting of statements containing EXCEPT keyword.
* Fix Function.get_parameters() (issue126/127, by spigwitmer).

Enhancements
* Classify DML keywords (issue116, by Victor Hahn).
* Add missing FOREACH keyword.
* Grouping of BEGIN/END blocks.

Other
* Python 2.5 isn't automatically tested anymore, neither Travis nor Tox
  still support it out of the box.
2014-02-12 15:19:33 +00:00
wiz
d2568d2801 Updated devel/py-setuptools to 2.2 2014-02-12 15:18:58 +00:00
wiz
de6d30bdc6 Update to 2.2:
---
2.2
---

* Issue #141: Restored fix for allowing setup_requires dependencies to
  override installed dependencies during setup.
* Issue #128: Fixed issue where only the first dependency link was honored
  in a distribution where multiple dependency links were supplied.
2014-02-12 15:18:48 +00:00
wiz
0b9c62b48b Updated devel/py-doctor to 0.5 2014-02-12 15:18:00 +00:00
wiz
db65f4c2a1 Update to 0.5. Changes not found. 2014-02-12 15:17:52 +00:00
wiz
cc9e37a296 Updated net/gupnp-igd to 0.2.3 2014-02-12 15:15:30 +00:00