<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/lang/python23, branch pkgsrc_2004Q4</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2004Q4</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2004Q4'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2005-02-16T14:00:08Z</updated>
<entry>
<title>Pullup ticket 289 - requested by Matthias Drochner</title>
<updated>2005-02-16T14:00:08Z</updated>
<author>
<name>salo</name>
<email>salo</email>
</author>
<published>2005-02-16T14:00:08Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=88b41a6c1fc3da3ed231fa32ff4ff5b9781326a9'/>
<id>urn:sha1:88b41a6c1fc3da3ed231fa32ff4ff5b9781326a9</id>
<content type='text'>
security fix for python

Patches hand-rolled, based on the following commit:

   Module Name:    pkgsrc
   Committed By:   drochner
   Date:           Fri Feb  4 15:39:04 UTC 2005

   Modified Files:
           pkgsrc/lang/python22: Makefile distinfo
           pkgsrc/lang/python23: Makefile distinfo
           pkgsrc/lang/python23-nth: Makefile
           pkgsrc/lang/python24: Makefile distinfo
   Added Files:
           pkgsrc/lang/python22/patches: patch-an
           pkgsrc/lang/python23/patches: patch-an
           pkgsrc/lang/python24/patches: patch-an

   Log Message:
   apply the security fix from
   http://www.python.org/security/PSF-2005-001/
   This disables hierarchical object lookups in SimpleXMLRPCServer.
   Unfortunately, this breaks some applications (eg kenosis). Don't
   shoot me for this.
   bump PKGREVISION
</content>
</entry>
<entry>
<title>all of these use dlopen().</title>
<updated>2004-12-19T05:34:07Z</updated>
<author>
<name>grant</name>
<email>grant</email>
</author>
<published>2004-12-19T05:34:07Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8edc1f928fd816db4b6f0719d79a7bfbb1253e6c'/>
<id>urn:sha1:8edc1f928fd816db4b6f0719d79a7bfbb1253e6c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add patches from darwinports/fink to make the posixmodule work on Darwin/</title>
<updated>2004-11-28T13:33:19Z</updated>
<author>
<name>recht</name>
<email>recht</email>
</author>
<published>2004-11-28T13:33:19Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ba40dbfe646d5fe352764b3522c95d20af9e5da8'/>
<id>urn:sha1:ba40dbfe646d5fe352764b3522c95d20af9e5da8</id>
<content type='text'>
OSX and build the libpython as dynamic library.
While at it also fix the PLIST for Darwin/OSX.
</content>
</entry>
<entry>
<title>Make this compile, install and deinstall cleanly under IRIX and IRIX64</title>
<updated>2004-11-24T20:45:10Z</updated>
<author>
<name>jschauma</name>
<email>jschauma</email>
</author>
<published>2004-11-24T20:45:10Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8026dafc1717f76ea4fc05e7e72fb39c59101676'/>
<id>urn:sha1:8026dafc1717f76ea4fc05e7e72fb39c59101676</id>
<content type='text'>
version 6.5 by backporting some patches from Python 2.4 and leaving out
some broken modules.

This partially addresses PR pkg/28373, too, though fixes particular to
older Irix versions still need to be tested and added.
</content>
</entry>
<entry>
<title>USE_LANGUAGES=c c++; remove USE_GCC_SHLIB.</title>
<updated>2004-11-22T21:48:08Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2004-11-22T21:48:08Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=be402bd0ab87143f53a16cebad7e219c9e3b6f85'/>
<id>urn:sha1:be402bd0ab87143f53a16cebad7e219c9e3b6f85</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rework the Berkeley DB detection in buildlink3:</title>
<updated>2004-11-15T17:54:49Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2004-11-15T17:54:49Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6732657e9b700bd4b49c74d66bb7fb40f46d3947'/>
<id>urn:sha1:6732657e9b700bd4b49c74d66bb7fb40f46d3947</id>
<content type='text'>
  * Add a db1.builtin.mk file that detects whether DB-1.85 functionality
    exists in the base system, and remove the distinction between
    "native" and the other Berkeley DB packages -- we now refer to
    db[1234].  This paves the way for any future databases/db1 package.

  * USE_DB185 shouldn't need to be set by any packages -- its correct
    value is now automatically determined by bdb.buildlink3.mk depending
    on whether we explicitly request db1 or not.  By default, if you
    include bdb.buildlink3.mk, you want DB-1.85 functionality and
    USE_DB185 defaults to "yes", but if you explicitly remove db1 from
    the list of acceptable DBs, then USE_DB185 defaults to "no".

  * Set BDB_LIBS to the library options needed to link against the DB
    library when bdb.buildlink3.mk is included.

  * We only add the DB library to the linker command automatically if
    we want DB-1.85 functionality; otherwise assume that the package
    configure process can figure out how to probe for the correct
    headers and libraries.

Edit package Makefiles to nuke redundant settings of USE_DB185.
</content>
</entry>
<entry>
<title>don't override LOWER_OPSYS just to set PY_PLATNAME. fixes broken PLIST</title>
<updated>2004-10-30T16:17:53Z</updated>
<author>
<name>grant</name>
<email>grant</email>
</author>
<published>2004-10-30T16:17:53Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=be423895f7749d4bb13c0b52a53eea8c2e90cc04'/>
<id>urn:sha1:be423895f7749d4bb13c0b52a53eea8c2e90cc04</id>
<content type='text'>
on Solaris.

addresses PR pkg/27053 from Robert Lillack.
</content>
</entry>
<entry>
<title>Do not append OS_VERSION to PY_PLATNAME on Interix; Use LOWER_OPSYS only.</title>
<updated>2004-10-05T10:53:20Z</updated>
<author>
<name>minskim</name>
<email>minskim</email>
</author>
<published>2004-10-05T10:53:20Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c35a8f351624036206d65ddc3782e08b9003fb2d'/>
<id>urn:sha1:c35a8f351624036206d65ddc3782e08b9003fb2d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10</title>
<updated>2004-10-03T00:12:51Z</updated>
<author>
<name>tv</name>
<email>tv</email>
</author>
<published>2004-10-03T00:12:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b5510d5a2d7f9a1406603d922ae5d8548950233c'/>
<id>urn:sha1:b5510d5a2d7f9a1406603d922ae5d8548950233c</id>
<content type='text'>
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
</content>
</entry>
<entry>
<title>set INSTALL_UNSTRIPPED on darwin so that python modules will build</title>
<updated>2004-08-28T16:41:33Z</updated>
<author>
<name>danw</name>
<email>danw</email>
</author>
<published>2004-08-28T16:41:33Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d7a437be1f136dfd8f3e4a907f17aae4f67dfc5b'/>
<id>urn:sha1:d7a437be1f136dfd8f3e4a907f17aae4f67dfc5b</id>
<content type='text'>
</content>
</entry>
</feed>
