--- plamo/01_minimum/network.txz/old/bind-20190607/PlamoBuild.bind-9.12.4_P1 2019-06-07 04:54:40.000000000 +0900 +++ plamo/01_minimum/network.txz/bind/PlamoBuild.bind-9.12.4_P2 2019-06-21 21:37:50.000000000 +0900 @@ -1,7 +1,7 @@ #!/bin/sh ###################################################################### -url="http://ftp.isc.org/isc/bind/9.12.4-P1/bind-9.12.4-P1.tar.gz +url="http://ftp.isc.org/isc/bind/9.12.4-P2/bind-9.12.4-P2.tar.gz https://gitlab.isc.org/isc-projects/bind9/merge_requests/1879.patch http://www.internic.net/domain/named.root" verify= @@ -9,10 +9,10 @@ branch= commitid= pkgbase=bind -vers=9.12.4_P1 +vers=9.12.4_P2 arch=`uname -m` build=P2 -src=$pkgbase-9.12.4-P1 +src=$pkgbase-9.12.4-P2 patchfiles="1879.patch" OPT_CONFIG="--without-python --with-libtool --without-libxml2" DOCS="HISTORY LICENSE CONTRIBUTING CHANGES OPTIONS README COPYRIGHT"