upg bind nftables

This commit is contained in:
joborun linux 2023-07-27 03:14:59 +03:00
parent c9fec2fcb7
commit 3d83ed143f
5 changed files with 19 additions and 16 deletions

View File

@ -5,7 +5,7 @@
# Website : https://pozol.eu
#-----------------------------------------| DESCRIPTION |---------------------------------------
_pkgver=9.18.16
_pkgver=9.18.17
pkgname=bind
pkgver=${_pkgver//-/.}
pkgrel=01
@ -108,8 +108,8 @@ license=('MPL2')
validpgpkeys=('D99CCEAF879747014F038D63182E23579462EFAA' # Michal Nowak
'706B6C28620E76F91D11F7DF510A642A06C52CEC') # Michał Kępień (Code-Signing Key) <michal@isc.org>
sha256sums=(c88234fe07ee75c3c8a9e59152fee64b714643de8e22cf98da3db4d0b57e0775 # bind-9.18.16.tar.xz
8053d23883adfe5711d6eeed4c37b91773579a9a4f4c7b7fdb258d8b2c715d4f # bind-9.18.16.tar.xz.asc
sha256sums=(bde1c5017b81d1d79c69eb8f537f2e5032fd3623acdd5ee830d4f74bc2483458 # bind-9.18.17.tar.xz
ad7b5cc4782d62fdc4a146e677d71a993a03518f598ccf0a30a8e949557b8e66 # bind-9.18.17.tar.xz.asc
f0423c4ee8495da487e07e9144bec1d25f46a0cd2dfa7cfd7a761ef15bfefc98 # tmpfiles.conf
7c0acefcfcc3ae093550caed7ec90fe84bec8f7477459ffa7e71dda76bcbdb2c # sysusers.conf
e08a01d41b18bdb771d534daca99642314939aafdb088e5cfcf0ef2d33f8e7eb # named.conf
@ -117,4 +117,5 @@ sha256sums=(c88234fe07ee75c3c8a9e59152fee64b714643de8e22cf98da3db4d0b57e0775 #
# c06fc270e32a843c8b6d86335a2ec607d405dfba6875de8d8a9abde39a9e2c17 # localhost.ip6.zone
b88fd2b99e7d42d414b329b814b9ff3304fa0ef9c67df81bde235bbfa0f3a3b8) # 127.0.0.zone
## 555a200e2fce0ec23f2a03eadc0ca1211a4d5805ad433b964efb8f5efec270a4 bind-9.18.16-01-x86_64.pkg.tar.lz
## a0d4f6cdf8c06e3c25896006a9b1330cb815de313e4601769fe5b12870b268ab bind-9.18.17-01-x86_64.pkg.tar.lz

View File

@ -4,7 +4,7 @@
# Contributor: judd <jvinet@zeroflux.org>
# Contributor: Mario Vazquez <mario_vazq@hotmail.com>
_pkgver=9.18.16
_pkgver=9.18.17
pkgname=bind
pkgver=${_pkgver//-/.}
pkgrel=1
@ -34,7 +34,7 @@ source=("https://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.xz"{,.asc}
'localhost.zone'
'localhost.ip6.zone'
'127.0.0.zone')
sha256sums=('c88234fe07ee75c3c8a9e59152fee64b714643de8e22cf98da3db4d0b57e0775'
sha256sums=('bde1c5017b81d1d79c69eb8f537f2e5032fd3623acdd5ee830d4f74bc2483458'
'SKIP'
'f0423c4ee8495da487e07e9144bec1d25f46a0cd2dfa7cfd7a761ef15bfefc98'
'7c0acefcfcc3ae093550caed7ec90fe84bec8f7477459ffa7e71dda76bcbdb2c'

View File

@ -7,13 +7,13 @@
pkgname=nftables
epoch=1
pkgver=1.0.7
pkgrel=02
pkgver=1.0.8
pkgrel=01
pkgdesc='Netfilter tables userspace tools w/o systemd'
url='https://netfilter.org/projects/nftables/'
depends=('libmnl' 'libnftnl' 'gmp' 'readline' 'ncurses' 'jansson')
optdepends=('python: Python bindings')
makedepends=('asciidoc' 'python')
makedepends=('asciidoc' 'python' 'python-setuptools')
backup=('etc/nftables.conf')
validpgpkeys=('37D964ACC04981C75500FB9BD55D978A8A1420E4') # Netfilter Core Team
source=("https://netfilter.org/projects/nftables/files/nftables-$pkgver.tar.xz"{,.sig}
@ -65,8 +65,9 @@ arch=(x86_64)
license=('GPL2')
sha256sums=(c12ac941fff9adaedf17367d5ce213789b98a0d314277bc22b3d71e10891f412 # nftables-1.0.7.tar.xz
ee39beda503fe0e29853bf102056484d9b21e3b000c7d3c7d5add27d5ebf6c78 # nftables-1.0.7.tar.xz.sig
sha256sums=(9373740de41a82dbc98818e0a46a073faeb8a8d0689fa4fa1a74399c32bf3d50 # nftables-1.0.8.tar.xz
eadbbad3eb70bc08a7a8c5598807f81b81860b571243f2e308dae01a97c656ae # nftables-1.0.8.tar.xz.sig
2aff88019097d21dbfa4713f5b54c184751c86376e458b683f8d90f3abd232a8) # nftables.conf
## d8cbe0a3373944185ceacfc6f1a9fd28c5448c889f6f57a82fb517df76a2836b nftables-1:1.0.7-02-x86_64.pkg.tar.lz
## 751183c89602c67916e54c1452a133e9bdca65e730618f4e8a893f833033c7ff nftables-1:1.0.8-01-x86_64.pkg.tar.lz

View File

@ -2,22 +2,22 @@
pkgname=nftables
epoch=1
pkgver=1.0.7
pkgrel=2
pkgver=1.0.8
pkgrel=1
pkgdesc='Netfilter tables userspace tools'
arch=('x86_64')
url='https://netfilter.org/projects/nftables/'
license=('GPL2')
depends=('libmnl' 'libnftnl' 'gmp' 'readline' 'ncurses' 'jansson')
optdepends=('python: Python bindings')
makedepends=('asciidoc' 'python')
makedepends=('asciidoc' 'python' 'python-setuptools')
backup=('etc/nftables.conf')
validpgpkeys=('37D964ACC04981C75500FB9BD55D978A8A1420E4') # Netfilter Core Team
source=("https://netfilter.org/projects/nftables/files/nftables-$pkgver.tar.xz"{,.sig}
'nftables.conf'
'nftables.service')
install=nftables.install
sha256sums=('c12ac941fff9adaedf17367d5ce213789b98a0d314277bc22b3d71e10891f412'
sha256sums=('9373740de41a82dbc98818e0a46a073faeb8a8d0689fa4fa1a74399c32bf3d50'
'SKIP'
'2aff88019097d21dbfa4713f5b54c184751c86376e458b683f8d90f3abd232a8'
'deffeef36fe658867dd9203ec13dec85047a6d224ea63334dcf60db97e1809ea')

View File

@ -2,5 +2,6 @@ asciidoc
python
autoconf
automake
python-setuptools