<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/lang/python311/Makefile, branch 2025Q3</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=2025Q3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=2025Q3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2025-06-30T15:00:23Z</updated>
<entry>
<title>*: Update comment references to e2fsprogs-libuuid to libuuid.</title>
<updated>2025-06-30T15:00:23Z</updated>
<author>
<name>Matthias Andree</name>
<email>mandree@FreeBSD.org</email>
</author>
<published>2025-06-28T08:32:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=169ac0b9380f6ed8d0ff4e8cbfad131fd226812e'/>
<id>urn:sha1:169ac0b9380f6ed8d0ff4e8cbfad131fd226812e</id>
<content type='text'>
PR:		251489
</content>
</entry>
<entry>
<title>lang/python311: Update to 3.11.13</title>
<updated>2025-06-12T00:32:31Z</updated>
<author>
<name>Wen Heping</name>
<email>wen@FreeBSD.org</email>
</author>
<published>2025-06-12T00:30:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a7f52edcb041ce7792c98f48e33229e7051de09d'/>
<id>urn:sha1:a7f52edcb041ce7792c98f48e33229e7051de09d</id>
<content type='text'>
PR:		287313
Reported by:	wen &lt;wenheping2000@hotmail.com&gt;
Exp-run by:	antoine@
</content>
</entry>
<entry>
<title>lang/python311: pull in upstream commit addressing CVE-2025-4516</title>
<updated>2025-05-29T04:38:19Z</updated>
<author>
<name>Charlie Li</name>
<email>vishwin@FreeBSD.org</email>
</author>
<published>2025-05-29T04:36:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=5e57ff8453ec6c1172fc575274cb5c466dd0bd30'/>
<id>urn:sha1:5e57ff8453ec6c1172fc575274cb5c466dd0bd30</id>
<content type='text'>
Reference: https://github.com/python/cpython/pull/134341

PR: 287009
</content>
</entry>
<entry>
<title>lang/python311: Update to 3.11.10</title>
<updated>2024-09-13T02:05:33Z</updated>
<author>
<name>Wen Heping</name>
<email>wen@FreeBSD.org</email>
</author>
<published>2024-09-13T01:58:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b148c3ab99f599f5db350671a370e1e6b1d245b0'/>
<id>urn:sha1:b148c3ab99f599f5db350671a370e1e6b1d245b0</id>
<content type='text'>
PR:		281379
Reported by:	wen@
Exp-run by:	antoine@
</content>
</entry>
<entry>
<title>lang/python311: disable LTO on powerpc64le</title>
<updated>2024-07-09T10:04:24Z</updated>
<author>
<name>Piotr Kubaj</name>
<email>pkubaj@FreeBSD.org</email>
</author>
<published>2024-07-06T12:23:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=961bbfc94bd617321d304f8da70573c707f2c704'/>
<id>urn:sha1:961bbfc94bd617321d304f8da70573c707f2c704</id>
<content type='text'>
While LTOized python seems mostly fine, it crashes during build of x11/mate-terminal:
pid 71560 (python3.11), jid 151, uid 65534: exited on signal 11 (core dumped)

After disabling LTO, x11/mate-terminal builds fine.
</content>
</entry>
<entry>
<title>lang/python311: Improve build times</title>
<updated>2024-06-23T18:19:18Z</updated>
<author>
<name>Daniel Engberg</name>
<email>diizzy@FreeBSD.org</email>
</author>
<published>2024-06-23T17:48:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a7cf5f2a3a2c8adb21d4cdb5a8ed6dd48a636b5d'/>
<id>urn:sha1:a7cf5f2a3a2c8adb21d4cdb5a8ed6dd48a636b5d</id>
<content type='text'>
Don't generate debug symbols by default, we discard these anyway and on my
Tigerlake laptop it reduces build time roughly by 25% with LTO enabled
Switch from -flto=thin to (fat)lto, there's no parallization so it's
actually slower and produces slightly larger binaries

PR:		279585
Approved by:	portmgr (maintainer timeout, 2+ weeks)
</content>
</entry>
<entry>
<title>lang/python*: Remove GNU_CONFIGURE_MANPREFIX=${PREFIX}/share after 9fd7ee1cdf6cbd5528159b58a966e1a40e2909a9</title>
<updated>2024-04-13T15:49:45Z</updated>
<author>
<name>Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2024-04-13T15:49:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c7a4a4f1ea70dbbc25da0b6d49b4c1235e4d4073'/>
<id>urn:sha1:c7a4a4f1ea70dbbc25da0b6d49b4c1235e4d4073</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lang/python311: Update to 3.11.9</title>
<updated>2024-04-05T23:58:59Z</updated>
<author>
<name>Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2024-04-05T23:58:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=21c517c0390272d6bf3bcaad44a641bc7fcb80fe'/>
<id>urn:sha1:21c517c0390272d6bf3bcaad44a641bc7fcb80fe</id>
<content type='text'>
Changes:	https://docs.python.org/release/3.11.9/whatsnew/changelog.html
</content>
</entry>
<entry>
<title>lang/python3*: bump PORTREVISION following mpdecimal update</title>
<updated>2024-03-19T14:18:31Z</updated>
<author>
<name>Robert Clausecker</name>
<email>fuz@FreeBSD.org</email>
</author>
<published>2024-03-14T12:00:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=df1de8ec4a7b6207b1f4b79bc885090ad3e3713d'/>
<id>urn:sha1:df1de8ec4a7b6207b1f4b79bc885090ad3e3713d</id>
<content type='text'>
The mpdecimal update changes the soname; bump dependent ports.

PR:		276444
</content>
</entry>
<entry>
<title>lang/python311: update to 3.11.8</title>
<updated>2024-02-08T06:54:06Z</updated>
<author>
<name>Charlie Li</name>
<email>vishwin@FreeBSD.org</email>
</author>
<published>2024-02-08T06:18:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ef91b5d1eba3b709039e3719c00b7877aa6efcca'/>
<id>urn:sha1:ef91b5d1eba3b709039e3719c00b7877aa6efcca</id>
<content type='text'>
Changelog: https://docs.python.org/3.11/whatsnew/changelog.html#python-3-11-8-final
</content>
</entry>
</feed>
