From 457fe08ea9104949ea11453d6ff11ff6564e6334 Mon Sep 17 00:00:00 2001 From: hauke Date: Wed, 11 Jan 2023 12:25:04 +0000 Subject: [PATCH] Update net/netatalk3 to v3.1.14 From the upstream ChangeLog: FIX: fix build with libressl >= 2.7.0 NEW: Added Ignore Directories Feature UPD: Generate Unicode source code based on the latest https://www.unicode.org/Public/UNIDATA/UnicodeData.txt FIX: Protect against removing AFP metadata xattr FIX: avoid setting adouble entries on symlinks FIX: add handling for cases where ad_entry() returns NULL FIX: Fix setting of LD_LIBRARY_FLAGS ($shlibpath_var). FIX: Fedora migrating away from IO::Socket::INET6 to IO::Socket::IP FIX: afpd: check return values from setXXid() functions FIX: afpd: drop groups in become_user_permanently() FIX: Fix use after free in get_tm_used() FIX: Fix sign extension problem in bsd_attr_list() FIX: Fix garbage read in bsd_attr_list FIX: make afpstats python 3 compatible UPD: docs: manual: Remove wrong TCP-over-TCP info; minor copy editing FIX: configure.ac: fix macro ordering for CentOS 6 FIX: configure.ac: fix typo Reviewed-by: Ralph Boehme slow@samba.org FIX: configure.ac: remove some trailing whitespace Reviewed-by: Ralph Boehme slow@samba.org FIX: configure.ac: fix deprecated macro invocation Reviewed-by: Ralph Boehme slow@samba.org FIX: configure.ac: replace obsolete macro Reviewed-by: Ralph Boehme slow@samba.org FIX: libatalk/dsi/Makefile.am: fix deprecation warning FIX: Store AutoMake helper script in build-aux/ FIX: configure.ac: define a dir for macros FIX: configure.ac: AM_CONFIG_HEADER is deprecated FIX: autotools: Fix another deprecation warning FIX: libgcrypt typo in configuration error message UPD: Various CI improvements FIX: libatalk/conf: re-generation of afp_voluuid.conf UPD: libatalk/conf: code cleanup and add locking to get_vol_uuid() UPD: add documentation for the lv_flags_t FIX: No need to check for attropen on Solaris #44 GC unused PLIST options. --- net/netatalk3/Makefile | 8 +++----- net/netatalk3/distinfo | 8 ++++---- net/netatalk3/options.mk | 4 +--- 3 files changed, 8 insertions(+), 12 deletions(-) diff --git a/net/netatalk3/Makefile b/net/netatalk3/Makefile index 618907b58efd..3023b463c69d 100644 --- a/net/netatalk3/Makefile +++ b/net/netatalk3/Makefile @@ -1,11 +1,9 @@ -# $NetBSD: Makefile,v 1.51 2023/01/03 17:38:02 wiz Exp $ +# $NetBSD: Makefile,v 1.52 2023/01/11 12:25:04 hauke Exp $ -DISTNAME= netatalk-3.1.13 +DISTNAME= netatalk-3.1.14 PKGNAME= ${DISTNAME:C/-/3-/} -PKGREVISION= 4 CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=netatalk/} -EXTRACT_SUFX= .tar.bz2 +MASTER_SITES= ${MASTER_SITE_GITHUB:=Netatalk/}Netatalk/releases/download/netatalk-3-1-14/ MAINTAINER= hauke@NetBSD.org HOMEPAGE= http://netatalk.sourceforge.net/ diff --git a/net/netatalk3/distinfo b/net/netatalk3/distinfo index ee75c6619588..e8803bfbc790 100644 --- a/net/netatalk3/distinfo +++ b/net/netatalk3/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.11 2022/03/22 08:25:37 hauke Exp $ +$NetBSD: distinfo,v 1.12 2023/01/11 12:25:04 hauke Exp $ -BLAKE2s (netatalk-3.1.13.tar.bz2) = 2a1ba505fe05edc3543ce938a452e00709d4ba635ccabe616458f94714e46efc -SHA512 (netatalk-3.1.13.tar.bz2) = 7a10c224486f07a865518f6594e928e7cd4035058bfdaa29a6f87e79c2392a4bbfd10da716a71bdfef4d1b8ff190bec9a33b588e92db323b405559368d3aa254 -Size (netatalk-3.1.13.tar.bz2) = 1218394 bytes +BLAKE2s (netatalk-3.1.14.tar.gz) = 39e9ae725f0b3d87f5747c9f6ddabab3c61eb2b51f1ed63a1af362224aa7f8e9 +SHA512 (netatalk-3.1.14.tar.gz) = 2d52ba2df50cc4bedb5c68fa452d9acec80f69e826ff8cb3d0aa85f7031c98f463e502ef35128076c0aa52a36ce9540509ce8c21b915f6a2232ca70c451b89eb +Size (netatalk-3.1.14.tar.gz) = 1800211 bytes SHA1 (patch-bin_ad_ad__cp.c) = bd2191a7a2731e6032f97dc66688175fc84275cc SHA1 (patch-config.h.in) = bd9e735c6d1c8bb8a1534f6674fa6358b29922c1 SHA1 (patch-config_Makefile.in) = 81fff584e5cb98537a4fa671fb551ad0258ba092 diff --git a/net/netatalk3/options.mk b/net/netatalk3/options.mk index aebde4ba1886..dadf64fcae9f 100644 --- a/net/netatalk3/options.mk +++ b/net/netatalk3/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.4 2021/05/14 12:54:18 nia Exp $ +# $NetBSD: options.mk,v 1.5 2023/01/11 12:25:04 hauke Exp $ # PKG_OPTIONS_VAR= PKG_OPTIONS.netatalk PKG_SUPPORTED_OPTIONS= cups debug dnssd kerberos ldap pam @@ -12,7 +12,6 @@ CONFIGURE_ARGS+= --enable-cups CONFIGURE_ARGS+= --disable-cups .endif -PLIST_VARS+= debug .if !empty(PKG_OPTIONS:Mdebug) # Debugging CONFIGURE_ARGS+= --enable-debug1 @@ -22,7 +21,6 @@ CFLAGS+= -g3 INSTALL_UNSTRIPPED= yes .endif -PLIST_VARS+= dnssd .if !empty(PKG_OPTIONS:Mdnssd) .include "../../net/mDNSResponder/buildlink3.mk" CONFIGURE_ARGS+= --enable-zeroconf