Revision: 26481 http://sourceforge.net/p/gar/code/26481 Author: bonivart Date: 2018-10-20 09:11:41 +0000 (Sat, 20 Oct 2018) Log Message: ----------- bind/trunk: Update to 9.12.3
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-10-19 21:19:44 UTC (rev 26480) +++ csw/mgar/pkg/bind/trunk/Makefile 2018-10-20 09:11:41 UTC (rev 26481) @@ -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.2 +VERSION = 9.12.3 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.7|soname=libbind9.so.1200|pkgname=CSWlibbind|expected=CSWlibbind9-1200 -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 -CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libdns.so.1205.1.2|soname=libdns.so.1205|pkgname=CSWlibbind|expected=CSWlibdns1205 +CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libbind9.so.1201.0.0|soname=libbind9.so.1201|pkgname=CSWlibbind|expected=CSWlibbind9-1201 +CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libdns.so.1207.0.0|soname=libdns.so.1207|pkgname=CSWlibbind|expected=CSWlibdns1207 +CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libirs.so.1201.0.0|soname=libirs.so.1201|pkgname=CSWlibbind|expected=CSWlibirs1201 +CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libisc.so.1204.0.0|soname=libisc.so.1204|pkgname=CSWlibbind|expected=CSWlibisc1204 +CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libisccc.so.1201.0.0|soname=libisccc.so.1201|pkgname=CSWlibbind|expected=CSWlibisccc1201 +CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libisccfg.so.1203.0.0|soname=libisccfg.so.1203|pkgname=CSWlibbind|expected=CSWlibisccfg1203 +CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libns.so.1205.0.0|soname=libns.so.1205|pkgname=CSWlibbind|expected=CSWlibns1205 # 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-10-19 21:19:44 UTC (rev 26480) +++ csw/mgar/pkg/bind/trunk/checksums 2018-10-20 09:11:41 UTC (rev 26481) @@ -1 +1 @@ -022fd0b03f34b359e9b79c67b1a887a8 bind-9.12.2-P2.tar.gz +f8117bf828c56159bc2cdb7d5da55133 bind-9.12.3.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.