Revision: 27128 http://sourceforge.net/p/gar/code/27128 Author: idogan23 Date: 2024-12-12 14:32:10 +0000 (Thu, 12 Dec 2024) Log Message: ----------- nsd: Update to 4.11.0, removed Solaris x86 workaround
Modified Paths: -------------- csw/mgar/pkg/nsd/trunk/Makefile csw/mgar/pkg/nsd/trunk/checksums Modified: csw/mgar/pkg/nsd/trunk/Makefile =================================================================== --- csw/mgar/pkg/nsd/trunk/Makefile 2024-12-11 18:39:44 UTC (rev 27127) +++ csw/mgar/pkg/nsd/trunk/Makefile 2024-12-12 14:32:10 UTC (rev 27128) @@ -1,5 +1,5 @@ NAME = nsd -VERSION = 4.10.1 +VERSION = 4.11.0 GARTYPE = v2 DESCRIPTION = An authoritative only non-recursive name server @@ -45,10 +45,6 @@ CONFIGURE_ARGS += --with-dbfile=/var/opt/csw/nsd/nsd.db CONFIGURE_ARGS += --with-xfrdfile=/var/opt/csw/nsd/xfrd.state -# Workaround for simdzone on x86 -CONFIGURE_ARGS += --disable-westmere -CONFIGURE_ARGS += --disable-haswell - EXTRA_ISAEXEC_EXCLUDE_FILES = $(sbindir)/nsd-checkconf EXTRA_ISAEXEC_EXCLUDE_FILES += $(sbindir)/nsd-checkzone EXTRA_ISAEXEC_EXCLUDE_FILES += $(sbindir)/nsd-control Modified: csw/mgar/pkg/nsd/trunk/checksums =================================================================== --- csw/mgar/pkg/nsd/trunk/checksums 2024-12-11 18:39:44 UTC (rev 27127) +++ csw/mgar/pkg/nsd/trunk/checksums 2024-12-12 14:32:10 UTC (rev 27128) @@ -1 +1 @@ -cd18ef87bef5bc37ee42cfb7eb32f4d2 nsd-4.10.1.tar.gz +ae3ae40080866c3fc598f98c374658a8 nsd-4.11.0.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.