Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Commits
b2915319
Verified
Commit
b2915319
authored
5 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
user/bind: bump to 9.14.4
parent
2c309374
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
user/bind/APKBUILD
+3
-10
3 additions, 10 deletions
user/bind/APKBUILD
with
3 additions
and
10 deletions
user/bind/APKBUILD
+
3
−
10
View file @
b2915319
...
...
@@ -4,12 +4,12 @@
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Dan Theisen <djt@hxx.in>
pkgname
=
bind
pkgver
=
9.14.
3
pkgver
=
9.14.
4
_p
=
${
pkgver
#*_p
}
_ver
=
${
pkgver
%_p*
}
_major
=
${
pkgver
%%.*
}
[
"
$_p
"
!=
"
$pkgver
"
]
&&
_ver
=
"
${
_ver
}
-P
$_p
"
pkgrel
=
2
pkgrel
=
0
pkgdesc
=
"The ISC DNS server"
url
=
"https://www.isc.org/downloads/bind/"
arch
=
"all"
...
...
@@ -68,7 +68,6 @@ builddir="$srcdir/$pkgname-$_ver"
prepare
()
{
default_prepare
cd
"
$builddir
"
### http://bugs.gentoo.org/show_bug.cgi?id=227333
export
CFLAGS
=
"
$CFLAGS
-D_GNU_SOURCE"
...
...
@@ -84,7 +83,6 @@ prepare() {
}
build
()
{
cd
"
$builddir
"
./configure
\
--build
=
"
$CBUILD
"
\
--host
=
"
$CHOST
"
\
...
...
@@ -94,13 +92,9 @@ build() {
--mandir
=
/usr/share/man
\
--infodir
=
/usr/share/info
\
--with-openssl
=
/usr
\
--with-randomdev
=
/dev/random
\
--with-libxml2
\
--with-libjson
\
--enable-linux-caps
\
--enable-threads
\
--enable-filter-aaaa
\
--enable-ipv6
\
--enable-shared
\
--enable-static
\
--with-libtool
...
...
@@ -108,7 +102,6 @@ build() {
}
package
()
{
cd
"
$builddir
"
install
-d
-m0770
-g
named
-o
root
"
$pkgdir
"
/var/bind
\
"
$pkgdir
"
/var/bind/sec
\
"
$pkgdir
"
/var/bind/dyn
\
...
...
@@ -154,7 +147,7 @@ tools() {
done
}
sha512sums
=
"
46974be2adea512c58b82184566ea5e8a9
fa
f
67
aeb78ea33356861f0a7edce37eac05c21e8fbbc7f7db4e87404fe71ed59d9eac46e6e4758d95139a21891f437
bind-9.14.
3
.tar.gz
sha512sums
=
"
f5f4dc9b6a1d60838b59ce57ad37dc1e51
fa
2
67
19aa203405a73850780f06bdc6ecea71c762efd464f946bdcce5a7c324de98caea36d2fe2781cce116fcd4932
bind-9.14.
4
.tar.gz
7167dccdb2833643dfdb92994373d2cc087e52ba23b51bd68bd322ff9aca6744f01fa9d8a4b9cd8c4ce471755a85c03ec956ec0d8a1d4fae02124ddbed6841f6 bind.so_bsdcompat.patch
196c0a3b43cf89e8e3547d7fb63a93ff9a3306505658dfd9aa78e6861be6b226580b424dd3dd44b955b2d9f682b1dc62c457f3ac29ce86200ef070140608c015 named.initd
127bdcc0b5079961f0951344bc3fad547450c81aee2149eac8c41a8c0c973ea0ffe3f956684c6fcb735a29c43d2ff48c153b6a71a0f15757819a72c492488ddf named.confd
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment