Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bind
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
bind
Commits
228f855b
Commit
228f855b
authored
Oct 19, 2019
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated bind to 9.14.6
parent
f437bd3d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
+12
-12
Makefile
Makefile
+12
-12
bind-9.14.6.tar.gz
bind-9.14.6.tar.gz
+0
-0
No files found.
Makefile
View file @
228f855b
all
:
named.conf local.zone named-service
all
:
named.conf local.zone named-service
tar
xf bind-9.1
2.3
.tar.gz
tar
xf bind-9.1
4.6
.tar.gz
cd
bind-9.1
2.3
&&
./configure
--prefix
=
/usr
--sysconfdir
=
/etc
--localstatedir
=
/var
--mandir
=
/usr/share/man
--enable-threads
--with-libtool
--disable-static
cd
bind-9.1
4.6
&&
./configure
--prefix
=
/usr
--sysconfdir
=
/etc
--localstatedir
=
/var
--mandir
=
/usr/share/man
--enable-threads
--with-libtool
--disable-static
$(MAKE)
-C
bind-9.1
2.3
$(MAKE)
-C
bind-9.1
4.6
# cd bind-9.12.3
&& bin/tests/system/ifconfig.sh up
cd
bind-9.14.6
&&
bin/tests/system/ifconfig.sh up
# $(MAKE) -C bind-9.12.3 -k check
chown
-Rv
nobody bind-9.14.6
# cd bind-9.12.3 && bin/tests/system/ifconfig.sh down
cd
bind-9.14.6
&&
su nobody
-s
/bin/bash
-c
"
$(MAKE)
-k check"
$(MAKE)
-C
bind-9.12.3
install
cd
bind-9.14.6
&&
bin/tests/system/ifconfig.sh down
install
-v
-m755
-d
/usr/share/doc/bind-9.12.3/{arm,misc}
$(MAKE)
-C
bind-9.14.6
install
cd
bind-9.12.3
&&
install
-v
-m644
doc/arm/*.html
/usr/share/doc/bind-9.12.3
/arm
install
-v
-m755
-d
/usr/share/doc/bind-9.14.6
/arm
cd
bind-9.1
2.3
&&
install
-v
-m644
doc/misc/{dnssec,ipv6,migrat*,options,rfc-compliance,roadmap,sdb}
/usr/share/doc/bind-9.12.3/misc
cd
bind-9.1
4.6
&&
install
-v
-m644
doc/arm/
*
.html /usr/share/doc/bind-9.14.6/arm
rm
/etc/passwd
rm
/etc/passwd
mv
-v
/data/etc/passwd
/etc/passwd
mv
-v
/data/etc/passwd
/etc/passwd
...
@@ -42,7 +42,7 @@ all: named.conf local.zone named-service
...
@@ -42,7 +42,7 @@ all: named.conf local.zone named-service
cp
/etc/localtime
etc
cp
/etc/localtime
etc
touch
/srv/named/managed-keys.bind
touch
/srv/named/managed-keys.bind
rndc-confgen
-
r
/dev/urandom
-
b
512
>
/etc/rndc.conf
rndc-confgen
-b
512
>
/etc/rndc.conf
sed '/conf/d;/^#/!d;s
:
^
#
::' /etc/rndc.conf > /srv/named/etc/named.conf
sed '/conf/d;/^#/!d;s
:
^
#
::' /etc/rndc.conf > /srv/named/etc/named.conf
@echo
"$$NAMED_CONF"
>>
/srv/named/etc/named.conf
@echo
"$$NAMED_CONF"
>>
/srv/named/etc/named.conf
...
@@ -72,7 +72,7 @@ all: named.conf local.zone named-service
...
@@ -72,7 +72,7 @@ all: named.conf local.zone named-service
sed
-e
'/^UserParameter=.*/a UserParameter=bind.memory[*],/usr/bin/bind-stats.py memory -c $$1'
-i
/etc/zabbix_agentd.conf
sed
-e
'/^UserParameter=.*/a UserParameter=bind.memory[*],/usr/bin/bind-stats.py memory -c $$1'
-i
/etc/zabbix_agentd.conf
sed
-e
'/^UserParameter=.*/a UserParameter=bind.cache[*],/usr/bin/bind-stats.py cache -c $$1'
-i
/etc/zabbix_agentd.conf
sed
-e
'/^UserParameter=.*/a UserParameter=bind.cache[*],/usr/bin/bind-stats.py cache -c $$1'
-i
/etc/zabbix_agentd.conf
rm
-rf
bind-9.1
2.3
rm
-rf
bind-9.1
4.6
named.conf
:
named.conf
:
define
NAMED_CONF
define
NAMED_CONF
...
...
bind-9.1
2.3
.tar.gz
→
bind-9.1
4.6
.tar.gz
View file @
228f855b
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment