diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-03-31 23:43:20 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-04-01 09:00:07 +0200 |
commit | 44010944eea1c5c0d026636dc815962954d77bb0 (patch) | |
tree | 7cc6325dd486ddc30129b87fa9f32144c39b0a85 /source/ap | |
parent | 6bcece3c23300976650b539af471b149fb400774 (diff) | |
download | current-44010944eea1c5c0d026636dc815962954d77bb0.tar.gz |
Wed Mar 31 23:43:20 UTC 202120210331234320
a/file-5.40-x86_64-1.txz: Upgraded.
ap/ghostscript-9.54.0-x86_64-1.txz: Upgraded.
d/help2man-1.48.3-x86_64-1.txz: Upgraded.
l/at-spi2-core-2.40.0-x86_64-1.txz: Upgraded.
l/dbus-glib-0.112-x86_64-1.txz: Upgraded.
l/dconf-0.40.0-x86_64-1.txz: Upgraded.
l/dconf-editor-3.38.3-x86_64-1.txz: Upgraded.
l/gcr-3.40.0-x86_64-1.txz: Upgraded.
l/gdk-pixbuf2-2.42.4-x86_64-1.txz: Upgraded.
l/gjs-1.68.0-x86_64-1.txz: Upgraded.
l/glib-networking-2.68.0-x86_64-1.txz: Upgraded.
l/glib2-2.68.0-x86_64-1.txz: Upgraded.
l/gobject-introspection-1.68.0-x86_64-1.txz: Upgraded.
l/gtk+3-3.24.28-x86_64-1.txz: Upgraded.
l/gvfs-1.48.0-x86_64-1.txz: Upgraded.
l/netpbm-10.94.01-x86_64-1.txz: Upgraded.
l/pygobject3-3.40.1-x86_64-1.txz: Upgraded.
l/vte-0.64.0-x86_64-1.txz: Upgraded.
n/curl-7.76.0-x86_64-1.txz: Upgraded.
This update fixes security issues:
Authentication Bypass by Spoofing.
Exposure of Private Personal Information to an Unauthorized Actor.
For more information, see:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22890
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22876
(* Security fix *)
xap/gimp-2.10.24-x86_64-1.txz: Upgraded.
xap/seamonkey-2.53.7-x86_64-1.txz: Upgraded.
This update contains security fixes and improvements.
For more information, see:
https://www.seamonkey-project.org/releases/seamonkey2.53.7
(* Security fix *)
Diffstat (limited to 'source/ap')
-rw-r--r-- | source/ap/ghostscript/ghostscript-9.53.3-freetype_fix-1.patch | 39 | ||||
-rwxr-xr-x | source/ap/ghostscript/ghostscript.SlackBuild | 7 |
2 files changed, 2 insertions, 44 deletions
diff --git a/source/ap/ghostscript/ghostscript-9.53.3-freetype_fix-1.patch b/source/ap/ghostscript/ghostscript-9.53.3-freetype_fix-1.patch deleted file mode 100644 index 66b5f655..00000000 --- a/source/ap/ghostscript/ghostscript-9.53.3-freetype_fix-1.patch +++ /dev/null @@ -1,39 +0,0 @@ -Submitted By: Ken Moffat <ken at linuxfromscratch dot org> -Date: 2020-10-20 -Initial Package Version: 9.53.3 -Upstream Status: Applied -Origin: https://git.ghostscript.com/?p=ghostpdl.git;a=commitdiff;h=41ef9a0bc36b#patch1 -Description: Fixes build failure with freetype-2.10.3 and later. - -diff --git a/base/fapi_ft.c b/base/fapi_ft.c -index 65fa6dc..21aef2f 100644 (file) ---- a/base/fapi_ft.c -+++ b/base/fapi_ft.c -@@ -125,7 +125,7 @@ static void - delete_inc_int_info(gs_fapi_server * a_server, - FT_IncrementalRec * a_inc_int_info); - --FT_CALLBACK_DEF(void *) -+static void * - FF_alloc(FT_Memory memory, long size) - { - gs_memory_t *mem = (gs_memory_t *) memory->user; -@@ -133,7 +133,7 @@ FF_alloc(FT_Memory memory, long size) - return (gs_malloc(mem, size, 1, "FF_alloc")); - } - --FT_CALLBACK_DEF(void *) -+static void * - FF_realloc(FT_Memory memory, long cur_size, long new_size, void *block) - { - gs_memory_t *mem = (gs_memory_t *) memory->user; -@@ -153,7 +153,7 @@ FT_CALLBACK_DEF(void *) - return (tmp); - } - --FT_CALLBACK_DEF(void) -+static void - FF_free(FT_Memory memory, void *block) - { - gs_memory_t *mem = (gs_memory_t *) memory->user; - diff --git a/source/ap/ghostscript/ghostscript.SlackBuild b/source/ap/ghostscript/ghostscript.SlackBuild index acb48bd8..485704b8 100755 --- a/source/ap/ghostscript/ghostscript.SlackBuild +++ b/source/ap/ghostscript/ghostscript.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2016, 2017, 2018 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2016, 2017, 2018, 2021 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ if [ -r gnu-ghostscript-*.tar.?z ]; then SRCPREFIX="gnu-" fi VERSION=${VERSION:-$(echo $SRCPREFIX$PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -76,9 +76,6 @@ cd ${SRCPREFIX}${PKGNAM}-$VERSION || exit 1 # Remove unmaintained garbage: rm -rf freetype jpeg lcms2 libpng libtiff png tiff zlib -# Fix build against freetype-2.10.3+: -zcat $CWD/ghostscript-9.53.3-freetype_fix-1.patch.gz | patch -p1 --verbose || exit 1 - # Regenerate ./configure. Needed if patched, or to prevent libtool mismatch. autoreconf --force --install ( cd jbig2dec ; autoreconf --force --install ) |