<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/databases, branch pkgsrc_2010Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2010Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2010Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2010-08-22T00:59:48Z</updated>
<entry>
<title>Pullup ticket 3212 - requested by tron</title>
<updated>2010-08-22T00:59:48Z</updated>
<author>
<name>spz</name>
<email>spz</email>
</author>
<published>2010-08-22T00:59:48Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c77f334d4dbad664b35ce9601761e950654e3814'/>
<id>urn:sha1:c77f334d4dbad664b35ce9601761e950654e3814</id>
<content type='text'>
security update

Revisions pulled up:
- pkgsrc/databases/phpmyadmin/Makefile	1.83
- pkgsrc/databases/phpmyadmin/distinfo	1.44

-------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   tron
   Date:           Sat Aug 21 07:50:02 UTC 2010

   Modified Files:
           pkgsrc/databases/phpmyadmin: Makefile distinfo

   Log Message:
   Update "phpmyadmin" package to version 2.11.10.1.
   Changes since version 2.11.10:
   - [setup] Fixed output sanitizing in setup script, see PMASA-2010-4 for
     more details.
   - [core] Fixed various XSS issues, see PMASA-2010-5 for more details.


   To generate a diff of this commit:
   cvs rdiff -u -r1.82 -r1.83 pkgsrc/databases/phpmyadmin/Makefile
   cvs rdiff -u -r1.43 -r1.44 pkgsrc/databases/phpmyadmin/distinfo
</content>
</entry>
<entry>
<title>Pullup ticket #3208 - requested by taca</title>
<updated>2010-08-19T16:42:17Z</updated>
<author>
<name>tron</name>
<email>tron</email>
</author>
<published>2010-08-19T16:42:17Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=27c6de661dd5af782a9d62e5fb2e29ce4abdd8ec'/>
<id>urn:sha1:27c6de661dd5af782a9d62e5fb2e29ce4abdd8ec</id>
<content type='text'>
databases/mysql51-client: security update
databases/mysql51-server: security update

Revisions pulled up:
- databases/mysql51-client/Makefile.common	1.10
- databases/mysql51-client/distinfo		1.6
- databases/mysql51-client/patches/patch-ap	1.2
- databases/mysql51-server/PLIST		1.7
- databases/mysql51-server/Makefile		1.6
- databases/mysql51-server/distinfo		1.8-1.9
- databases/mysql51-server/patches/patch-ae	1.2
- databases/mysql51-server/patches/patch-aj	1.2
- databases/mysql51-server/patches/patch-ak	1.2
- databases/mysql51-server/patches/patch-ay	1.3
- databases/mysql51-server/patches/patch-az	1.1
- databases/mysql51-server/patches/patch-ba	1.1
- databases/mysql51-server/patches/patch-bb	1.1
---
Module Name:	pkgsrc
Committed By:	taca
Date:		Wed Aug 11 23:18:04 UTC 2010

Modified Files:
	pkgsrc/databases/mysql51-client: Makefile.common distinfo
	pkgsrc/databases/mysql51-client/patches: patch-ap
	pkgsrc/databases/mysql51-server: PLIST distinfo
	pkgsrc/databases/mysql51-server/patches: patch-aj patch-ak
Removed Files:
	pkgsrc/databases/mysql51-server/patches: patch-ay

Log Message:
Update mysql51-client and mysql51-server to 5.1.49.

Please refer http://dev.mysql.com/doc/refman/5.1/en/news-5-1-49.html
for full changes.

* InnoDB Plugin has been upgraded to version 1.0.10. This version is
  considered of General Availability (GA) quality.

  In this release, the InnoDB Plugin is included in source and binary
  distributions, except RHEL3, RHEL4, SuSE 9 (x86, x86_64, ia64), and
  generic Linux RPM packages. It also does not work for FreeBSD 6 and
  HP-UX or for Linux on generic ia64.

Bugs fixed:

* Security Fix: After changing the values of the innodb_file_format or
  innodb_file_per_table configuration parameters, DDL statements could
  cause a server crash. (Bug#55039)

* Security Fix: Joins involving a table with with a unique SET column
  could cause a server crash. (Bug#54575)

* Security Fix: Incorrect handling of NULL arguments could lead to a
  crash for IN() or CASE operations when NULL arguments were either
  passed explicitly as arguments (for IN()) or implicitly generated by
  the WITH ROLLUP modifier (for IN() and CASE). (Bug#54477)

* Security Fix: A malformed argument to the BINLOG statement could
  result in Valgrind warnings or a server crash. (Bug#54393)

* Security Fix: Use of TEMPORARY InnoDB tables with nullable columns
  could cause a server crash. (Bug#54044)

* Security Fix: The server could crash if there were alternate reads
  from two indexes on a table using the HANDLER interface. (Bug#54007)

* Security Fix: Using EXPLAIN with queries of the form SELECT
  ... UNION ... ORDER BY (SELECT ... WHERE ...) could cause a server
  crash. (Bug#52711)

* Security Fix: LOAD DATA INFILE did not check for SQL errors and sent
  an OK packet even when errors were already reported. Also, an assert
  related to client-server protocol checking in debug servers
  sometimes was raised when it should not have been. (Bug#52512)
---
Module Name:	pkgsrc
Committed By:	taca
Date:		Fri Aug 13 14:25:35 UTC 2010

Modified Files:
	pkgsrc/databases/mysql51-server: Makefile distinfo
	pkgsrc/databases/mysql51-server/patches: patch-ae
Added Files:
	pkgsrc/databases/mysql51-server/patches: patch-ay patch-az patch-ba
	    patch-bb

Log Message:
Fix some my_time_t (long) v.s. time_t problem introduced MySQL 5.1.49.
This problem results mysqld to exit on start up.

		5.1/i386	5.1/amd64	5.99.38/i386	5.99.38/amd64
my_time_t	int32_t		int64_t		int32_t		int64_t
time_t		int32_t		int32_t		int64_t		int64_t

I confirmed to mysqld running on these four case except 5.99.38/i386.

Bump PKG_REVISION.
</content>
</entry>
<entry>
<title>Pullup ticket 3183 - requested by ghen</title>
<updated>2010-07-25T15:10:50Z</updated>
<author>
<name>spz</name>
<email>spz</email>
</author>
<published>2010-07-25T15:10:50Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1fb0e9de869bad7d3d3a292b8269695c5eeb644e'/>
<id>urn:sha1:1fb0e9de869bad7d3d3a292b8269695c5eeb644e</id>
<content type='text'>
security update

Revisions pulled up:
- pkgsrc/databases/openldap/Makefile		1.135
- pkgsrc/databases/openldap/Makefile.common	1.26
- pkgsrc/databases/openldap/distinfo		1.78
- pkgsrc/databases/openldap-client/PLIST	1.8
- pkgsrc/databases/openldap-cloak/Makefile	1.8
- pkgsrc/databases/openldap-doc/Makefile	1.20
- pkgsrc/databases/openldap-nops/Makefile	1.10
- pkgsrc/databases/openldap-server/Makefile	1.26
- pkgsrc/databases/openldap-smbk5pwd/Makefile	1.8

-------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   ghen
   Date:           Sat Jul 24 11:15:18 UTC 2010

   Modified Files:
           pkgsrc/databases/openldap: Makefile Makefile.common distinfo
           pkgsrc/databases/openldap-client: PLIST
           pkgsrc/databases/openldap-cloak: Makefile
           pkgsrc/databases/openldap-doc: Makefile
           pkgsrc/databases/openldap-nops: Makefile
           pkgsrc/databases/openldap-server: Makefile
           pkgsrc/databases/openldap-smbk5pwd: Makefile

   Log Message:
   Update to OpenLDAP 2.4.23, now the "stable" release.

   OpenLDAP 2.4.23 Release (2010/06/30)
           Fixed libldap to return server's error code (ITS#6569)
           Fixed libldap memleaks (ITS#6568)
           Fixed liblutil off-by-one with delta (ITS#6541)
           Fixed slapd acls with glued databases (ITS#6468)
           Fixed slapd syncrepl rid logging (ITS#6533)
           Fixed slapd modrdn handling of invalid values (ITS#6570)
           Fixed slapd-bdb hasSubordinates computation (ITS#6549)
           Fixed slapd-bdb to use memcpy instead for strcpy (ITS#6474)
           Fixed slapd-bdb entry cache delete failure (ITS#6577)
           Fixed slapd-ldap to return control responses (ITS#6530)
           Fixed slapo-ppolicy to use Debug (ITS#6566)
           Fixed slapo-refint to zero out freed DN vals (ITS#6572)
           Fixed slapo-rwm to use Debug (ITS#6566)
           Fixed slapo-sssvlv to use Debug (ITS#6566)
           Fixed slapo-syncprov lost deletes in refresh phase (ITS#6555)
           Fixed slapo-valsort to use Debug (ITS#6566)
           Fixed contrib/nssov network.c missing patch (ITS#6562)
           Build Environment
                   Fixed test043 attribute sorting (ITS#6553)
           Documentation
                   slapd-config(5) note default rootdn (ITS#6546)

   OpenLDAP 2.4.22 Release (2010/04/24)
           Added slapd SLAP_SCHEMA_EXPOSE flag for hidden schema elements (ITS#6435)
           Added slapd tools selective iterations (ITS#6442)
           Added slapd syncrepl TCP keepalive (ITS#6389)
           Added slapo-ldap idassert-passthru (ITS#6456)
           Added slapo-pbind
           Fixed libldap gmtime re-entrancy (ITS#6262)
           Fixed libldap gssapi off by one error (ITS#6223)
           Fixed libldap GnuTLS serial length (ITS#6460)
           Fixed libldap MozNSS context and PEM support (ITS#6432)
           Fixed libldap referral on bind behavior(ITS#6510)
           Fixed slapd acl non-entry internal searches (ITS#6481)
           Fixed slapd acl attrval style initialization (ITS#6520)
           Fixed slapd certificateListValidate (ITS#6466)
           Fixed slapd empty URI parsing (ITS#6465)
           Fixed slapd glued misplaced entries (ITS#6506)
           Fixed slapd glued paged cookies (ITS#6507)
           Fixed slapd glued paged results (ITS#6504)
           Fixed slapd gmtime re-entrancy (ITS#6262)
           Fixed slapd to ignore controls with unrecognized flags (ITS#6480)
           Fixed slapd entry ownership (ITS#5340)
           Fixed slapd sasl auxprop_lookup (ITS#6441)
           Fixed slapd sasl auxprop ssf (ITS#5195)
           Fixed slapd syncrepl for attributes with no matching rule (ITS#6458)
           Fixed slapd syncrepl for unknown attrs and delta-sync (ITS#6473)
           Fixed slapd syncrepl loop with moddn (ITS#6472)
           Fixed slapo-accesslog to not replicate internal purges (ITS#6519)
           Fixed slapd-bdb contextCSN updates from updatedn (ITS#6469)
           Fixed slapd-bdb lockobj zeroing (ITS#6501)
           Fixed slapd-ldap/meta control criticality (ITS#6523)
           Fixed slapd-ldap/meta with ordered values (ITS#6516)
           Fixed slapo-collect entry ownership (ITS#5340,ITS#6423)
           Fixed slapo-dds with NULL backend (ITS#6490)
           Fixed slapo-dynlist entry ownership (ITS#5340,ITS#6423)
           Fixed slapo-memberof attr count (ITS#6508)
           Fixed slapo-pcache to release its own entries (ITS#6484)
           Fixed slapo-pcache with NULL backend (ITS#6490)
           Fixed slapo-rwm entry release handling (ITS#6484)
           Fixed slapo-rwm memory handling with rewrites (ITS#6526)
           Fixed slapo-rwm olcRwmMap handling (ITS#6436)
           Fixed slapo-rwm entry ownership (ITS#5340,ITS#6423)
           Fixed slapo-syncprov memory leak (ITS#6459)
           Fixed slapo-translucent counter increment (ITS#6497)
           Fixed slapo-valsort entry ownership (ITS#5340,ITS#6423)
           Fixed contrib/sha2 adds mechs for more hashes (ITS#6433)
           Fixed contrib/nssov to use nss-pam-ldapd (ITS#6488)
           Build Environment
                   Added back-ldif, back-null test support (ITS#5810)
           Documentation
                   admin24 avoid explicit moduleload statements (ITS#6486)
                   admin24 broken link fixes (ITS#6493,ITS#6515)
                   slapd.access(5) val.regex explanation (ITS#5804)


   To generate a diff of this commit:
   cvs rdiff -u -r1.134 -r1.135 pkgsrc/databases/openldap/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/databases/openldap/Makefile.common
   cvs rdiff -u -r1.77 -r1.78 pkgsrc/databases/openldap/distinfo
   cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/openldap-client/PLIST
   cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/openldap-cloak/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/databases/openldap-doc/Makefile
   cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/openldap-nops/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/databases/openldap-server/Makefile
   cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/openldap-smbk5pwd/Makefile
</content>
</entry>
<entry>
<title>Pullup ticket #3155 - requested by taca</title>
<updated>2010-07-05T08:59:29Z</updated>
<author>
<name>tron</name>
<email>tron</email>
</author>
<published>2010-07-05T08:59:29Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c5cf7022c596429f5bcb156ae1780406c494c026'/>
<id>urn:sha1:c5cf7022c596429f5bcb156ae1780406c494c026</id>
<content type='text'>
databases/mysql51-client: security update
databases/mysql51-server: security update

Revisions pulled up:
- databases/mysql51-client/Makefile.common	1.9
- databases/mysql51-client/distinfo		1.5
- databases/mysql51-server/PLIST		1.6
- databases/mysql51-server/distinfo		1.7
---
Module Name:	pkgsrc
Committed By:	taca
Date:		Mon Jul  5 03:15:04 UTC 2010

Modified Files:
	pkgsrc/databases/mysql51-client: Makefile.common distinfo
	pkgsrc/databases/mysql51-server: PLIST distinfo

Log Message:
Update mysql51-{client,server} package to 5.1.48.

Secunia Advisory SA40333 (http://secunia.com/advisories/40333/) reports
that this release fixes DoS problem and it refers:

	http://dev.mysql.com/doc/refman/5.1/en/news-5-1-48.html
	http://bugs.mysql.com/bug.php?id=53804

But news-5-1-48.html dosen't contains about bug id 53804...

Anyway, please refer http://dev.mysql.com/doc/refman/5.1/en/news-5-1-48.html
for full changes.
</content>
</entry>
<entry>
<title>Pullup previous changes on HEAD to pkgsrc-2010Q2 branch to fix branching</title>
<updated>2010-07-04T07:06:23Z</updated>
<author>
<name>agc</name>
<email>agc</email>
</author>
<published>2010-07-04T07:06:23Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2c2dd6294866939bbc7216371e898c870a8893d9'/>
<id>urn:sha1:2c2dd6294866939bbc7216371e898c870a8893d9</id>
<content type='text'>
error, and to sync with reality.
</content>
</entry>
<entry>
<title>Use DL_AUTO_VARS to fix build on Linux. From Aleksey Cheusov in PR 43516.</title>
<updated>2010-06-25T22:06:47Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2010-06-25T22:06:47Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f86f80a6c1979fe398b0daffb0a6979da91c6bc8'/>
<id>urn:sha1:f86f80a6c1979fe398b0daffb0a6979da91c6bc8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update lua-tokyocabinet to 1.9.</title>
<updated>2010-06-18T10:06:17Z</updated>
<author>
<name>obache</name>
<email>obache</email>
</author>
<published>2010-06-18T10:06:17Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7ce1353eb3ff2f7cdcb2f01f53189a46db67fbf7'/>
<id>urn:sha1:7ce1353eb3ff2f7cdcb2f01f53189a46db67fbf7</id>
<content type='text'>
* tokyocabinet.strstr() added
* document fix
(previous version is not available anymore)
</content>
</entry>
<entry>
<title>Update java-tokyocabinet to 1.23.</title>
<updated>2010-06-18T10:01:28Z</updated>
<author>
<name>obache</name>
<email>obache</email>
</author>
<published>2010-06-18T10:01:28Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=83e2c96471d032b4972ac453168579cd24a4766f'/>
<id>urn:sha1:83e2c96471d032b4972ac453168579cd24a4766f</id>
<content type='text'>
document fix.
(previous version is not available anymore)
</content>
</entry>
<entry>
<title>Update ruby-tokyocabinet to 1.30.</title>
<updated>2010-06-18T09:55:01Z</updated>
<author>
<name>obache</name>
<email>obache</email>
</author>
<published>2010-06-18T09:55:01Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4839be26f58ef24d35242d19d98978e027119c3d'/>
<id>urn:sha1:4839be26f58ef24d35242d19d98978e027119c3d</id>
<content type='text'>
some fixes.
previous version is not available anymore.
</content>
</entry>
<entry>
<title>Update tokyocabinet to 1.4.45.</title>
<updated>2010-06-18T09:44:00Z</updated>
<author>
<name>obache</name>
<email>obache</email>
</author>
<published>2010-06-18T09:44:00Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f8fb6cbc55c7b175d228f6c0db93aff00cc83986'/>
<id>urn:sha1:f8fb6cbc55c7b175d228f6c0db93aff00cc83986</id>
<content type='text'>
Bug fixes release.

2010-04-27  Mikio Hirabayashi  &lt;hirarin@gmail.com&gt;

	* tcbdb.c (tcbdboutlist): a bug related to reorganizing tree was fixed.

	- Release: 1.4.45

2010-04-23  Mikio Hirabayashi  &lt;hirarin@gmail.com&gt;

	* tcbdb.c (tcbdbrangefwm): a bug related to empty list was fixed.

	* tcadb.c (tcadbmulopen): a bug related to handling table indices was fixed.

	- Release: 1.4.44
</content>
</entry>
</feed>
