Commit Graph

79 Commits

Author SHA1 Message Date
Rudi Heitbaum d9e2ebbb9e Pillow: update to 10.3.0 2024-04-21 12:43:19 +00:00
Rudi Heitbaum 1d78e8ece2 glad: update to 2.0.6 2024-04-14 13:44:43 +00:00
Rudi Heitbaum c6fd4eef04 glad: update to 2.0.5 2024-02-16 10:41:44 +00:00
Rudi Heitbaum e2b7af4579 Pillow: update patches for 10.2.0 and fix upstream regression with setup.py 2024-01-20 02:50:11 +00:00
Rudi Heitbaum 9951a92952 Pillow: update to 10.2.0 2024-01-17 09:39:35 +00:00
Rudi Heitbaum 9317b91727 glad: initial package
needed by libplacebo
2023-11-26 09:38:25 +00:00
Rudi Heitbaum 0bbc56ec87 Pillow: update to 10.1.0 2023-10-16 11:12:54 +00:00
Rudi Heitbaum fe7d3e4c46 Pillow: update to 10.0.1 2023-09-17 12:32:47 +00:00
Rudi Heitbaum 2661d83e0e Revert "python target modules remove --cross-compile"
This reverts commit f9e11f1f60.
2023-09-04 10:09:36 +00:00
Rudi Heitbaum f9e11f1f60 python target modules remove --cross-compile 2023-08-24 12:47:09 +00:00
Rudi Heitbaum b8b6a5043d Pillow: Fix missing symbols as libtiff can depend on libjpeg 2023-07-08 13:00:01 +00:00
Rudi Heitbaum 0a42827e6d Pillow: update to 10.0.0 2023-07-05 10:40:12 +00:00
Rudi Heitbaum 5845ded0b3 Pillow: update to 9.5.0
release notes:
- https://pillow.readthedocs.io/en/stable/releasenotes/9.5.0.html
2023-04-05 13:43:03 +00:00
Rudi Heitbaum 3ab707b3eb Pillow: update to 9.4.0 2023-03-14 13:45:57 +00:00
Rudi Heitbaum d60fe704f3 Pillow: update to 9.3.0 2022-11-04 11:28:54 +00:00
Rudi Heitbaum c9a8b2e6b3 Pillow: update to 9.2.0 2022-07-02 11:37:05 +00:00
Rudi Heitbaum 4648803306 Pillow: update to 9.1.1
release notes:
- https://pillow.readthedocs.io/en/stable/releasenotes/9.1.1.html
2022-05-21 11:24:29 +00:00
Rudi Heitbaum 12823ca79e Pillow: update to 9.1.0 2022-04-15 06:49:09 +00:00
heitbaum 31daef62a7 Pillow: update to 9.0.1
release notes:
- https://pillow.readthedocs.io/en/latest/releasenotes/9.0.0.html
- https://pillow.readthedocs.io/en/latest/releasenotes/9.0.1.html
2022-02-05 00:57:38 +00:00
heitbaum 8107fa46f8 Pillow: update to 8.4.0
update 8.1.2 (2021-03-06) to 8.4.0 (2021-10-15)

Pillow is released quarterly on January 2nd, April 1st, July 1st and
October 15th. Patch releases are created if the latest release contains
severe bugs, or if security fixes are put together before a scheduled
release. See Versioning for more information.

Regular October 15th (2021) quarterly release - This is a Main Release.

release notes:
- https://pillow.readthedocs.io/en/latest/releasenotes/8.4.0.html
- https://github.com/python-pillow/Pillow/releases
2021-10-16 19:33:55 +11:00
heitbaum 379680c3e7 Pillow: update to 8.1.2
Update 8.1.0 (2021-01-02) to 8.1.2 (2021-03-06)
Release notes at: https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst

- Use more specific regex chars to prevent ReDoS. CVE-2021-25292 [hugovk]
- Fix OOB Read in TiffDecode.c, and check the tile validity before reading. CVE-2021-25291 [wiredfool]
- Fix negative size read in TiffDecode.c. CVE-2021-25290 [wiredfool]
- Fix OOB read in SgiRleDecode.c. CVE-2021-25293 [wiredfool]
- Incorrect error code checking in TiffDecode.c. CVE-2021-25289 [wiredfool]
- PyModule_AddObject fix for Python 3.10 #5194 [radarhere]

- Fix Memory DOS in BLP (CVE-2021-27921), ICNS (CVE-2021-27922) and ICO (CVE-2021-27923) Image Plugins [wiredfool]
2021-03-06 06:33:28 +00:00
Ian Leonard 54d9d281d7 python: automated code cleanup
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-01-19 19:34:13 +00:00
heitbaum ee404f7476 Pillow: update to 8.1.0
Update from 8.0.1 (2020-10-22) to 8.1.0 (2020-01-02)
Release notes at:
https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst
2021-01-07 20:51:26 +00:00
heitbaum 8311f2e2e3 Pillow: updated to 8.0.1 2020-12-14 05:04:18 +00:00
Ian Leonard 1a01ebd16b Pillow: update to 7.2.0
Change in download location to avoid deciphering pythonhosted location.
Github repo is the projects official home for its code.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2020-07-14 17:09:26 +00:00