Commit Graph

72 Commits

Author SHA1 Message Date
29e598360b cairo: 1.17.8 -> 1.18.0 2023-09-23 20:30:03 +02:00
cb2657d25d cairo: dropped old patch 2023-08-13 22:41:21 +02:00
480fb32ffb
cairo: 1.17.6 -> 1.17.8 2023-02-02 22:41:33 +01:00
8eb57145a3
cairo: rebuilt 2022-04-08 13:16:20 +02:00
99f9c56bce cairo: update to 1.17.6 2022-03-23 15:02:31 +01:00
b0269f632f cairo: fixes a CVE, activates glesv3 on wayland 2021-11-19 09:54:08 +01:00
70cdf5f84a [notify] cairo: update to 1.17.4
Note:
-----
build system switched from autotools to meson, therefore
all libtool files (*.la) are gone.
Every port that lists the old libcairo.la file in its own
libtool file has to be rebuild if other ports depends at
build time on it.

To find the broken files the following script can be usesd:

  for f in $(grep -lrs libcairo.la /usr/lib/); do \
    pkginfo -o $f | awk '!/^Package/ {print $1}'; \
  done | sort -u
2021-01-03 13:04:53 +01:00
Danny Rawlins
cfc45b6f1d url and some souce and general cleanups 2020-06-21 20:21:42 +10:00
Fredrik Rinnestam
338c32af62 [notify] cairo: added patch for CVE-2018-19876 2018-12-07 19:05:53 +01:00
Fredrik Rinnestam
1319c7d40f cairo: updated to 1.16.0 2018-10-20 19:03:54 +02:00
Fredrik Rinnestam
12a81bef23 [notify] cairo: updated to 1.15.14. Fix for CVE-2017-9814 2018-10-05 20:09:43 +02:00
Fredrik Rinnestam
7e589f9e6a cairo: updated to 1.15.12 2018-07-06 21:25:17 +02:00
Fredrik Rinnestam
5aae3b1db5 cairo: updated to 1.15.10 2017-12-21 23:39:35 +01:00
Fredrik Rinnestam
ed38733169 cairo: updated to 1.15.8 2017-12-08 22:49:47 +01:00
Fredrik Rinnestam
7e0a4763a0 updated signatures 2017-10-31 18:43:56 +01:00
Fun
e008a144b9 remove redundant deps
adwaita-icon-theme: gtk3
btrfs-progs: util-linux zlib
cairo: libpng
dbus-python: python
firefox: mesa3d python
freetype: zlib
gtk: xorg-libsm
libmng: libjpeg-turbo zlib
pango: glib harfbuzz xorg-libxext
thunderbird: mesa3d python
2017-10-31 18:43:56 +01:00
Fredrik Rinnestam
c982eba7cd [notify] cairo: patched CVE-2017-7475, CVE-2016-9082 2017-07-17 19:53:29 +02:00
Predrag Ivanovic
7abd542e96 cairo: Patch for CVE-2017-7475 and CVE-2016-9082
Patches added:
- cairo-xlib-endianness.patch -- Fix crash when client and server have different endianness
- cairo-get_bitmap_surface-bsc1036789-CVE-2017-7475.diff -- Fix segfault in get_bitmap_surface
- cairo-fix-off-by-one-check.patch -- Fix off by one check in cairo-image-info.c
- 0001-image-prevent-invalid-ptr-access-for-4GB-images.patch CVE-2016-9082 -- Fix segfault when using >4GB images
2017-07-17 19:53:29 +02:00
Fredrik Rinnestam
82eacf5723 cairo: updated to 1.15.6 2017-06-17 02:45:33 +02:00
Danny Rawlins
c28dd0e47b cairo: fix signature on footprint 2017-01-02 23:05:21 +11:00
Danny Rawlins
b4b7100ef4 cairo: 1.15.2 -> 1.15.4 2017-01-02 22:38:03 +11:00
Fredrik Rinnestam
704f6cb57a cairo: updated to 1.15.2 2016-11-24 20:06:38 +01:00
78abcad049 add opt signatures 2016-10-15 13:54:24 +02:00
Fredrik Rinnestam
610d86d65b cairo: updated to 1.14.6 2015-12-10 23:41:50 +01:00
Fredrik Rinnestam
835c00205a cairo: updated to 1.14.4 2015-10-29 22:28:59 +01:00
Fredrik Rinnestam
891d06c909 cairo: updated to 1.14.2 2015-03-12 20:01:51 +01:00
Fredrik Rinnestam
e9ea842a7a cairo: updated to 1.14.0 2014-10-23 20:48:24 +02:00
Fredrik Rinnestam
26a0b65cc2 cairo: updated to 1.12.16 2013-08-28 18:13:16 +02:00
Fredrik Rinnestam
b9cb0f727b cairo: build with --enable-tee 2013-06-25 18:30:50 +02:00
Fredrik Rinnestam
d30eb70525 cairo: updated to 1.12.14 2013-02-10 19:11:00 +01:00
Fredrik Rinnestam
7c2f358ede cairo: updated to 1.12.12 2013-01-31 18:45:22 +01:00
Fredrik Rinnestam
aacbc4bc3a cairo: updated to 1.12.10 2013-01-17 22:08:30 +01:00
Fredrik Rinnestam
0ad7c9b738 cairo: update 1.12.8 2012-11-05 17:35:04 +01:00
Fredrik Rinnestam
7f38deff6c cairo: updated to 1.12.6 2012-10-23 20:27:33 +02:00
Fredrik Rinnestam
44d7f3e5c9 cairo: added missing xorg-libxext dep. thanks to krue 2012-10-15 00:44:50 +02:00
Fredrik Rinnestam
f0c075bb76 cairo: build without --enable-tee 2012-10-07 13:48:39 +02:00
Fredrik Rinnestam
f9db357419 cairo: update to 1.12.4 2012-10-06 16:21:14 +02:00
Fredrik Rinnestam
79f88c6086 cairo: new maintainer. 2012-06-14 02:17:33 +02:00
Tilman Sauerbeck
c955ffad45 cairo: updated to 1.12.2. 2012-05-01 17:19:10 +02:00
Tilman Sauerbeck
2784db2b94 cairo: updated to 1.12.0. 2012-04-01 12:38:09 +02:00
Tilman Sauerbeck
2e81ef99b0 cairo: depends on glib. 2011-03-27 18:24:05 +02:00
Tilman Sauerbeck
98cadfc42d cairo: enabled tee backend.
Required by Firefox.
2011-03-13 12:08:09 +01:00
Tilman Sauerbeck
37511ad09e cairo: updated to 1.10.2. 2011-01-08 18:17:53 +01:00
Tilman Sauerbeck
4f58afa8cd cairo: updated to 1.10.0. 2010-09-08 10:25:36 +02:00
Tilman Sauerbeck
76050ff797 cairo: removed glitz support. 2010-05-17 07:58:15 +02:00
Tilman Sauerbeck
c10183c868 cairo: added dependency on xorg-xcb-util. 2010-03-04 19:52:13 +01:00
Tilman Sauerbeck
cef5254f48 cairo: updated to 1.8.10. 2010-02-26 21:33:45 +01:00
Tilman Sauerbeck
fdf5b64058 cairo: updated to 1.8.8. 2009-06-20 13:25:33 +02:00
Tilman Sauerbeck
2c0044e0ef cairo: uses xcb if available. 2009-01-10 11:09:09 +01:00
Tilman Sauerbeck
fbcfb8346a cairo: updated to 1.8.6. 2008-12-16 17:26:46 +01:00