net/netatalk3: Update to 3.2.10

See https://github.com/Netatalk/netatalk/releases/tag/netatalk-3-2-10
for a list of changes in this release.
This commit is contained in:
Joe Marcus Clarke 2024-09-24 08:45:45 -04:00
parent 8d9552be92
commit 0187c5c5d9
4 changed files with 17 additions and 26 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= netatalk
PORTVERSION= 3.2.9
PORTVERSION= 3.2.10
PORTEPOCH= 1
CATEGORIES= net
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/netatalk-${PORTVERSION:S/./-/g}/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1726432850
SHA256 (netatalk-3.2.9.tar.xz) = 58f60afa8540e442dc6548fe42c3eaf807628f5f89e4a0e79012e5588e532831
SIZE (netatalk-3.2.9.tar.xz) = 1961972
TIMESTAMP = 1727181648
SHA256 (netatalk-3.2.10.tar.xz) = 7e2783237e3615010cbd5a6a9ba0b801daa282381d808b9c36459b0be8dc170f
SIZE (netatalk-3.2.10.tar.xz) = 1961828

View File

@ -1,4 +1,4 @@
--- config/meson.build.orig 2024-07-18 15:25:55 UTC
--- config/meson.build.orig 2024-09-24 08:58:45 UTC
+++ config/meson.build
@@ -7,39 +7,17 @@ custom_target(
custom_target(
@ -42,5 +42,5 @@
-endif
+install_data('netatalk-dbus.conf', install_dir: dbus_sysconfpath)
install_data('README', install_dir: localstatedir / 'netatalk')
if (
fs.exists('/etc/ld.so.conf.d')

View File

@ -1,4 +1,4 @@
--- meson.build.orig 2024-08-01 10:16:47 UTC
--- meson.build.orig 2024-09-24 08:58:45 UTC
+++ meson.build
@@ -39,6 +39,7 @@ libdir = prefix / get_option('libdir')
datadir = prefix / get_option('datadir')
@ -17,7 +17,7 @@
############
# Includes #
@@ -380,6 +381,7 @@ bdb_subdirs = [
@@ -368,6 +369,7 @@ bdb_subdirs = [
'/usr',
]
bdb_subdirs = [
@ -25,7 +25,7 @@
'db4.6',
'db4.7',
'db4.8',
@@ -499,6 +501,11 @@ if crypt.found()
@@ -479,6 +481,11 @@ if crypt.found()
if crypt.found()
cdata.set('HAVE_CRYPT_H', 1)
cdata.set('HAVE_LIBCRYPT', 1)
@ -37,7 +37,7 @@
endif
des = cc.find_library('des', required: false)
@@ -731,12 +738,12 @@ dns_sd_libs = []
@@ -704,12 +711,12 @@ dns_sd_libs = []
dns_sd_libs = []
@ -52,7 +52,7 @@
if dns_sd.found()
dns_sd_libs += system
endif
@@ -753,6 +760,8 @@ have_dns = (
@@ -726,6 +733,8 @@ have_dns = (
)
)
@ -61,7 +61,7 @@
if not enable_zeroconf
have_zeroconf = false
else
@@ -762,6 +771,7 @@ else
@@ -735,6 +744,7 @@ else
cdata.set('HAVE_MDNS', 1)
freebsd_zeroconf_daemon = 'mdnsd'
zeroconf_provider += 'mDNS'
@ -69,7 +69,7 @@
else
have_zeroconf = avahi.found()
if avahi.found()
@@ -829,19 +839,7 @@ else
@@ -802,19 +812,7 @@ else
required: false,
)
@ -90,7 +90,7 @@
cdata.set('HAVE_TRACKER3', 1)
cdata.set(
'TRACKER_MANAGING_COMMAND',
@@ -882,7 +880,6 @@ else
@@ -855,7 +853,6 @@ else
endif
endif
endif
@ -98,7 +98,7 @@
have_spotlight = (
tracker_sparql.found()
@@ -891,6 +888,8 @@ have_spotlight = (
@@ -864,6 +861,8 @@ have_spotlight = (
and flex.found()
and bison.found()
)
@ -107,7 +107,7 @@
if have_spotlight
cdata.set('WITH_SPOTLIGHT', 1)
endif
@@ -1592,6 +1591,7 @@ if not enable_pam
@@ -1556,6 +1555,7 @@ if not enable_pam
if not enable_pam
have_pam = false
@ -115,12 +115,3 @@
else
if host_os != 'sunos'
pam_paths = [
@@ -1955,6 +1955,8 @@ int deny_severity = 0;
tcpwrap_code = '''
int allow_severity = 0;
int deny_severity = 0;
+
+int hosts_access();
int main(void) {