[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#547607: marked as done (ITP: pion-net -- library for implementing lightweight HTTP interfaces)



Your message dated Sun, 27 Sep 2009 15:34:37 +0000
with message-id <E1Mrvll-0002Uc-8O@ries.debian.org>
and subject line Bug#547607: fixed in pion-net 2.1.8+dfsg-1
has caused the Debian Bug report #547607,
regarding ITP: pion-net -- library for implementing lightweight HTTP interfaces
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
547607: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=547607
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: "Roberto C. Sanchez" <roberto@connexer.com>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

* Package name    : pion-net
  Version         : 2.1.8
  Upstream Author : Atomic Labs, Inc.
* URL             : http://www.pion.org/projects/pion-network-library
* License         : Boost Software License 1.0
  Programming Lang: C++
  Description     : library for implementing lightweight HTTP interfaces

According to the upstream website (will be trimmed for packaging):

Pion Network Library (pion-net) is a C++ development library for
implementing lightweight HTTP interfaces.

There are a wide variety of open source HTTP servers available, from
fast and lightweight servers such as lighttpd, to full-featured
platforms like Apache HTTPD. The motivation of pion-net is not to
implement yet another web server, but to provide HTTP(S) functionality
to new or existing C++ applications. If you're looking for a
full-featured server application, we suggest that you use one of the
projects above. If you're working on a Boost C++ application and would
just like to use HTTP to provide a simple user interface or interact
with run-time data, then pion-net is a much cleaner and simpler
solution.

Pion Network Library uses the Boost and asio libraries for
multi-threading and asynchronous I/O. Multi-threading allows the use of
multiple CPUs or processing cores to process HTTP requests
simultaneously. Asynchronous I/O allows each thread to handle many
connections simultaneously (otherwise, a single thread would be required
for every connection to the server). The combination of these
technologies takes full advantage of the most modern CPUs, and allows
servers implemented using pion-net to handle many thousands of
connections simultaneously with a single physical server.

Pion Network Library lets you run multiple servers listening to any
number of ports and network devices. Each server may have its own
collection of web services defined which are bound to HTTP resources.
Protocols other than HTTP can also easily be implemented for any server.
A common thread pool is used to handle operations for all servers.
pion-net also supports server-side SSL & TLS encryption when built with
the OpenSSL library.

- -- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkq23wUACgkQ5SXWIKfIlGSKfACdHGPZ2nHEMJb11Ne0axaIsXe4
25IAni91ev5VDQx7yIIKZF34gERKavrW
=hbE7
-----END PGP SIGNATURE-----



--- End Message ---
--- Begin Message ---
Source: pion-net
Source-Version: 2.1.8+dfsg-1

We believe that the bug you reported is fixed in the latest version of
pion-net, which is due to be installed in the Debian FTP archive:

libpion-common-2.1.8_2.1.8+dfsg-1_amd64.deb
  to pool/main/p/pion-net/libpion-common-2.1.8_2.1.8+dfsg-1_amd64.deb
libpion-net-2.1.8_2.1.8+dfsg-1_amd64.deb
  to pool/main/p/pion-net/libpion-net-2.1.8_2.1.8+dfsg-1_amd64.deb
libpion-net-dbg_2.1.8+dfsg-1_amd64.deb
  to pool/main/p/pion-net/libpion-net-dbg_2.1.8+dfsg-1_amd64.deb
libpion-net-dev_2.1.8+dfsg-1_amd64.deb
  to pool/main/p/pion-net/libpion-net-dev_2.1.8+dfsg-1_amd64.deb
libpion-net-doc_2.1.8+dfsg-1_all.deb
  to pool/main/p/pion-net/libpion-net-doc_2.1.8+dfsg-1_all.deb
libpion-net-plugins_2.1.8+dfsg-1_amd64.deb
  to pool/main/p/pion-net/libpion-net-plugins_2.1.8+dfsg-1_amd64.deb
pion-net_2.1.8+dfsg-1.diff.gz
  to pool/main/p/pion-net/pion-net_2.1.8+dfsg-1.diff.gz
pion-net_2.1.8+dfsg-1.dsc
  to pool/main/p/pion-net/pion-net_2.1.8+dfsg-1.dsc
pion-net_2.1.8+dfsg.orig.tar.gz
  to pool/main/p/pion-net/pion-net_2.1.8+dfsg.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 547607@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Roberto C. Sanchez <roberto@connexer.com> (supplier of updated pion-net package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 19 Sep 2009 10:53:53 -0400
Source: pion-net
Binary: libpion-net-dev libpion-net-plugins libpion-net-2.1.8 libpion-common-2.1.8 libpion-net-dbg libpion-net-doc
Architecture: source amd64 all
Version: 2.1.8+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Athena Capital Research <acr-debian@athenacr.com>
Changed-By: Roberto C. Sanchez <roberto@connexer.com>
Description: 
 libpion-common-2.1.8 - lightweight HTTP interface library - common runtime files
 libpion-net-2.1.8 - lightweight HTTP interface library - runtime files
 libpion-net-dbg - lightweight HTTP interface library - debug files
 libpion-net-dev - lightweight HTTP interface library - development files
 libpion-net-doc - lightweight HTTP interface library - documentation
 libpion-net-plugins - lightweight HTTP interface library - plugins
Closes: 547607
Changes: 
 pion-net (2.1.8+dfsg-1) unstable; urgency=low
 .
   * Initial release (Closes: #547607)
Checksums-Sha1: 
 b4d8af16cbee28f24ceeb9baefdfbbe0a94bf5cd 1932 pion-net_2.1.8+dfsg-1.dsc
 6af859fa2b635dd7f8f1d40b70c8c630f8c0efb6 2007393 pion-net_2.1.8+dfsg.orig.tar.gz
 4390f376f12c20a6509e1d243bf87d75754f63d7 4400 pion-net_2.1.8+dfsg-1.diff.gz
 d7e685e8ee9c2f0c734f0d501849fd3889e9cb19 196460 libpion-net-dev_2.1.8+dfsg-1_amd64.deb
 5f3cc7beb2b035023b3468c5acf6c8e1819e5c73 669580 libpion-net-plugins_2.1.8+dfsg-1_amd64.deb
 78120550944c3b790979884d1d419ebd996766fe 280688 libpion-net-2.1.8_2.1.8+dfsg-1_amd64.deb
 e028a9510fbb34a7eeb52fdf77d367b2489ff491 86230 libpion-common-2.1.8_2.1.8+dfsg-1_amd64.deb
 ac1332ee08d18148e8387d0139cf3b0aaf0afea7 7337256 libpion-net-dbg_2.1.8+dfsg-1_amd64.deb
 4daaf54d2be60c6da40695a1b71ff14cd63e450f 633838 libpion-net-doc_2.1.8+dfsg-1_all.deb
Checksums-Sha256: 
 72e14ef3cd6ec5e7d056282fb371c42de7d4651ab2c65f03ad04ad0e7c89319e 1932 pion-net_2.1.8+dfsg-1.dsc
 3b306fe21b004b83fb6d7d2309d71cd8628e71d6c87600ad8f509c04e486b5cf 2007393 pion-net_2.1.8+dfsg.orig.tar.gz
 a2c356062cb032324e5ca3ad8351e5fd636c64c62a0de03f1f0693db734aa779 4400 pion-net_2.1.8+dfsg-1.diff.gz
 a4291a592eabb8bf2275ca7dea06b9a6fed648c64b2d4716473d94b97790c1db 196460 libpion-net-dev_2.1.8+dfsg-1_amd64.deb
 d91aca94e7f6d9038264657b37a0eba28794f725b4d46cbf2a20c83a4b783714 669580 libpion-net-plugins_2.1.8+dfsg-1_amd64.deb
 f33a2811d60e799c957042df0239dd455f815040414133d3e1059c24696fc123 280688 libpion-net-2.1.8_2.1.8+dfsg-1_amd64.deb
 8aa2fe98849d3117fa8c3cf685719b5d6072eb4b51e04f7b5ba534096eaddafb 86230 libpion-common-2.1.8_2.1.8+dfsg-1_amd64.deb
 23e7028409880eb73056e7f6e766470007c38789510c1963c3de80e28c61f094 7337256 libpion-net-dbg_2.1.8+dfsg-1_amd64.deb
 7dc428ff487b7bfa49a76803a204011ed36da1397290d1af72b9717d60fd8b11 633838 libpion-net-doc_2.1.8+dfsg-1_all.deb
Files: 
 08e7523e4aaacae5e5d2793d62151a96 1932 libs extra pion-net_2.1.8+dfsg-1.dsc
 0705fceb8e92e06c4c2f284ee2d975d2 2007393 libs extra pion-net_2.1.8+dfsg.orig.tar.gz
 0e999c8d794b90efe5bbc1f95eb775cc 4400 libs extra pion-net_2.1.8+dfsg-1.diff.gz
 526e118f0d5d0e5b3d9c6df74d694940 196460 libdevel extra libpion-net-dev_2.1.8+dfsg-1_amd64.deb
 36576cb7bb9f17cbe2bf4336d5bf2c26 669580 libs extra libpion-net-plugins_2.1.8+dfsg-1_amd64.deb
 bfe4b489572850fbceddeb57781d5e06 280688 libs extra libpion-net-2.1.8_2.1.8+dfsg-1_amd64.deb
 7232d5032b4ffa9a1d7f302bf077731c 86230 libs extra libpion-common-2.1.8_2.1.8+dfsg-1_amd64.deb
 efab563af1c886e2e7442dc389da226a 7337256 debug extra libpion-net-dbg_2.1.8+dfsg-1_amd64.deb
 7b1f8fd4511b5585c3044e01f037edde 633838 doc extra libpion-net-doc_2.1.8+dfsg-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkq+MMQACgkQ5SXWIKfIlGTERQCgl7QYVZVqeDJS698i0+1f74UJ
nVcAoMZtiH8gm406GrFDP3y51UYLJgwU
=DBoz
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: