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
1d4b9f6f
Commit
1d4b9f6f
authored
May 22, 2025
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated bind to 9.16.18
parent
aaa6f737
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
Makefile
Makefile
+11
-11
bind-9.16.18.tar.xz
bind-9.16.18.tar.xz
+0
-0
No files found.
Makefile
View file @
1d4b9f6f
all
:
named.conf local.zone named-service
all
:
named.conf local.zone named-service
tar
xf bind-9.1
4.6.tar.g
z
tar
xf bind-9.1
6.18.tar.x
z
cd
bind-9.1
4.6
&&
./configure
--prefix
=
/usr
--sysconfdir
=
/etc
--localstatedir
=
/var
--mandir
=
/usr/share/man
--enable-threads
--with-libtool
--disable-static
cd
bind-9.1
6.18
&&
./configure
--prefix
=
/usr
--sysconfdir
=
/etc
--localstatedir
=
/var
--mandir
=
/usr/share/man
--enable-threads
--with-libtool
--disable-static
$(MAKE)
-C
bind-9.1
4.6
$(MAKE)
-C
bind-9.1
6.18
cd
bind-9.1
4.6
&&
bin/tests/system/ifconfig.sh up
cd
bind-9.1
6.18
&&
bin/tests/system/ifconfig.sh up
chown
-Rv
nobody bind-9.1
4.6
chown
-Rv
nobody bind-9.1
6.18
cd
bind-9.1
4.6
&&
su nobody
-s
/bin/bash
-c
"
$(MAKE)
-k check"
cd
bind-9.1
6.18
&&
su nobody
-s
/bin/bash
-c
"
$(MAKE)
-k check"
cd
bind-9.1
4.6
&&
bin/tests/system/ifconfig.sh down
cd
bind-9.1
6.18
&&
bin/tests/system/ifconfig.sh down
$(MAKE)
-C
bind-9.1
4.6
install
$(MAKE)
-C
bind-9.1
6.18
install
install
-v
-m755
-d
/usr/share/doc/bind-9.1
4.6
/arm
install
-v
-m755
-d
/usr/share/doc/bind-9.1
6.18
/arm
cd
bind-9.1
4.6
&&
install
-v
-m644
doc/arm/
*
.html /usr/share/doc/bind-9.14.6
/arm
cd
bind-9.1
6.18
&&
install
-v
-m644
doc/arm/
*
.html /usr/share/doc/bind-9.16.18
/arm
rm
/etc/passwd
rm
/etc/passwd
mv
-v
/data/etc/passwd
/etc/passwd
mv
-v
/data/etc/passwd
/etc/passwd
...
@@ -72,7 +72,7 @@ all: named.conf local.zone named-service
...
@@ -72,7 +72,7 @@ all: named.conf local.zone named-service
echo
'UserParameter=bind.memory[*],/usr/bin/bind-stats.py memory -c $$1'
>>
/etc/zabbix_agentd.userparams.conf
echo
'UserParameter=bind.memory[*],/usr/bin/bind-stats.py memory -c $$1'
>>
/etc/zabbix_agentd.userparams.conf
echo
'UserParameter=bind.cache[*],/usr/bin/bind-stats.py cache -c $$1'
>>
/etc/zabbix_agentd.userparams.conf
echo
'UserParameter=bind.cache[*],/usr/bin/bind-stats.py cache -c $$1'
>>
/etc/zabbix_agentd.userparams.conf
rm
-rf
bind-9.1
4.6
rm
-rf
bind-9.1
6.18
named.conf
:
named.conf
:
define
NAMED_CONF
define
NAMED_CONF
...
...
bind-9.1
4.6.tar.g
z
→
bind-9.1
6.18.tar.x
z
View file @
1d4b9f6f
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