Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
nftables
Commits:
06e7c05e by Christian Hesse at 2024-07-17T00:02:35+02:00
upgpkg: 1:1.1.0-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = nftables
pkgdesc = Netfilter tables userspace tools
- pkgver = 1.0.9
- pkgrel = 3
+ pkgver = 1.1.0
+ pkgrel = 1
epoch = 1
url = https://netfilter.org/projects/nftables/
install = nftables.install
@@ -21,14 +21,14 @@ pkgbase = nftables
depends = jansson
optdepends = python: Python bindings
backup = etc/nftables.conf
- source =
https://netfilter.org/projects/nftables/files/nftables-1.0.9.tar.xz
- source =
https://netfilter.org/projects/nftables/files/nftables-1.0.9.tar.xz.sig
+ source =
https://netfilter.org/projects/nftables/files/nftables-1.1.0.tar.xz
+ source =
https://netfilter.org/projects/nftables/files/nftables-1.1.0.tar.xz.sig
source = nftables.conf
source = nftables.service
validpgpkeys = 37D964ACC04981C75500FB9BD55D978A8A1420E4
- sha256sums =
a3c304cd9ba061239ee0474f9afb938a9bb99d89b960246f66f0c3a0a85e14cd
+ sha256sums =
ef3373294886c5b607ee7be82c56a25bc04e75f802f8e8adcd55aac91eb0aa24
sha256sums = SKIP
- sha256sums =
427fed7f7b418a1e02eadb779b84377399232bba456d2cc35e356135ceef139c
+ sha256sums =
f83d6f2f99f306866850c60ff0e343bbd9bc0c989d333ebe288563f7be4afe20
sha256sums =
deffeef36fe658867dd9203ec13dec85047a6d224ea63334dcf60db97e1809ea
pkgname = nftables
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
pkgname=nftables
epoch=1
-pkgver=1.0.9
-pkgrel=3
+pkgver=1.1.0
+pkgrel=1
pkgdesc='Netfilter tables userspace tools'
arch=('x86_64')
url='https://netfilter.org/projects/nftables/'
@@ -18,9 +18,9 @@
source=("https://netfilter.org/projects/nftables/files/nftables-$pkgver.tar.xz"{
'nftables.conf'
'nftables.service')
install=nftables.install
-sha256sums=('a3c304cd9ba061239ee0474f9afb938a9bb99d89b960246f66f0c3a0a85e14cd'
+sha256sums=('ef3373294886c5b607ee7be82c56a25bc04e75f802f8e8adcd55aac91eb0aa24'
'SKIP'
- '427fed7f7b418a1e02eadb779b84377399232bba456d2cc35e356135ceef139c'
+ 'f83d6f2f99f306866850c60ff0e343bbd9bc0c989d333ebe288563f7be4afe20'
'deffeef36fe658867dd9203ec13dec85047a6d224ea63334dcf60db97e1809ea')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nftables/-/commit/06e7c05e29f1b14de17e40b6a25031550c2444ee
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nftables/-/commit/06e7c05e29f1b14de17e40b6a25031550c2444ee
You're receiving this email because of your account on gitlab.archlinux.org.