summaryrefslogtreecommitdiffstats
path: root/source/n/netatalk/netatalk.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-03-25 19:18:41 +0000
committer Eric Hameleers <alien@slackware.com>2022-03-26 06:59:44 +0100
commit138c9f99240ff501678a4123d7a9d44ed14d721a (patch)
treef99428ad5696d4be217416771d9d5c5e88b78a04 /source/n/netatalk/netatalk.SlackBuild
parente54f62d79bf02e3c5765a7b41fad36d70d9a2281 (diff)
downloadcurrent-138c9f99240ff501678a4123d7a9d44ed14d721a.tar.gz
current-138c9f99240ff501678a4123d7a9d44ed14d721a.tar.xz
Fri Mar 25 19:18:41 UTC 202220220325191841
ap/inxi-3.3.14_1-noarch-1.txz: Upgraded. l/netpbm-10.97.06-x86_64-1.txz: Upgraded. n/netatalk-3.1.13-x86_64-1.txz: Upgraded. x/libevdev-1.12.1-x86_64-1.txz: Upgraded. x/xdg-desktop-portal-1.14.1-x86_64-1.txz: Upgraded. xap/seamonkey-2.53.11.1-x86_64-1.txz: Upgraded. This update contains security fixes and improvements. For more information, see: https://www.seamonkey-project.org/releases/seamonkey2.53.11.1 (* Security fix *)
Diffstat (limited to 'source/n/netatalk/netatalk.SlackBuild')
-rwxr-xr-xsource/n/netatalk/netatalk.SlackBuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/source/n/netatalk/netatalk.SlackBuild b/source/n/netatalk/netatalk.SlackBuild
index fb3f2964e..701482288 100755
--- a/source/n/netatalk/netatalk.SlackBuild
+++ b/source/n/netatalk/netatalk.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2008, 2009, 2012, 2015, 2018, 2019, 2020 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2008, 2009, 2012, 2015, 2018, 2019, 2020, 2022 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=netatalk
VERSION=${VERSION:-$(echo netatalk-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-8}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -78,9 +78,6 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \+
-# https://bugzilla.redhat.com/show_bug.cgi?id=1793912
-zcat $CWD/netatalk-invalid_dircache_entries.patch.gz | patch -p1 --verbose || exit 1
-
# Choose correct options depending on whether PAM is installed:
if [ -L /lib${LIBDIRSUFFIX}/libpam.so.? ]; then
PAM_OPTIONS="--with-pam-confdir=/etc/pam.d --with-pam --enable-ddp"