Package Details: ufw-docker 250710-1

Git Clone URL: https://aur.archlinux.org/ufw-docker.git (read-only, click to copy)
Package Base: ufw-docker
Description: To fix the Docker and UFW security flaw without disabling iptables.
Upstream URL: https://github.com/chaifeng/ufw-docker
Keywords: docker ufw
Licenses: GPL License Version 3.0
Submitter: i.further
Maintainer: i.further
Last Packager: i.further
Votes: 4
Popularity: 0.89
First Submitted: 2021-10-24 13:15 (UTC)
Last Updated: 2025-07-22 13:08 (UTC)

Dependencies (1)

Required by (0)

Sources (2)

Latest Comments

i.further commented on 2025-07-22 12:56 (UTC)

I will update it, thank you

Aaronjamt commented on 2025-07-16 23:01 (UTC)

This package still builds a version from almost 4 years ago. Applying the following patch updates it to the latest version as of writing (2025-07-10).

diff --git a/PKGBUILD b/PKGBUILD
index 8f9998b..bd86045 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: ifurther <>

 pkgname=ufw-docker
-pkgver=210925
+pkgver=250710
 pkgrel=1
 pkgdesc="To fix the Docker and UFW security flaw without disabling iptables."
 arch=("any")
@@ -11,7 +11,7 @@ depends=('ufw')
 install=ufw-docker.install
 source=("$pkgname-$pkgver.tar.gz::https://github.com/chaifeng/$pkgname/archive/refs/tags/$pkgver.tar.gz"
         "ufw-docker.install")
-sha256sums=('805d65ad952364e888294515c0a127a6d46a9628af87311f2bb7a8b57935121c'
+sha256sums=('13b17fc74df2fdb6bda653c6130054f156318a4910db4c943be1df54110a450b'
             'd97ba0e63766444128e4ddfadc316734f431b5d6d9fc6a6ddadbfd1057ae95f7')

 package() {