git: 0187c5c5d9ab - main - net/netatalk3: Update to 3.2.10
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 24 Sep 2024 12:46:46 UTC
The branch main has been updated by marcus: URL: https://cgit.FreeBSD.org/ports/commit/?id=0187c5c5d9ab0a3ef8adfab3ee3d48ad745f8b94 commit 0187c5c5d9ab0a3ef8adfab3ee3d48ad745f8b94 Author: Joe Marcus Clarke <marcus@FreeBSD.org> AuthorDate: 2024-09-24 12:45:45 +0000 Commit: Joe Marcus Clarke <marcus@FreeBSD.org> CommitDate: 2024-09-24 12:45:45 +0000 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. --- net/netatalk3/Makefile | 2 +- net/netatalk3/distinfo | 6 +++--- net/netatalk3/files/patch-config_meson.build | 6 +++--- net/netatalk3/files/patch-meson.build | 29 ++++++++++------------------ 4 files changed, 17 insertions(+), 26 deletions(-) diff --git a/net/netatalk3/Makefile b/net/netatalk3/Makefile index c9edba957be1..829506b49eaf 100644 --- a/net/netatalk3/Makefile +++ b/net/netatalk3/Makefile @@ -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}/ diff --git a/net/netatalk3/distinfo b/net/netatalk3/distinfo index f97e5e5cec25..9cc0e2fe6486 100644 --- a/net/netatalk3/distinfo +++ b/net/netatalk3/distinfo @@ -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 diff --git a/net/netatalk3/files/patch-config_meson.build b/net/netatalk3/files/patch-config_meson.build index 820301e7e8b6..16883e06495e 100644 --- a/net/netatalk3/files/patch-config_meson.build +++ b/net/netatalk3/files/patch-config_meson.build @@ -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') diff --git a/net/netatalk3/files/patch-meson.build b/net/netatalk3/files/patch-meson.build index 9428f32181b9..078d34e171f2 100644 --- a/net/netatalk3/files/patch-meson.build +++ b/net/netatalk3/files/patch-meson.build @@ -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) { -