ferm 2.5.1-1.1 source package in Ubuntu

Changelog

ferm (2.5.1-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * No source change upload to rebuild with debhelper 13.10.

 -- Michael Biebl <email address hidden>  Sat, 15 Oct 2022 12:03:46 +0200

Upload details

Uploaded by:
Alexander Wirt
Uploaded to:
Sid
Original maintainer:
Alexander Wirt
Architectures:
all
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe net
Noble release universe net
Mantic release universe net
Lunar release universe net

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ferm_2.5.1-1.1.dsc 2.1 KiB 32972900efbb765f3a93089f624680777bb3561cb1b6f4b90c0a3da2bcb3ae62
ferm_2.5.1.orig.tar.xz 73.1 KiB 4b2ebf0f7e0d8d839d4e6d21ffd2aa1936df919eae3227b257afeb41844e942b
ferm_2.5.1.orig.tar.xz.asc 833 bytes ff12c56563d2959aec96f0f99b8864b2dca27ba29cdf368d033e1182e5c1857f
ferm_2.5.1-1.1.debian.tar.xz 20.7 KiB 250e1046bcb36f4267d75db83b92a2262ae28c674455c3c0d8492f176ba0bc1c

Available diffs

No changes file available.

Binary packages built by this source

ferm: maintain and setup complicated firewall rules

 ferm is a frontend for iptables. It reads the rules from a
 structured configuration file and calls iptables(8) to insert them
 into the running kernel.
 .
 ferm's goal is to make firewall rules easy to write and easy to
 read. It tries to reduce the tedious task of writing down rules, thus
 enabling the firewall administrator to spend more time on developing
 good rules than the proper implementation of the rule.
 .
 To achieve this, ferm uses a simple but powerful configuration
 language, which allows variables, functions, arrays, blocks. It also
 allows you to include other files, allowing you to create libraries
 of commonly used structures and functions.
 .
 ferm, pronounced "firm", stands for "For Easy Rule Making".