python-passfd 0.2-2 source package in Ubuntu

Changelog

python-passfd (0.2-2) unstable; urgency=low

  * Added Homepage and Vcs-Browser.
  * Acknowledge NMU.
  * debian/control: Update Standards-Version, no changes required.

 -- Martín Ferrari <email address hidden>  Tue, 25 Aug 2015 03:28:44 +0000

Upload details

Uploaded by:
Martín Ferrari
Uploaded to:
Sid
Original maintainer:
Martín Ferrari
Architectures:
any
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe python

Downloads

File Size SHA-256 Checksum
python-passfd_0.2-2.dsc 1.8 KiB 973e50f16a8a49339d8305289738f51fed3784f9bcd3af4b9455b8f039168157
python-passfd_0.2.orig.tar.gz 12.2 KiB d234ede3c1763eafd2653d8bff58d3ecade03c9a73d35892c662cd90d15b0295
python-passfd_0.2-2.diff.gz 1.6 KiB 920aa9479ef430e0c3491a4ccc8bbc4af43235596d03539433736aad8d1fb18a

Available diffs

No changes file available.

Binary packages built by this source

python-passfd: Python functions to pass file descriptors across UNIX domain

 This simple extension provides two functions to pass and receive file
 descriptors across UNIX domain sockets, using the BSD-4.3+ sendmsg() and
 recvmsg() interfaces.
 .
 Direct bindings to sendmsg and recvmsg are not provided, as the API does
 not map nicely into Python.
 .
 Please note that this only supports BSD-4.3+ style file descriptor
 passing, and was only tested on Linux.