diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-02-02 20:16:43 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-02-03 08:59:51 +0100 |
commit | 61b5894f8a280945950e3bd197926878834508bf (patch) | |
tree | 98f7769c90b8acff6a975b05b8a37da06faa352a /source/l | |
parent | 61eaae1fe89a73a5d29f89ed20b94c367419246e (diff) | |
download | current-61b5894f8a280945950e3bd197926878834508bf.tar.gz |
Tue Feb 2 20:16:43 UTC 202120210202201643
a/hwdata-0.344-noarch-1.txz: Upgraded.
kde/calligra-3.2.1-x86_64-4.txz: Rebuilt.
Recompiled against poppler-21.02.0.
Patched to fix blank screen when starting calligragemini.
Thanks to PiterPunk.
kde/cantor-20.12.1-x86_64-3.txz: Rebuilt.
Recompiled against poppler-21.02.0.
kde/kdev-php-5.6.2-x86_64-1.txz: Upgraded.
kde/kdev-python-5.6.2-x86_64-1.txz: Upgraded.
kde/kdevelop-5.6.2-x86_64-1.txz: Upgraded.
kde/kfilemetadata-5.78.0-x86_64-3.txz: Rebuilt.
Recompiled against poppler-21.02.0.
kde/kile-2.9.93-x86_64-4.txz: Rebuilt.
Recompiled against poppler-21.02.0.
kde/kitinerary-20.12.1-x86_64-3.txz: Rebuilt.
Recompiled against poppler-21.02.0.
kde/krita-4.4.2-x86_64-2.txz: Rebuilt.
Recompiled against poppler-21.02.0.
kde/okular-20.12.1-x86_64-3.txz: Rebuilt.
Recompiled against poppler-21.02.0.
l/gamin-0.1.10-x86_64-8.txz: Rebuilt.
Patched to poll files on NFSv4 filesystems. Thanks to Stuart Winter.
l/poppler-21.02.0-x86_64-1.txz: Upgraded.
Shared library .so-version bump.
n/krb5-1.19-x86_64-1.txz: Upgraded.
n/nghttp2-1.43.0-x86_64-1.txz: Upgraded.
n/samba-4.13.4-x86_64-2.txz: Rebuilt.
Recompiled against krb5-1.19 to fix libkrb5samba-samba4.so which had an
undefined symbol after krb5-1.19 dropped it. Upstream krb5 says that the
function in question was never shipped in any header and wasn't intended
to be part of any public interface.
Diffstat (limited to 'source/l')
-rw-r--r-- | source/l/gamin/0001-Poll-files-on-nfs4.patch | 27 | ||||
-rwxr-xr-x | source/l/gamin/gamin.SlackBuild | 5 | ||||
-rwxr-xr-x | source/l/poppler/poppler.SlackBuild | 2 |
3 files changed, 32 insertions, 2 deletions
diff --git a/source/l/gamin/0001-Poll-files-on-nfs4.patch b/source/l/gamin/0001-Poll-files-on-nfs4.patch new file mode 100644 index 00000000..f776732c --- /dev/null +++ b/source/l/gamin/0001-Poll-files-on-nfs4.patch @@ -0,0 +1,27 @@ +From b92b17ecced6df463da73d6de566740cf5cd00d4 Mon Sep 17 00:00:00 2001 +From: Marek Kasik <mkasik@redhat.com> +Date: Fri, 1 Feb 2013 15:19:58 +0100 +Subject: [PATCH 1/2] Poll files on nfs4 + +Add nfs4 among polled filesystems. + +https://bugzilla.gnome.org/show_bug.cgi?id=693006 +--- + server/gam_fs.c | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/server/gam_fs.c b/server/gam_fs.c +index c8ca704..143a603 100644 +--- a/server/gam_fs.c ++++ b/server/gam_fs.c +@@ -178,6 +178,7 @@ gam_fs_init (void) + gam_fs_set ("reiserfs", GFS_MT_DEFAULT, 0); + gam_fs_set ("novfs", GFS_MT_POLL, 30); + gam_fs_set ("nfs", GFS_MT_POLL, 5); ++ gam_fs_set ("nfs4", GFS_MT_POLL, 5); + if (stat("/etc/mtab", &mtab_sbuf) != 0) + { + GAM_DEBUG(DEBUG_INFO, "Could not stat /etc/mtab\n"); +-- +1.8.1.2 + diff --git a/source/l/gamin/gamin.SlackBuild b/source/l/gamin/gamin.SlackBuild index 369bc37b..6c92705a 100755 --- a/source/l/gamin/gamin.SlackBuild +++ b/source/l/gamin/gamin.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=gamin VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-7} +BUILD=${BUILD:-8} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -84,6 +84,9 @@ zcat $CWD/fix-double-lock-in-inotify-helper-c.patch.gz | patch -p1 --verbose || # Fix a build error with newer toolchain zcat $CWD/no_g_const_return.patch.gz | patch -p1 --verbose || exit 1 +# Poll files on NFSv4: +zcat $CWD/0001-Poll-files-on-nfs4.patch.gz | patch -p1 --verbose || exit 1 + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ diff --git a/source/l/poppler/poppler.SlackBuild b/source/l/poppler/poppler.SlackBuild index f5880983..76768ad9 100755 --- a/source/l/poppler/poppler.SlackBuild +++ b/source/l/poppler/poppler.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=poppler VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |