SF.net SVN: gar:[23346] csw/mgar/pkg/nsd/trunk
idogan23 at users.sourceforge.net
idogan23 at users.sourceforge.net
Sun Apr 6 10:33:52 CEST 2014
Revision: 23346
http://sourceforge.net/p/gar/code/23346
Author: idogan23
Date: 2014-04-06 08:33:51 +0000 (Sun, 06 Apr 2014)
Log Message:
-----------
nsd: bump version to 4.0.3
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 2014-04-06 08:28:04 UTC (rev 23345)
+++ csw/mgar/pkg/nsd/trunk/Makefile 2014-04-06 08:33:51 UTC (rev 23346)
@@ -1,5 +1,5 @@
NAME = nsd
-VERSION = 3.2.16
+VERSION = 4.0.3
GARTYPE = v2
DESCRIPTION = An authoritative only non-recursive name server
@@ -19,7 +19,8 @@
UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
PACKAGES = CSWnsd
-RUNTIME_DEP_PKGS = CSWlibssl1-0-0
+RUNTIME_DEP_PKGS = CSWlibssl1-0-0
+RUNTIME_DEP_PKGS += CSWlibevent2-0-5
CATALOGNAME = nsd
SPKG_DESC = An authoritative only non-recursive name server
PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386
@@ -34,6 +35,7 @@
CONFIGURE_ARGS = $(DIRPATHS)
CONFIGURE_ARGS += --with-ssl=/opt/csw
+CONFIGURE_ARGS += --with-libevent=/opt/csw
CONFIGURE_ARGS += --with-pidfile=/var/run/nsd.pid
CONFIGURE_ARGS += --sysconfdir=/etc/opt/csw
CONFIGURE_ARGS += --with-dbfile=/var/opt/csw/nsd/nsd.db
@@ -42,6 +44,8 @@
SKIPTEST = 1
+#CHECKPKG_OVERRIDES_CSWnsd += bad-location-of-file|file=/tmp
+
post-install-modulated:
@ginstall -d $(DESTDIR)/var/opt/csw/nsd
@ginstall -d $(DESTDIR)/etc/opt/csw/init.d
@@ -49,5 +53,6 @@
@ginstall -m 755 $(FILEDIR)/cswnsd $(DESTDIR)/etc/opt/csw/init.d/cswnsd
@mv $(DESTDIR)/etc/opt/csw/nsd/nsd.conf.sample $(DESTDIR)/etc/opt/csw/nsd/nsd.conf.CSW
@ginstall -m 644 $(FILEDIR)/cswusergroup $(DESTDIR)/etc/opt/csw/pkg/CSWnsd/cswusergroup
+ @rmdir $(DESTDIR)/tmp
include gar/category.mk
Modified: csw/mgar/pkg/nsd/trunk/checksums
===================================================================
--- csw/mgar/pkg/nsd/trunk/checksums 2014-04-06 08:28:04 UTC (rev 23345)
+++ csw/mgar/pkg/nsd/trunk/checksums 2014-04-06 08:33:51 UTC (rev 23346)
@@ -1 +1 @@
-c16a845884851d26c85d5117f11e5f08 nsd-3.2.16.tar.gz
+9331dd18478295206775433a0b23e490 nsd-4.0.3.tar.gz
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list