* update firewalld to 2.2.0-1
This commit is contained in:
parent
a19abf0548
commit
a258dcf55c
31
firewalld/.SRCINFO
Normal file
31
firewalld/.SRCINFO
Normal file
@ -0,0 +1,31 @@
|
||||
pkgbase = firewalld
|
||||
pkgdesc = Firewall daemon with D-Bus interface
|
||||
pkgver = 2.2.0
|
||||
pkgrel = 1
|
||||
url = https://firewalld.org
|
||||
arch = any
|
||||
license = GPL-2.0-or-later
|
||||
makedepends = docbook-xsl
|
||||
makedepends = git
|
||||
makedepends = intltool
|
||||
makedepends = podman
|
||||
depends = python-dbus
|
||||
depends = glib2
|
||||
depends = hicolor-icon-theme
|
||||
depends = nftables
|
||||
depends = python-capng
|
||||
depends = python-gobject
|
||||
optdepends = bash-completion: bash completion
|
||||
optdepends = gtk3: firewall-config
|
||||
optdepends = libnotify: firewall-applet
|
||||
optdepends = networkmanager: NetworkManager support
|
||||
optdepends = polkit: privileged actions
|
||||
optdepends = python-pyqt6: firewall-applet
|
||||
backup = etc/conf.d/firewalld
|
||||
backup = etc/firewalld/firewalld.conf
|
||||
source = git+https://github.com/firewalld/firewalld.git#tag=v2.2.0
|
||||
source = firewalld-sysconfigdir.patch
|
||||
sha256sums = 81fb1223c3358b555f31cd01033875dea9685599f196d54dc8a9f17ed681c4ae
|
||||
sha256sums = 3b2e00f67680c2e620804eb28620d7370b4096851bcb5f6fec22460a21941ad9
|
||||
|
||||
pkgname = firewalld
|
4
firewalld/.nvchecker.toml
Normal file
4
firewalld/.nvchecker.toml
Normal file
@ -0,0 +1,4 @@
|
||||
[firewalld]
|
||||
source = "git"
|
||||
git = "https://github.com/firewalld/firewalld.git"
|
||||
prefix = "v"
|
@ -5,8 +5,8 @@
|
||||
# Contributor: speed145a <jonathan@tagchapter.com>
|
||||
|
||||
pkgname=firewalld
|
||||
pkgver=2.1.2
|
||||
pkgrel=3
|
||||
pkgver=2.2.0
|
||||
pkgrel=1
|
||||
pkgdesc="Firewall daemon with D-Bus interface"
|
||||
arch=(any)
|
||||
url="https://firewalld.org"
|
||||
@ -19,13 +19,12 @@ optdepends=('bash-completion: bash completion'
|
||||
'libnotify: firewall-applet'
|
||||
'networkmanager: NetworkManager support'
|
||||
'polkit: privileged actions'
|
||||
'python-pyqt5: firewall-applet qt5 backend'
|
||||
'python-pyqt6: firewall-applet qt6 backend')
|
||||
'python-pyqt6: firewall-applet')
|
||||
backup=('etc/conf.d/firewalld'
|
||||
'etc/firewalld/firewalld.conf')
|
||||
source=("git+https://github.com/firewalld/firewalld.git#tag=v${pkgver}"
|
||||
'firewalld-sysconfigdir.patch')
|
||||
sha256sums=('94236f4b882365cb3a7685a2b83340034956f2cc4dc7936399020ae9d328a51c'
|
||||
sha256sums=('81fb1223c3358b555f31cd01033875dea9685599f196d54dc8a9f17ed681c4ae'
|
||||
'3b2e00f67680c2e620804eb28620d7370b4096851bcb5f6fec22460a21941ad9')
|
||||
|
||||
prepare() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user