Revision: 26442 http://sourceforge.net/p/gar/code/26442 Author: bonivart Date: 2018-07-11 11:58:57 +0000 (Wed, 11 Jul 2018) Log Message: ----------- bind/trunk: Update to 9.12.2
Modified Paths: -------------- csw/mgar/pkg/bind/trunk/Makefile csw/mgar/pkg/bind/trunk/checksums Modified: csw/mgar/pkg/bind/trunk/Makefile =================================================================== --- csw/mgar/pkg/bind/trunk/Makefile 2018-07-10 08:51:09 UTC (rev 26441) +++ csw/mgar/pkg/bind/trunk/Makefile 2018-07-11 11:58:57 UTC (rev 26442) @@ -4,7 +4,7 @@ # rm -rf work/solaris10-i386/build-isa-pentium_pro/bind-9.11.0/bin/tests/system/dyndb/driver NAME = bind -VERSION = 9.12.1 +VERSION = 9.12.2 GARTYPE = v2 # Enable these for beta releases @@ -15,11 +15,11 @@ #WORKSRC = $(WORKDIR)/$(DISTNAME) # Enable these for Px-releases -RELEASE = P2 -DISTVERSION = $(VERSION)-$(RELEASE) -SPKG_VERSION = $(VERSION)$(RELEASE) -DISTNAME = $(NAME)-$(VERSION)-$(RELEASE) -WORKSRC = $(WORKDIR)/$(DISTNAME) +#RELEASE = P2 +#DISTVERSION = $(VERSION)-$(RELEASE) +#SPKG_VERSION = $(VERSION)$(RELEASE) +#DISTNAME = $(NAME)-$(VERSION)-$(RELEASE) +#WORKSRC = $(WORKDIR)/$(DISTNAME) DESCRIPTION = ISC BIND DNS reference implementation define BLURB @@ -30,12 +30,12 @@ #DISTFILES = $(DISTNAME).tar.gz # Enable these for Px-releases -MASTER_SITES = http://ftp.isc.org/isc/bind9/$(VERSION)-$(RELEASE)/ -DISTFILES = $(DISTNAME).tar.gz +#MASTER_SITES = http://ftp.isc.org/isc/bind9/$(VERSION)-$(RELEASE)/ +#DISTFILES = $(DISTNAME).tar.gz # Disable these for Px-releases -#MASTER_SITES = http://ftp.isc.org/isc/bind9/$(VERSION)/ -#DISTFILES = $(NAME)-$(VERSION).tar.gz +MASTER_SITES = http://ftp.isc.org/isc/bind9/$(VERSION)/ +DISTFILES = $(NAME)-$(VERSION).tar.gz DISTFILES += CSWbindchroot.postinstall @@ -125,13 +125,13 @@ CHECKPKG_OVERRIDES_CSWbindchroot += catalogname-does-not-match-pkgname|pkgname=CSWbindchroot|catalogname=bind_chroot|expected-catalogname=bindchroot # Will not split out all these libs -CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libbind9.so.1200.0.5|soname=libbind9.so.1200|pkgname=CSWlibbind|expected=CSWlibbind9-1200 -CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libirs.so.1200.0.1|soname=libirs.so.1200|pkgname=CSWlibbind|expected=CSWlibirs1200 -CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libisc.so.1200.3.1|soname=libisc.so.1200|pkgname=CSWlibbind|expected=CSWlibisc1200 -CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libisccc.so.1200.0.0|soname=libisccc.so.1200|pkgname=CSWlibbind|expected=CSWlibisccc1200 -CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libisccfg.so.1200.1.0|soname=libisccfg.so.1200|pkgname=CSWlibbind|expected=CSWlibisccfg1200 -CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libdns.so.1203.1.2|soname=libdns.so.1203|pkgname=CSWlibbind|expected=CSWlibdns1203 -CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libns.so.1203.0.1|soname=libns.so.1203|pkgname=CSWlibbind|expected=CSWlibns1203 +CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libbind9.so.1200.0.7|soname=libbind9.so.1200|pkgname=CSWlibbind|expected=CSWlibbind9-1200 +CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libdns.so.1205.1.0|soname=libdns.so.1205|pkgname=CSWlibbind|expected=CSWlibdns1205 +CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libirs.so.1200.0.2|soname=libirs.so.1200|pkgname=CSWlibbind|expected=CSWlibirs1200 +CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libisc.so.1200.3.3|soname=libisc.so.1200|pkgname=CSWlibbind|expected=CSWlibisc1200 +CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libisccc.so.1200.0.1|soname=libisccc.so.1200|pkgname=CSWlibbind|expected=CSWlibisccc1200 +CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libisccfg.so.1200.2.1|soname=libisccfg.so.1200|pkgname=CSWlibbind|expected=CSWlibisccfg1200 +CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libns.so.1203.1.0|soname=libns.so.1203|pkgname=CSWlibbind|expected=CSWlibns1203 # Some new checks, have no idea about their relevance CHECKPKG_OVERRIDES_CSWlibbind += no-direct-binding Modified: csw/mgar/pkg/bind/trunk/checksums =================================================================== --- csw/mgar/pkg/bind/trunk/checksums 2018-07-10 08:51:09 UTC (rev 26441) +++ csw/mgar/pkg/bind/trunk/checksums 2018-07-11 11:58:57 UTC (rev 26442) @@ -1 +1 @@ -7fbefc12bd0cf891546ee9d8bc18f7b0 bind-9.12.1-P2.tar.gz +37c0e31138976cfddd48fe6e2fa3e329 bind-9.12.2.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.