Commit graph

169176 commits

Author SHA1 Message Date
taca
d4b19f437d Note update of mysql51-{client,server} package to 5.1.56. 2011-03-08 14:08:17 +00:00
taca
4db06b3de5 Update MySQL package to 5.1.56.
Functionality added or changed:

* mysqldump --xml now displays comments from column definitions. (Bug #13618)

Bugs fixed:

* InnoDB Storage Engine: InnoDB returned values for ¡Èrows examined¡É
  in the query plan that were higher than expected. NULL values were
  treated in an inconsistent way. The inaccurate statistics could
  trigger ¡Èfalse positives¡É in combination with the MAX_JOIN_SIZE
  setting, because the queries did not really examine as many rows as
  reported. (Bug #30423)

* Partitioning: Trying to use the same column more than once in the
  partitioning key when partitioning a table by KEY caused mysqld to
  crash. Such duplication of key columns is now expressly disallowed,
  and fails with an appropriate error. (Bug #53354, Bug #57924)

* Replication: When using the statement-based logging format, INSERT
  ON DUPLICATE KEY UPDATE and INSERT IGNORE statements affecting
  transactional tables that did not fail were not written to the
  binary log if they did not insert any rows. (With statement-based
  logging, all successful statements should be logged, whether they do
  or do not cause any rows to be changed.) (Bug #59338)

* Replication: Formerly, STOP SLAVE stopped the slave I/O thread first
  and then stopped the slave SQL thread; thus, it was possible for the
  I/O thread to stop after replicating only part of a transaction
  which the SQL thread was executing, in wich case¡½if the transaction
  could not be rolled back safely¡½the SQL thread could hang.

  Now, STOP SLAVE stops the slave SQL thread first and then stops the
  I/O thread; this guarantees that the I/O thread can fetch any
  remaining events in the transaction that the SQL thread is
  executing, so that the SQL thread can finish the transaction if it
  cannot be rolled back safely. (Bug #58546)

* A query of the following form returned an incorrect result, where
  the values for col_name in the result set were entirely replaced
  with NULL values:

  SELECT DISTINCT col_name ... ORDER BY col_name DESC;
  (Bug #59308, Bug #11766241)

* DELETE or UPDATE statements could fail if they used DATE or DATETIME
  values with a year, month, or day part of zero. (Bug #59173)

* The ESCAPE clause for the LIKE operator allows only expressions that
  evaluate to a constant at execution time, but aggregrate functions
  were not being rejected. (Bug #59149)

* Memory leaks detected by Valgrind, some of which could cause
  incorrect query results, were corrected. (Bug #59110, Bug #11766075)

  mysqlslap failed to check for a NULL return from mysql_store_result()
  and crashed trying to process the result set. (Bug #59109)

* In debug builds, SUBSTRING_INDEX(FORMAT(...), FORMAT(...)) could
  cause a server crash. (Bug #58371)

* When mysqldadmin was run with the --sleep and --count options, it
  went into an infinite loop executing the specified command. (Bug
  #58221)

* Some string manipulating SQL functions use a shared string object
  intended to contain an immutable empty string. This object was used
  by the SQL function SUBSTRING_INDEX() to return an empty string when
  one argument was of the wrong datatype. If the string object was
  then modified by the SQL function INSERT(), undefined behavior
  ensued. (Bug #58165, Bug #11765225)

* Parsing nested regular expressions could lead to recursion resulting
  in a stack overflow crash. (Bug #58026, Bug #11765099)

* The mysql client went into an infinite loop if the standard input
  was a directory. (Bug #57450)

* The expression const1 BETWEEN const2 AND field was optimized
  incorrectly and produced incorrect results. (Bug #57030, Bug
  #11764215)

* Some RPM installation scripts used a hardcoded value for the data
  directory, which could result in a failed installation for users who
  have a nonstandard data directory location. The same was true for
  other configuration values such as the PID file name. (Bug #56581,
  Bug #11763817)

* On FreeBSD and OpenBSD, the server incorrectly checked the range of
  the system date, causing legal values to be rejected. (Bug #55755,
  Bug #11763089)

* When using ExtractValue() or UpdateXML(), if the XML to be read
  contained an incomplete XML comment, MySQL read beyond the end of
  the XML string when processing, leading to a crash of the
  server. (Bug #44332)
2011-03-08 14:06:43 +00:00
obache
5b2fd79995 user-destdir installation support. 2011-03-08 12:00:15 +00:00
wiz
f246a41b08 Bump PKGREVISION for previous. 2011-03-08 11:42:00 +00:00
obache
16ad728a88 user-dest installation support. 2011-03-08 11:33:35 +00:00
wiz
5048d1c60d Adapt to option names. 2011-03-08 10:19:41 +00:00
cegger
a81f120e10 Make it work with mercurial 1.8.
Bump revision.
2011-03-08 09:38:18 +00:00
obache
ffb6d8cb30 try to fix for ruby19. 2011-03-08 09:27:54 +00:00
adam
8c1647c17d Updated net/samba35 to 3.5.8 2011-03-08 08:32:07 +00:00
adam
3b06596d88 Changes 3.5.8:
* Fix Winbind crash bug when no DC is available
* Fix finding users on domain members
* Fix memory leaks in Winbind
* Fix printing with Windows 7 clients
2011-03-08 08:30:07 +00:00
brook
99cf572620 Add a comment to the patch to document use of the openssl SHA1 API. 2011-03-08 03:20:16 +00:00
brook
72b404cf0b Switch the license for databases/postgresql-uuid to isc per suggestion by
Thomas Klausner.  Although the two licenses are not word-for-word identical,
they are very close, use much of the same wording, and seem equivalent in
intent.  This prevents proliferation of yet another license in the collection.
2011-03-08 03:05:07 +00:00
minskim
1c7b1c51c2 Let lyx install files under ${DESTDIR} on Mac OS X. 2011-03-07 23:28:38 +00:00
gls
cee0899bfe Updated www/moodle to 2.0.2 2011-03-07 21:33:08 +00:00
gls
cb921548e7 Update www/moodle to version 2.0.2
Mainly taken from PR pkg/44195 from maintainer Wen Heping.
Ok'd by maintainer.

pkgsrc changes:
- fix a couple hardcoded paths.

Upstream changes:

Many, many changes, too many to list here.
Includes a bunch of security fixes.

Please check:
http://docs.moodle.org/en/Moodle_1.9.10_release_notes
http://docs.moodle.org/en/Moodle_1.9.11_release_notes
http://docs.moodle.org/en/Moodle_2.0_release_notes
http://docs.moodle.org/en/Moodle_2.0.1_release_notes
http://docs.moodle.org/en/Moodle_2.0.2_release_notes

for the full list of changes.
2011-03-07 21:32:47 +00:00
gls
c990a198d3 Updated www/py-moin to 1.9.3nb1 2011-03-07 20:52:22 +00:00
gls
ae42bad316 Add a fix for CVE CVE 2011-1058.
Taken from http://moinmo.in/SecurityFixes
2011-03-07 20:51:40 +00:00
minskim
3c2c9a0347 Add tex-pxfonts{,-doc}. 2011-03-07 20:05:22 +00:00
minskim
53a5a98d9b Import tex-pxfonts-doc-2010 as fonts/tex-pxfonts-doc.
This is documentation for tex-pxfonts.
2011-03-07 20:04:35 +00:00
minskim
17f09e0e85 Import tex-pxfonts-2010 as fonts/tex-pxfonts.
Pxfonts supplies virtual text roman fonts using Adobe Palatino (or
URWPalladioL) with some modified and additional text symbols in the OT1,
T1, and TS1 encodings; maths alphabets using Palatino/Palladio; maths
fonts providing all the symbols of the Computer Modern and AMS fonts,
including all the Greek capital letters from CMR; and additional maths
fonts of various other symbols. The set is complemented by a sans-serif
set of text fonts, based on Helvetica/NimbusSanL, and a monospace set
derived from the parallel TX font set. All the fonts are in Type 1
format (AFM and PFB files), and are supported by TeX metrics (VF and TFM
files) and macros for use with LaTeX.
2011-03-07 20:04:27 +00:00
minskim
402150dc01 Add tex-ncntrsbk and tex-zapfchan. 2011-03-07 19:54:30 +00:00
minskim
ea2675433c Import tex-zapfchan-2010 as fonts/tex-zapfchan.
Zapf Chancery is a family of script typefaces designed by the type
designer Hermann Zapf.
2011-03-07 19:53:14 +00:00
minskim
7cb3ddae39 Import tex-ncntrsbk-2010 as fonts/tex-ncntrsbk.
This package provides the New Century Schoolbook fonts.
2011-03-07 19:52:58 +00:00
minskim
8d15105343 Sync URW fonts with TeX Live 21570. No functional change. 2011-03-07 19:52:16 +00:00
minskim
9d3f15508e Note update of tex-dvipdfmx-doc. 2011-03-07 19:33:47 +00:00
minskim
bd29df29da Sync tex-dviipdfmx{,-doc} with TeX Live r21369.
Manpage updates only.
2011-03-07 19:33:18 +00:00
taca
faac42ed1e Note update of www/contao29-translations package to 20110307. 2011-03-07 15:26:34 +00:00
taca
4597f0d9d7 Update contao29-translations package to 20110307.
Japanese and Rhaeto-Romance languages files are updated.
2011-03-07 15:25:19 +00:00
adam
913260679c Updated security/gnutls to 2.10.5 2011-03-07 13:46:14 +00:00
adam
d762c5558e Changes 2.10.5:
* libgnutls: Corrected verification of finished messages.
* libgnutls: Corrected signature generation and verification in the Certificate
  Verify message when in TLS 1.2.
* pkg-config gnutls.pc improvements.
* API and ABI modifications: No changes since last version.
2011-03-07 13:45:34 +00:00
obache
7b40636801 Updated inputmethod/ibus-m17n to 1.3.2 2011-03-07 11:15:04 +00:00
obache
5c9e0e8ae4 Update ibus-m17n to 1.3.2.
* Release 1.3.2
* Add --with-gtk=2.0|3.0|no configure option.
* Fix build with ibus-1.4.
* Use minput_list() instead of mdatabase_list().
* Make class name parsing robuster.
* Add "~/.m17n.d/" to observed-paths.
* Use wildcard pattern in default.xml to set the default value.
* Lower the rank of si-samanala engine.
* Read default config from a file.
* Use gnome-autogen.sh to generate configure and Makefiles.
* Don't compile m17nutil.c twice for engine and setup.
* Use ibus_m17n_scan_engine_name() to simplify the code.
* Assign separate GType to each m17n engine to make config per-class.
* Clear errno to 0 before calling strtol/strtoul.
* Simplify AltGr handling.
* Give higher rank for all Indic engines.
* Use MInputContext::arg and remove the table for ic and engine.
* Don't init IBusBus in print_engines_xml().
* Fix bug in ibus_m17n_engine_reset.
* Add code coderview.settings.
2011-03-07 11:14:38 +00:00
ryoon
1eefc7e972 Remove mp3blaster 2011-03-07 09:36:09 +00:00
ryoon
59cd7fc5cf Updated audio/mp3blaster to 3.2.5 2011-03-07 09:35:40 +00:00
ryoon
03b6d2acb9 Update to 3.2.5.
* Update MASTER_SITES.
* Add some options.

Changelog:
V3.2.5 2009/01/24
=================

 * minor compilation fixes from freebsd ports maintainer Roman Bogorodskiy

V3.2.4 2009/01/18
=================

 * Fixed bug in buffering code when using SDL as audio output; this fixes
   possible hickups in such cases.

 * When changing back directories in the file browser, jump to the
   position in the file list the user came from.

 * Reduced number of warnings using newer g++ versions

V3.2.3 2006/08/05
=================

 * Fixed parallel build bug, make -j now works

 * Fixed typos in CharsetMap documentation

 * Implemented screen resizing

 * Fixed a race condition which caused 100% CPU consumption at the end of
    each played song

V3.2.2 2006/01/29
=================

 * Added support for audio playback using SDL (mixer is not supported (yet))

 * Added Esound (Enlightened Sound Daemon) support

 * Removed strict dependency on OSS support, now that there are alternatives

 * Cleaned up code to allow compilation on MacOS X Tiger and Cygwin

 * Fixed a couple of minor memory allocation bugs

 * Fixed NAS playback (should work, but untested)

V3.2.1 2005/12/06
=================

 * Made cursor follow the highlighted bar in playlist/filemanager, to aid
   blind people

 * Fixed a bug in mpegsound library that could cause mp3blaster to crash.
   Thanks go to Serge van den Boom for reporting the problem.
2011-03-07 09:34:32 +00:00
ryoon
2986886bd5 Update MAINTAINER e-mail address. 2011-03-07 08:52:44 +00:00
ryoon
1567bd2242 Added editors/qgoogletranslator version 1.2.1 2011-03-07 07:04:57 +00:00
ryoon
96deaece2c Add qgoogletranslator 2011-03-07 07:04:03 +00:00
ryoon
91e1a0b320 Import qgoogletranslator-1.2.1 as editors/qgoogletranslator.
Qt gui for google translate based on ajax api
2011-03-07 07:02:06 +00:00
obache
60a4438b7e marked as user-destdir installation ready. 2011-03-07 05:58:35 +00:00
obache
496ea0645d LICENSE=artistic 2011-03-07 05:37:41 +00:00
obache
507c994b1e Add user-destdir installation support. 2011-03-07 02:19:51 +00:00
minskim
4039ddeb15 Add tex-mathpazo{,-doc}. 2011-03-06 23:29:20 +00:00
minskim
e7d0dd4fc0 Import tex-mathpazo-doc-1.003 as fonts/tex-mathpazo-doc.
This is documentation for tex-mathpazo.
2011-03-06 23:28:17 +00:00
minskim
c3014bac99 Import tex-mathpazo-1.003 as fonts/tex-mathpazo.
The Pazo Math fonts are a family of PostScript fonts suitable for
typesetting mathematics in combination with the Palatino family of text
fonts. The Pazo Math family is made up of five fonts provided in Adobe
Type 1 format (PazoMath, PazoMath- Italic, PazoMath-Bold,
PazoMath-BoldItalic, and PazoMathBlackboardBold). These contain, in
designs that match Palatino, glyphs that are usually not available in
Palatino and for which Computer Modern looks odd when combined with
Palatino. These glyphs include the uppercase Greek alphabet in upright
and slanted shapes in regular and bold weights, the lowercase Greek
alphabet in slanted shape in regular and bold weights, several
mathematical glyphs (partialdiff, summation, product, coproduct,
emptyset, infinity, and proportional) in regular and bold weights, other
glyphs (Euro and dotlessj) in upright and slanted shapes in regular and
bold weights, and the uppercase letters commonly used to represent
various number sets (C, I, N, Q, R, and Z) in blackboard bold. The set
also includes a set of 'true' small-caps fonts, also suitable for use
with Palatino (or one of its clones). LaTeX macro support (using package
mathpazo.sty) is provided in psnfss (a required part of any LaTeX
distribution).
2011-03-06 23:27:59 +00:00
minskim
5285c13e63 Add tex-fpl{,-doc}. 2011-03-06 23:25:19 +00:00
minskim
30dfd7dd87 Import tex-fpl-doc-1.002 as fonts/tex-fpl-doc.
This is documentation for tex-fpl.
2011-03-06 23:24:03 +00:00
minskim
0f22503128 Import tex-fpl-1.002 as fonts/tex-fpl.
The FPL Fonts provide a set of SC/OsF fonts for URW Palladio L which are
compatible with respect to metrics with the Palatino SC/OsF fonts from
Adobe. Note that it is not the aim to exactly reproduce the outlines of
the original Adobe fonts. The SC and OsF in the FPL Fonts were designed
with the glyphs from URW Palladio L as starting point. For some glyphs
(e.g. 'o') I got the best result by scaling and boldening. For others
(e.g. 'h') shifting selected portions of the character gave more
satisfying results. All this was done using the free font editor
FontForge. The kerning data in these fonts comes from Walter Schmidt's
improved Palatino metrics. LaTeX use is enabled by the mathpazo package,
which is part of the psnfss distribution.
2011-03-06 23:23:50 +00:00
minskim
c5d33eb44a Add tex-eurosans{,-doc}. 2011-03-06 23:23:14 +00:00
minskim
8983000298 Import tex-eurosans-doc-2.1 as fonts/tex-eurosans-doc.
This is documentation for tex-eurosans.
2011-03-06 23:22:16 +00:00