ferm 2.5-1 source package in Ubuntu

Changelog

ferm (2.5-1) unstable; urgency=medium

  * Add support for .xz files
  * Convert to debsrc 3.0
  * Fix watch expression
  * New upstream version 2.5
    - support for iptables in /usr/sbin (Closes: #912536)
    - use legacy tools if available (Closes: #929416)
  * bump standards version
  * Add ${misc:Pre-Depends} to controlfile
  * Escape $ in HERE doc (Closes: #774927)
  * Move to debhelper-compat

 -- Alexander Wirt <email address hidden>  Sat, 04 Jan 2020 11:58:53 +0100

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
Focal release universe net

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ferm_2.5-1.dsc 2.0 KiB 779166af3fcea80647dd8744bb3e1e00f9aeec66e9be141bbdbef1a3fd5a775c
ferm_2.5.orig.tar.xz 72.3 KiB 17082d4569b0e157d01638f9b6050418ab200cc0b3c08cdbbe30c29be365b853
ferm_2.5.orig.tar.xz.asc 833 bytes fd530093dea32574d1ea252e13735aadd1bf78e437c0cf221780050adfd981fb
ferm_2.5-1.debian.tar.xz 19.3 KiB c565aae420e2c4b57aa3ee0a2694cb3730cf83c1c7e67541a7de4e3a7aaf3889

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".