slackware-current/source/l/gtk+3/gtk.meson.build.version.diff
Patrick J Volkerding 56d77dd7f4 Wed Apr 15 19:52:52 UTC 2020
a/xfsprogs-5.6.0-x86_64-1.txz:  Upgraded.
l/gtk+3-3.24.18-x86_64-2.txz:  Rebuilt.
  Fixed the version number embedded in pkg-config files and elsewhere.
  Thanks to davjohn for the bug report.
n/bind-9.16.2-x86_64-1.txz:  Upgraded.
  This update fixes a security issue:
  DNS rebinding protection was ineffective when BIND 9 is configured as a
  forwarding DNS server. Found and responsibly reported by Tobias Klein.
  [GL #1574]
  (* Security fix *)
2020-04-16 08:59:52 +02:00

9 lines
309 B
Diff

--- ./meson.build.orig 2020-04-03 12:07:47.000000000 -0500
+++ ./meson.build 2020-04-15 14:18:42.838219120 -0500
@@ -1,5 +1,5 @@
project('gtk+-3.0', 'c',
- version: '3.24.17',
+ version: '3.24.18',
default_options: [
'buildtype=debugoptimized',
'warning_level=1'