head 1.3; access; symbols pkgsrc-2022Q4:1.2.0.8 pkgsrc-2022Q4-base:1.2 pkgsrc-2022Q3:1.2.0.6 pkgsrc-2022Q3-base:1.2 pkgsrc-2022Q2:1.2.0.4 pkgsrc-2022Q2-base:1.2 pkgsrc-2022Q1:1.2.0.2 pkgsrc-2022Q1-base:1.2 pkgsrc-2021Q4:1.1.0.4 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.2 pkgsrc-2021Q3-base:1.1; locks; strict; comment @# @; 1.3 date 2023.01.10.22.07.33; author hauke; state dead; branches; next 1.2; commitid NKmN9iP7eCfJN29E; 1.2 date 2022.01.28.21.18.19; author nat; state Exp; branches; next 1.1; commitid db5xS8z02pnRFrqD; 1.1 date 2021.09.12.15.52.37; author nat; state Exp; branches; next ; commitid PldmCNpGkd31kG8D; desc @@ 1.3 log @Update net/netatalk22 to v2.2.7. From the upstream ChangeLog: [2.2] Fix 'multiple definition' compile time errors by @@rdmark in #136 [2.2] Remove bitrotted code by @@rdmark in #139 [2.2] Fixes for the OpenSSL 1.1 API; add OpenSSL 1.0 backwards compat by @@rdmark in #142 [2.2] Install afp_ldap.conf based on LDAP support, not availability of ACLs. by @@rdmark in #143 [2.2] Resolve gcc 10 compile time warnings on Linux by @@rdmark in #165 [2.2] Downstream patches for NetBSD compatibility by @@rdmark in #148 [2.2] Make timelord work on non-big-endian systems; ability to sync localtime by @@rdmark in #151 [2.2] Resolve papd compile time errors due to deprecated CUPS calls by @@rdmark in #152 [2.2] Resolve automake warnings running bootstrap by @@rdmark in #153 [2.2] Handle special FIRSTNET behavior on NetBSD by @@rdmark in #154 [2.2] papd patches for compatibility with older Apple LaserWriter drivers on Mac and GS/OS by @@rdmark in #156 [2.2] Allow non-unicode volume to be scanned by the repair tool. by @@rdmark in #158 [2.2] Update init script templates to start/stop a2boot daemon. by @@rdmark in #160 [2.2] Backport Netatalk 3 patches by @@rdmark in #161 [2.2] papd: Send replies to client when printing to prompt more data by @@rdmark in #162 [2.2] afpd: Add option to disable afp session tickles by @@rdmark in #163 [2.2] Update for Unicode 14 by @@rdmark in #164 [2.2] Made the AsanteTalk bridge consistently start up in AppleTalk Phase 2$A!-(B by @@rdmark in #166 [2.2] Introduce fully functional systemd unit configurations for all daemons by @@rdmark in #167 [2.2] General stability patches by @@rdmark in #168 Fix some compile errors by @@JensKSP in #176 Package changes: Distfile has been moved to github Clean up unused PLIST variables @ text @$NetBSD: patch-config_afpd.conf.tmpl,v 1.2 2022/01/28 21:18:19 nat Exp $ Allow -1 as a vaild tickleval to disable session tickles. As needed on appletalk 58. --- config/afpd.conf.tmpl.orig 2014-03-16 11:17:48.000000000 +0000 +++ config/afpd.conf.tmpl @@@@ -175,6 +175,7 @@@@ # Note, this defaults to 30 seconds, and really # shouldn't be changed. If you want to control # the server idle timeout, use the -timeout option. +# A value of 0 disables session timer tickles. # -timeout Specify the number of tickles to send before # timing out a connection. # The default is 4, therefore a connection will @ 1.2 log @Backgrond printing works again: https://github.com/rdmark/Netatalk/pull/1/commits/1d289cc41e810748237e2 6518d8f9b57954f5875 Allow a session tickleval of 0 instead of -1. Based on the following commit: https://github.com/rdmark/Netatalk/commit/0b4e290ac5343df093cbaef9c5ebcbc11ee - 912a2#diff-ac91c62802b4ac4bd19ade9f9b2ed99e07560281f11655038ee85b6f628cb1c1 These patches were supplied by Daniel Markstedt (rdmark) from his fork of Netatalk22. @ text @d1 1 a1 1 $NetBSD: patch-config_afpd.conf.tmpl,v 1.1 2021/09/12 15:52:37 nat Exp $ @ 1.1 log @Fixes for earlier versions of appletalk and phase 1 interfaces. Add option to disable afp session timeouts. Fix setting of phase1 addresses on NetBSD. Send replies to client when printing to prompt more data to be sent. ok markd@@. @ text @d1 1 a1 1 $NetBSD$ d12 1 a12 1 +# A value of -1 disables session timer tickles. @