proftpd-mod-counter 0.6.2-2build3 source package in Ubuntu

Changelog

proftpd-mod-counter (0.6.2-2build3) lunar; urgency=medium

  * Rebuild against new proftpd-abi-1.3.8.

 -- Gianfranco Costamagna <email address hidden>  Sat, 21 Jan 2023 08:36:00 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Lunar
Original maintainer:
ProFTPD Maintainance Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
proftpd-mod-counter_0.6.2.orig.tar.gz 14.6 KiB 8eda2508f3ad37356fe27e586cb43df2c9e040b0c27c9f4c36996e64457fa960
proftpd-mod-counter_0.6.2-2build3.debian.tar.xz 3.3 KiB b0610fabd670f53bfb244901618d48dd5a9bbb12725ed9e63a1cb11a2341d018
proftpd-mod-counter_0.6.2-2build3.dsc 2.2 KiB 746a833a99eb81eec9d8d4f7b458900f267ba37f85604dcc5f8e0cc695c791fa

Available diffs

View changes file

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