proftpd-mod-counter 0.6.2-1 source package in Ubuntu

Changelog

proftpd-mod-counter (0.6.2-1) unstable; urgency=medium

  * New upstream release.

  * Updates to Debian package
    - Update Vcs-Git & Vcs-Browser
    - Change Maintainer address
    - Normalize debian/* files
    - Add me to Uploaders
    - Remove Dep on "proftpd-basic (>= 1.3.4~)" leave that job to
      ${proftpd:Depends}
    - Bump Standards version to 4.5.0 (no changes needed).

 -- Hilmar Preusse <email address hidden>  Thu, 20 Feb 2020 23:12:13 +0100

Upload details

Uploaded by:
ProFTPD Maintainance Team
Uploaded to:
Sid
Original maintainer:
ProFTPD Maintainance Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
proftpd-mod-counter_0.6.2-1.dsc 2.3 KiB a8d64034b6143fe2869f368c5b5cd5b3fe36fecf451ecef3f19012865e197506
proftpd-mod-counter_0.6.2.orig.tar.gz 14.6 KiB 8eda2508f3ad37356fe27e586cb43df2c9e040b0c27c9f4c36996e64457fa960
proftpd-mod-counter_0.6.2-1.debian.tar.xz 2.9 KiB 3b66e8289ec26ec4017c6b36f5705f5b58283280f995ad137d1d385876524f74

Available diffs

No changes file available.

Binary packages built by this source

proftpd-mod-counter: ProFTPD module mod_counter

 The mod_counter module is designed to allow a sort of "locking" to be
 enforced when the same file is being uploaded or downloaded by multiple
 clients at the same time.
 .
 The mod_counter works by creating a SysV semaphore for a file being
 read/written, and placing a number of reader or writer "counters" in that
 semaphore. When the configured maximum number of counters is reached, the
 FTP command which seeks to add another reader/writer counter will be denied.
 This allows site to configure the maximum number of clients which can be
 reading/writing any file at one time.

proftpd-mod-counter-dbgsym: debug symbols for proftpd-mod-counter