<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/databases/postgresql82, branch cube-native-xorg</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=cube-native-xorg</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=cube-native-xorg'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2008-08-23T15:42:18Z</updated>
<entry>
<title>Use standard OS template on IRIX. From PR 39391.</title>
<updated>2008-08-23T15:42:18Z</updated>
<author>
<name>joerg</name>
<email>joerg@pkgsrc.org</email>
</author>
<published>2008-08-23T15:42:18Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7c192e8e1635d1022045c7f34371292e1a517838'/>
<id>urn:sha1:7c192e8e1635d1022045c7f34371292e1a517838</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Changes 8.2.9:</title>
<updated>2008-06-20T07:46:49Z</updated>
<author>
<name>adam</name>
<email>adam@pkgsrc.org</email>
</author>
<published>2008-06-20T07:46:49Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=33296c1f96099b54f931e45bc2e0ea845f896261'/>
<id>urn:sha1:33296c1f96099b54f931e45bc2e0ea845f896261</id>
<content type='text'>
* Make pg_get_ruledef() parenthesize negative constants (Tom)
  Before this fix, a negative constant in a view or rule might be
  dumped as, say, -42::integer, which is subtly incorrect: it should
  be (-42)::integer due to operator precedence rules. Usually this
  would make little difference, but it could interact with another
  recent patch to cause PostgreSQL to reject what had been a valid
  "SELECT DISTINCT" view query. Since this could result in pg_dump
  output failing to reload, it is being treated as a high-priority
  fix. The only released versions in which dump output is actually
  incorrect are 8.3.1 and 8.2.7.
* Make "ALTER AGGREGATE ... OWNER TO" update pg_shdepend (Tom)
  This oversight could lead to problems if the aggregate was later
  involved in a "DROP OWNED" or "REASSIGN OWNED" operation.</content>
</entry>
<entry>
<title>Add DESTDIR support.</title>
<updated>2008-06-12T02:14:13Z</updated>
<author>
<name>joerg</name>
<email>joerg@pkgsrc.org</email>
</author>
<published>2008-06-12T02:14:13Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ba171a91fab519f587b027c1a2888cb6e3fce049'/>
<id>urn:sha1:ba171a91fab519f587b027c1a2888cb6e3fce049</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Changes 8.2.7:</title>
<updated>2008-04-05T16:40:08Z</updated>
<author>
<name>adam</name>
<email>adam@pkgsrc.org</email>
</author>
<published>2008-04-05T16:40:08Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=45603c900056eb5e13ab97364bb635a6f04f3be4'/>
<id>urn:sha1:45603c900056eb5e13ab97364bb635a6f04f3be4</id>
<content type='text'>
* Fix character string comparison for Windows locales that consider
  different character combinations as equal
* Repair potential deadlock between concurrent "VACUUM FULL"
  operations on different system catalogs
* Fix longstanding "LISTEN"/"NOTIFY" race condition
* Disallow "LISTEN" and "UNLISTEN" within a prepared transaction
* Disallow dropping a temporary table within a prepared transaction
* Fix rare crash when an error occurs during a query using a hash
  index
* Fix memory leaks in certain usages of set-returning functions
* Fix input of datetime values for February 29 in years BC
* Fix "unrecognized node type" error in some variants of "ALTER
  OWNER"
* Ensure pg_stat_activity.waiting flag is cleared when a lock wait is
  aborted
* Fix handling of process permissions on Windows Vista
* More...</content>
</entry>
<entry>
<title>Mark the main postgresql8[0-3] packages as meta packages.</title>
<updated>2008-03-13T16:47:37Z</updated>
<author>
<name>joerg</name>
<email>joerg@pkgsrc.org</email>
</author>
<published>2008-03-13T16:47:37Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a14d89a166b2c0b2be6c384869549ee6cc237e09'/>
<id>urn:sha1:a14d89a166b2c0b2be6c384869549ee6cc237e09</id>
<content type='text'>
This avoids the problems in PR 34914.</content>
</entry>
<entry>
<title>Rendezvous has been renamed to Bonjour</title>
<updated>2008-03-04T13:31:29Z</updated>
<author>
<name>adam</name>
<email>adam@pkgsrc.org</email>
</author>
<published>2008-03-04T13:31:29Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f7e452c82587107dac11d653d5f036ca05d642c3'/>
<id>urn:sha1:f7e452c82587107dac11d653d5f036ca05d642c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add an option for LDAP authentication as explained on</title>
<updated>2008-02-04T15:29:28Z</updated>
<author>
<name>ghen</name>
<email>ghen@pkgsrc.org</email>
</author>
<published>2008-02-04T15:29:28Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=91e4468951c6570ac968b9039a0a624132af93fd'/>
<id>urn:sha1:91e4468951c6570ac968b9039a0a624132af93fd</id>
<content type='text'>
http://www.postgresql.org/docs/8.3/static/auth-methods.html#AUTH-LDAP</content>
</entry>
<entry>
<title>Changes 8.2.6:</title>
<updated>2008-01-07T20:14:35Z</updated>
<author>
<name>adam</name>
<email>adam@pkgsrc.org</email>
</author>
<published>2008-01-07T20:14:35Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=28a0721cb19791e424ab365861983802b8a2999d'/>
<id>urn:sha1:28a0721cb19791e424ab365861983802b8a2999d</id>
<content type='text'>
This release contains a variety of fixes from 8.2.5, including fixes
for significant security issues.</content>
</entry>
<entry>
<title>* If PLIST_SRC is explicitly set to an empty value in a package Makefile,</title>
<updated>2007-10-25T22:00:39Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2007-10-25T22:00:39Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ae9b935fd018aee0bd2410c581458d429b05b38b'/>
<id>urn:sha1:ae9b935fd018aee0bd2410c581458d429b05b38b</id>
<content type='text'>
  then automatically generate a PLIST that says "${PKGNAME} has no files".

* If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile,
  and no PLIST files exist, then fail during the package build with
  PKG_FAIL_REASON.

* Remove "intentionally empty" PLISTs again.

Now, the easy way to say that a package installs no files is to just
add the following to the package Makefile:

	PLIST_SRC=	# empty</content>
</entry>
<entry>
<title>Re-add "intentionally empty" PLISTs for meta-packages and other packages</title>
<updated>2007-10-25T17:49:45Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2007-10-25T17:49:45Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=38c496d6c0f80dd3c6c3c2b59bf1eec539fc241d'/>
<id>urn:sha1:38c496d6c0f80dd3c6c3c2b59bf1eec539fc241d</id>
<content type='text'>
that directly manipulate empty PLISTs.

Modify plist/plist.mk so that if the PLIST files are missing and no
GENERATE_PLIST is defined, then the package fails to build.</content>
</entry>
</feed>
