Skip to content

Commit d7a3f1e

Browse files
author
hauke
committed
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 [email protected] FIX: configure.ac: remove some trailing whitespace Reviewed-by: Ralph Boehme [email protected] FIX: configure.ac: fix deprecated macro invocation Reviewed-by: Ralph Boehme [email protected] FIX: configure.ac: replace obsolete macro Reviewed-by: Ralph Boehme [email protected] 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.
1 parent c278735 commit d7a3f1e

File tree

3 files changed

+8
-12
lines changed

3 files changed

+8
-12
lines changed

net/netatalk3/Makefile

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
# $NetBSD: Makefile,v 1.51 2023/01/03 17:38:02 wiz Exp $
1+
# $NetBSD: Makefile,v 1.52 2023/01/11 12:25:04 hauke Exp $
22

3-
DISTNAME= netatalk-3.1.13
3+
DISTNAME= netatalk-3.1.14
44
PKGNAME= ${DISTNAME:C/-/3-/}
5-
PKGREVISION= 4
65
CATEGORIES= net
7-
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=netatalk/}
8-
EXTRACT_SUFX= .tar.bz2
6+
MASTER_SITES= ${MASTER_SITE_GITHUB:=Netatalk/}Netatalk/releases/download/netatalk-3-1-14/
97

108
MAINTAINER= [email protected]
119
HOMEPAGE= http://netatalk.sourceforge.net/

net/netatalk3/distinfo

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
$NetBSD: distinfo,v 1.11 2022/03/22 08:25:37 hauke Exp $
1+
$NetBSD: distinfo,v 1.12 2023/01/11 12:25:04 hauke Exp $
22

3-
BLAKE2s (netatalk-3.1.13.tar.bz2) = 2a1ba505fe05edc3543ce938a452e00709d4ba635ccabe616458f94714e46efc
4-
SHA512 (netatalk-3.1.13.tar.bz2) = 7a10c224486f07a865518f6594e928e7cd4035058bfdaa29a6f87e79c2392a4bbfd10da716a71bdfef4d1b8ff190bec9a33b588e92db323b405559368d3aa254
5-
Size (netatalk-3.1.13.tar.bz2) = 1218394 bytes
3+
BLAKE2s (netatalk-3.1.14.tar.gz) = 39e9ae725f0b3d87f5747c9f6ddabab3c61eb2b51f1ed63a1af362224aa7f8e9
4+
SHA512 (netatalk-3.1.14.tar.gz) = 2d52ba2df50cc4bedb5c68fa452d9acec80f69e826ff8cb3d0aa85f7031c98f463e502ef35128076c0aa52a36ce9540509ce8c21b915f6a2232ca70c451b89eb
5+
Size (netatalk-3.1.14.tar.gz) = 1800211 bytes
66
SHA1 (patch-bin_ad_ad__cp.c) = bd2191a7a2731e6032f97dc66688175fc84275cc
77
SHA1 (patch-config.h.in) = bd9e735c6d1c8bb8a1534f6674fa6358b29922c1
88
SHA1 (patch-config_Makefile.in) = 81fff584e5cb98537a4fa671fb551ad0258ba092

net/netatalk3/options.mk

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: options.mk,v 1.4 2021/05/14 12:54:18 nia Exp $
1+
# $NetBSD: options.mk,v 1.5 2023/01/11 12:25:04 hauke Exp $
22
#
33
PKG_OPTIONS_VAR= PKG_OPTIONS.netatalk
44
PKG_SUPPORTED_OPTIONS= cups debug dnssd kerberos ldap pam
@@ -12,7 +12,6 @@ CONFIGURE_ARGS+= --enable-cups
1212
CONFIGURE_ARGS+= --disable-cups
1313
.endif
1414

15-
PLIST_VARS+= debug
1615
.if !empty(PKG_OPTIONS:Mdebug)
1716
# Debugging
1817
CONFIGURE_ARGS+= --enable-debug1
@@ -22,7 +21,6 @@ CFLAGS+= -g3
2221
INSTALL_UNSTRIPPED= yes
2322
.endif
2423

25-
PLIST_VARS+= dnssd
2624
.if !empty(PKG_OPTIONS:Mdnssd)
2725
.include "../../net/mDNSResponder/buildlink3.mk"
2826
CONFIGURE_ARGS+= --enable-zeroconf

0 commit comments

Comments
 (0)