diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2023-01-20 23:58:24 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2023-01-21 01:40:36 +0100 |
commit | 0dc754d878c9d290de483fd5c516ec86b5da72b1 (patch) | |
tree | 3881a07c21fc7979a617d6fcdb0025b444c4b000 /source/l/gtk+3/gtk.fix.missing.version-check.py.diff | |
parent | 14094b8867a3f7e7e1012a29da49d5b2cce683d5 (diff) | |
download | current-0dc754d878c9d290de483fd5c516ec86b5da72b1.tar.gz current-0dc754d878c9d290de483fd5c516ec86b5da72b1.tar.xz |
Fri Jan 20 23:58:24 UTC 202320230120235824
ap/mc-4.8.29-x86_64-1.txz: Upgraded.
d/cmake-3.25.2-x86_64-1.txz: Upgraded.
l/editorconfig-core-c-0.12.6-x86_64-1.txz: Upgraded.
l/glib2-2.74.5-x86_64-1.txz: Upgraded.
l/gtk+3-3.24.36-x86_64-1.txz: Upgraded.
l/talloc-2.4.0-x86_64-1.txz: Upgraded.
l/tevent-0.14.0-x86_64-1.txz: Upgraded.
xap/mozilla-thunderbird-102.7.0-x86_64-1.txz: Upgraded.
This release contains security fixes and improvements.
For more information, see:
https://www.mozilla.org/en-US/thunderbird/102.7.0/releasenotes/
https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird102.7
(* Security fix *)
xap/seamonkey-2.53.15-x86_64-1.txz: Upgraded.
This update contains security fixes and improvements.
For more information, see:
https://www.seamonkey-project.org/releases/seamonkey2.53.15
(* Security fix *)
Diffstat (limited to '')
-rw-r--r-- | source/l/gtk+3/gtk.fix.missing.version-check.py.diff | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/source/l/gtk+3/gtk.fix.missing.version-check.py.diff b/source/l/gtk+3/gtk.fix.missing.version-check.py.diff deleted file mode 100644 index 296932324..000000000 --- a/source/l/gtk+3/gtk.fix.missing.version-check.py.diff +++ /dev/null @@ -1,39 +0,0 @@ ---- ./Makefile.in.orig 2020-04-27 09:37:05.000000000 -0500 -+++ ./Makefile.in 2020-04-27 13:08:49.593281753 -0500 -@@ -1241,7 +1241,6 @@ - dist-hook: - mkdir $(distdir)/subprojects - cp -p $(srcdir)/subprojects/*.wrap $(distdir)/subprojects -- $(top_srcdir)/check-version.py $(top_srcdir)/configure.ac $(top_srcdir)/meson.build - - distclean-local: - if test "$(srcdir)" = "."; then :; else \ ---- ./meson.build.orig 2020-04-27 09:35:59.000000000 -0500 -+++ ./meson.build 2020-04-27 13:09:29.805285185 -0500 -@@ -987,16 +987,6 @@ - install_dir : join_paths(gtk_datadir, 'gtk-3.0', 'valgrind')) - endif - --test( -- 'version-check', -- find_program('check-version.py'), -- args: [ -- join_paths(meson.current_source_dir(), 'configure.ac'), -- join_paths(meson.current_source_dir(), 'meson.build'), -- ], -- suite: 'gtk', --) -- - summary = [ - '', - '------', ---- ./Makefile.am.orig 2020-04-23 12:14:53.000000000 -0500 -+++ ./Makefile.am 2020-04-27 13:08:28.015279911 -0500 -@@ -84,7 +84,6 @@ - dist-hook: - mkdir $(distdir)/subprojects - cp -p $(srcdir)/subprojects/*.wrap $(distdir)/subprojects -- $(top_srcdir)/check-version.py $(top_srcdir)/configure.ac $(top_srcdir)/meson.build - - distclean-local: - if test "$(srcdir)" = "."; then :; else \ |