Commit graph

67 commits

Author SHA1 Message Date
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
MilhouseVH
3a92683cc4 Pillow: update to Pillow-7.0.0 2020-01-24 06:08:38 +00:00
MilhouseVH
34e616a803 Pillow: update to Pillow-6.2.1 2019-12-04 05:26:26 +00:00
MilhouseVH
1b58564ead packages: use Python helper functions 2019-10-29 12:19:07 +00:00
MilhouseVH
759870e218 Pillow: update to Pillow-6.2.0 2019-10-29 12:19:07 +00:00
MilhouseVH
97f87d8e9c packages: switch from Python2 to Python3 2019-10-29 12:19:07 +00:00
MilhouseVH
3ee1269298 Pillow: update to Pillow-6.0.0 2019-06-07 08:49:07 +01:00
CvH
85e5b4dc1f cleanup: PKG_SHORTDESC 2018-10-22 15:06:12 +02:00
CvH
4cffa5fe6f cleanup: remove PKG_ARCH="any" 2018-10-22 15:06:12 +02:00
CvH
4317bc5002 cleanup: remove PKG_SECTION 2018-10-22 15:06:11 +02:00
CvH
567bc18462 spdx: packages/python 2018-07-18 20:45:17 +02:00
MilhouseVH
82395ecc81 Pillow: update to Pillow-5.1.0 2018-05-31 04:34:14 +01:00
Sascha Kuehndel (InuSasha)
3b9fcfc3b4
buildsystem: rename TOOLCHAIN other to manual 2017-11-22 00:41:13 +01:00
Sascha Kuehndel (InuSasha)
da38cd92e3
buildsystem: set PKG_TOOLCHAIN for packages, that need it 2017-11-22 00:41:13 +01:00
Sascha Kuehndel (InuSasha)
3846ec7dac
buildsystem: replace PKG_AUTORECONF 2017-11-22 00:41:12 +01:00
cvh
837b447b7c decommission PKG_IS_ADDON 2017-10-16 00:01:20 +02:00
MilhouseVH
3d99d28843 packages: adapt for Python2 2017-10-11 03:55:10 +01:00
Peter Vicman
50a51452be build system: add sha256 checksum to all packages
putting #1597 in use
2017-07-17 20:49:23 +02:00
MilhouseVH
43c9b23f1a pypi.python.org: switch to files.pythonhosted.org downloads urls 2017-05-13 02:57:44 +01:00
awiouy
cf5d3a4579 decommission PKG_REV 2017-01-19 00:06:13 +01:00
awiouy
e0c2de9b39 Decommission PKG_PRIORITY 2016-09-24 11:57:39 +02:00
Lukas Rusak
ed0f4ad860 Pillow: update to 3.2.0 2016-04-04 12:51:06 -07:00
Stephan Raue
151a85b844 Pillow: depends on package 'tiff' 2016-01-12 11:58:06 +01:00
Stephan Raue
ffd1d3b949 Pillow: update to Pillow-3.1.0
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-01-11 02:07:31 +01:00
Stephan Raue
f51faa070d packages: update license headers
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-01-02 17:29:56 +01:00
Stephan Raue
49ad93c077 Pillow: update to Pillow-3.0.0
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-11-18 12:25:03 +01:00
Stefan Saraev
8ea8e3a2e2 Pillow: tryfix multiarch crosscompile bull^H^H^Hadness 2015-02-02 22:05:58 +02:00
Patrick Rasmussen
5693e5ed88 Imaging: move to Pillow, a fork of PIL 2015-01-31 21:38:28 +01:00
Stefan Saraev
79a2e3d859 Imaging: use $CC -shared 2015-01-03 17:03:10 +01:00
Stephan Raue
89bfc32bb4 Imaging: rework PKG_DEPENDS, replace and merge PKG_BUILD_DEPENDS_* with PKG_DEPENDS_*
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-01-30 14:57:05 +01:00
Stephan Raue
f96cd9dc60 Imaging: fix buildscript
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-01-21 22:35:22 +01:00
Stephan Raue
f46707796d Imaging: convert to new package format
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-01-21 16:36:03 +01:00
Stephan Raue
c8c16f044f distutilscross: convert to new package format
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-01-21 02:07:28 +01:00
Stephan Raue
0f3e2d4ffa update license headers
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-12-21 21:51:48 +01:00
Stephan Raue
0192d9b597 Revert "freetype: build as static library"
This reverts commit bc6455743f.

Conflicts:

	packages/3rdparty/multimedia/vdr/meta
	packages/mediacenter/xbmc-frodo/meta
	packages/mediacenter/xbmc-pvr/meta
	packages/mediacenter/xbmc-rpi/meta
	packages/mediacenter/xbmc/meta
	packages/python/graphics/Imaging/meta
	packages/x11/xserver/xorg-server/meta
2012-06-12 19:35:08 +02:00
Stephan Raue
908aeb406c Imaging: dont install unneeded files
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-05-26 17:15:46 +02:00
Stephan Raue
92ac5fb8a6 Imaging: cleanup build and install scripts, dont use 'easy_install', dont depend on 'distribute'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-05-24 17:10:30 +02:00
Stephan Raue
bc6455743f freetype: build as static library
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-05-23 18:09:47 +02:00