libnatpmp 20230423-1.1 source package in Ubuntu

Changelog

libnatpmp (20230423-1.1) unstable; urgency=medium

  * Non-maintainer upload.

  [ Sebastien Bacher ]
  * debian/patches/install-extra-header.patch:
    - install an extra header which is included by natpmp.h since the new
      version but not added to the list of files to install.
      (Closes: #1051692)

  [ Boyuan Yang ]
  * debian/clean: Explicitly add ".pybuild/" as file to be cleaned
    to avoid build failure after a successful build. (Closes: #1048485)
  * debian/source/options: Use extend-diff-ignore to filter out influence
    of egg-info files.

 -- Boyuan Yang <email address hidden>  Wed, 13 Sep 2023 13:23:52 -0400

Upload details

Uploaded by:
Thomas Goirand
Uploaded to:
Sid
Original maintainer:
Thomas Goirand
Architectures:
linux-any kfreebsd-any
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libnatpmp_20230423-1.1.dsc 2.4 KiB 4ee3751500ad9838e421af0d2414ac3be13510aa96cfa82178fbdb2830dfa3ac
libnatpmp_20230423.orig.tar.gz 25.9 KiB 0684ed2c8406437e7519a1bd20ea83780db871b3a3a5d752311ba3e889dbfc70
libnatpmp_20230423.orig.tar.gz.asc 801 bytes 24e11334f073b45f08b881a6593c7548ace9ce31ebcde4cf2386cc0e4e033d8d
libnatpmp_20230423-1.1.debian.tar.xz 8.7 KiB 8d27e64030449574918f73157b290120327981b54ac41a7bee373f344e8fa2e5

No changes file available.

Binary packages built by this source

libnatpmp-dev: portable and fully compliant implementation of NAT-PMP (dev files)

 NAT-PMP is the direct concurrent to the UPnP IGD specification. It is
 providing a way to do NAT traversal. It is part of the Bonjour protocol
 specifications. At the moment it is mainly supported by Apple software and
 hardware. For a way to add NAT-PMP capabilities to your *BSD, Linux or
 (Open)Solaris Router, you should have a look at MiniUPnPd which is
 supporting NAT-PMP in addition to UPnP since December 2007 !
 .
 libnatpmp is an attempt to make a portable and fully compliant
 implementation of the protocol NAT-PMP for the client side. It is based on non
 blocking sockets and all calls of the API are asynchronous. It is therefore
 very easy to integrate the NAT-PMP code to any event driven code.
 .
 This package contains development files needed to build using libnatpmp.

libnatpmp1: No summary available for libnatpmp1 in ubuntu noble.

No description available for libnatpmp1 in ubuntu noble.

libnatpmp1-dbgsym: No summary available for libnatpmp1-dbgsym in ubuntu noble.

No description available for libnatpmp1-dbgsym in ubuntu noble.

natpmpc: portable and fully compliant implementation of NAT-PMP (client)

 NAT-PMP is the direct concurrent to the UPnP IGD specification. It is
 providing a way to do NAT traversal. It is part of the Bonjour protocol
 specifications. At the moment it is mainly supported by Apple software and
 hardware. For a way to add NAT-PMP capabilities to your *BSD, Linux or
 (Open)Solaris Router, you should have a look at MiniUPnPd which is
 supporting NAT-PMP in addition to UPnP since December 2007 !
 .
 libnatpmp is an attempt to make a portable and fully compliant
 implementation of the protocol NAT-PMP for the client side. It is based on non
 blocking sockets and all calls of the API are asynchronous. It is therefore
 very easy to integrate the NAT-PMP code to any event driven code.
 .
 This package contains the natpmpc test client.

natpmpc-dbgsym: debug symbols for natpmpc
python3-libnatpmp: portable and fully compliant implementation of NAT-PMP (Python 3 bindings)

 NAT-PMP is the direct concurrent to the UPnP IGD specification. It is
 providing a way to do NAT traversal. It is part of the Bonjour protocol
 specifications. At the moment it is mainly supported by Apple software and
 hardware. For a way to add NAT-PMP capabilities to your *BSD, Linux or
 (Open)Solaris Router, you should have a look at MiniUPnPd which is
 supporting NAT-PMP in addition to UPnP since December 2007 !
 .
 libnatpmp is an attempt to make a portable and fully compliant
 implementation of the protocol NAT-PMP for the client side. It is based on non
 blocking sockets and all calls of the API are asynchronous. It is therefore
 very easy to integrate the NAT-PMP code to any event driven code.
 .
 This package contains the Python 3 bindings.

python3-libnatpmp-dbgsym: debug symbols for python3-libnatpmp