Bug#934298: RFS: tsctp/0.7.11-1

2023-12-19 Thread Thomas Dreibholz

Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "tsctp 
":


 * Package name: tsctp
   Version: 0.7.11-1
   Upstream Author: Michael Tüxen 
 * URL: https://www.nntb.no/~dreibh/tsctp/
 * License: BSD-3-clause, GPL-3+
 * Section: net

TSCTP is an SCTP test tool. Its purpose is to perform basic SCTP 
functionality tests to check implementations interoperability and to 
verify that the SCTP stack is working.


"tsctp " builds these binary packages:

 * tsctp - SCTP Test Tool

To access further information about this package, please visit the 
following URL:

https://mentors.debian.net/package/tsctp.

Alternatively, one can download the package with dget using this command:

dget -xhttps://mentors.debian.net/debian/pool/main/t/tsctp/tsctp_0.7.11-1.dsc

More information about "tsctp " can 
be obtained from https://www.nntb.no/~dreibh/tsctp/.


Most recent changelog entry:

tsctp (0.7.11-1ubuntu1) jammy; urgency=medium

 * New upstream release.
 * Closes: #998879 (ITP).



OpenPGP_signature.asc
Description: OpenPGP digital signature


Bug#1029783: hipercontracer: FTBFS with boost 1.81

2023-03-15 Thread Thomas Dreibholz

Hi,

confirmed. The current Git master branch should fix it. I will soon 
create a new release after some final tests.


On 1/27/23 16:51, Bastian Germann wrote:

Source: hipercontracer
Version: 1.6.7-1
X-Debbugs-Cc: thomas.dreibh...@gmail.com

With the upcoming boost 1.81 (very late transition), hipercontracer 
fails to build from source on amd64:


dpkg-buildpackage: info: source package hipercontracer
dpkg-buildpackage: info: source version 1.6.7-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Thomas Dreibholz 


dpkg-buildpackage: info: host architecture amd64
 dpkg-source --before-build .
 debian/rules clean
dh clean --buildsystem=cmake
   dh_auto_clean -O--buildsystem=cmake
   dh_autoreconf_clean -O--buildsystem=cmake
   dh_clean -O--buildsystem=cmake
 debian/rules binary
dh binary --buildsystem=cmake
   dh_update_autotools_config -O--buildsystem=cmake
   dh_autoreconf -O--buildsystem=cmake
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/home/bage/hipercontracer-1.6.7'
dh_auto_configure -- -DCMAKE_BUILD_RPATH_USE_ORIGIN=ON
cd obj-x86_64-linux-gnu && cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc 
-DCMAKE_INSTALL_LOCALSTATEDIR=/var 
-DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON 
-DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF 
-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON 
-DFETCHCONTENT_FULLY_DISCONNECTED=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run 
-DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON "-GUnix Makefiles" 
-DCMAKE_VERBOSE_MAKEFILE=ON 
-DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu 
-DCMAKE_BUILD_RPATH_USE_ORIGIN=ON ..

-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Linux supported
-- Performing Test HAVE_SA_LEN
-- Performing Test HAVE_SA_LEN - Failed
-- Performing Test HAVE_SIN_LEN
-- Performing Test HAVE_SIN_LEN - Failed
-- Performing Test HAVE_SIN6_LEN
-- Performing Test HAVE_SIN6_LEN - Failed
-- Performing Test HAVE_SS_LEN
-- Performing Test HAVE_SS_LEN - Failed
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Found Boost: 
/usr/lib/x86_64-linux-gnu/cmake/Boost-1.81.0/BoostConfig.cmake (found 
version "1.81.0") found components: log date_time system thread 
iostreams filesystem program_options

-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_EXPORT_NO_PACKAGE_REGISTRY
    CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY
    FETCHCONTENT_FULLY_DISCONNECTED


-- Build files have been written to: 
/home/bage/hipercontracer-1.6.7/obj-x86_64-linux-gnu

make[1]: Leaving directory '/home/bage/hipercontracer-1.6.7'
   dh_auto_build -O--buildsystem=cmake
cd obj-x86_64-linux-gnu && make -j4 "INSTALL=install 
--strip-program=true" VERBOSE=1
make[1]: Entering directory 
'/home/bage/hipercontracer-1.6.7/obj-x86_64-linux-gnu'
/usr/bin/cmake -S/home/bage/hipercontracer-1.6.7 
-B/home/bage/hipercontracer-1.6.7/obj-x86_64-linux-gnu 
--check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start 
/home/bage/hipercontracer-1.6.7/obj-x86_64-linux-gnu/CMakeFiles 
/home/bage/hipercontracer-1.6.7/obj-x86_64-linux-gnu//CMakeFiles/progress.marks

make  -f CMakeFiles/Makefile2 all
make[2]: Entering directory 
'/home/bage/hipercontracer-1.6.7/obj-x86_64-linux-gnu'
make  -f src/CMakeFiles/libhipercontracer-shared.dir/build.make 
src/CMakeFiles/libhipercontracer-shared.dir/depend
make  -f src/CMakeFiles/libhipercontracer-static.dir/build.make 
src/CMakeFiles/libhipercontracer-static.dir/depend
make[3]: Entering directory 
'/home/bage/hipercontracer-1.6.7/obj-x86_64-linux-gnu'
cd /home/bage/hipercontracer-1.6.7/obj-x86_64-linux-gnu && 
/usr/bin/cmake -E cmake_depends "Unix Makefiles" 
/home/bage/hipercontracer-1.6.7 /home/bage/hipercontracer-1.6.7/src 
/home/bage/hipercontracer-1.6.7/obj-x86_64-linux-gnu 
/home/bage/hipercontracer-1.6.7/obj-x86_64-linux-gnu/src 
/home/bage/hipercontracer-1.6.7/obj-x86_64-linux-gnu/src/CMakeFiles/libhipercontracer-shared.dir/DependInfo.cmake 
--color=
make[3]: Entering directory 
'/home/bage/hipercontracer-1.6.7/obj-x86_64-linux-gnu'
cd /home/bage/hipercontracer-1.6.7/obj-x86_64-linux-gnu && 
/usr/bin/cmake -E cmake_depends "Unix Makefiles" 
/home/bage/hipercontracer-1.6.7 /home/bage/hipercontracer-1.6.7/src 
/home/bage/hipercontracer-1.6.7/obj-x86_64-linux-gnu 
/home/bage/hipercontracer-1.6.7/

Bug#1011146: hipercontracer is marked for autoremoval from testing

2022-05-28 Thread Thomas Dreibholz

Hi,

I get the autoremoval notification (see below) for my HiPerConTracer 
package. HiPerConTracer clearly has no dependency on anything related to 
NVIDIA drivers. It is a set of simple shell tools. There is probably 
something wrong with the autoremoval script.


Den 26.05.2022 07:02, skrev Debian testing autoremoval watch:

hipercontracer 1.6.5-1 is marked for autoremoval from testing on 2022-06-30

It (build-)depends on packages with these RC bugs:
1011146: nvidia-graphics-drivers-tesla-470: CVE-2022-28181, CVE-2022-28183, 
CVE-2022-28184, CVE-2022-28185, CVE-2022-28191, CVE-2022-28192
  https://bugs.debian.org/1011146



This mail is generated by:
https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl

Autoremoval data is generated by:
https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl


--
Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

===
 Thomas Dreibholz

 SimulaMet -- Simula Metropolitan Centre for Digital Engineering
 Centre for Resilient Networks and Applications
 Pilestredet 52
 0167 Oslo, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===



OpenPGP_signature
Description: OpenPGP digital signature


Bug#1011146: bibtexconv is marked for autoremoval from testing

2022-05-28 Thread Thomas Dreibholz

Hi,

I get the autoremoval notification (see below) for my BibTeXConv 
package. BibTeXConv clearly has no dependency on anything related to 
NVIDIA drivers. It is a set of simple shell tools. There is probably 
something wrong with the autoremoval script


Den 26.05.2022 06:40, skrev Debian testing autoremoval watch:

bibtexconv 1.3.2-1 is marked for autoremoval from testing on 2022-06-30

It (build-)depends on packages with these RC bugs:
1011146: nvidia-graphics-drivers-tesla-470: CVE-2022-28181, CVE-2022-28183, 
CVE-2022-28184, CVE-2022-28185, CVE-2022-28191, CVE-2022-28192
  https://bugs.debian.org/1011146



This mail is generated by:
https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl

Autoremoval data is generated by:
https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl


--
Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

===
 Thomas Dreibholz

 SimulaMet -- Simula Metropolitan Centre for Digital Engineering
 Centre for Resilient Networks and Applications
 Pilestredet 52
 0167 Oslo, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===



OpenPGP_signature
Description: OpenPGP digital signature


Bug#1011146: netperfmeter is marked for autoremoval from testing

2022-05-28 Thread Thomas Dreibholz

Hi,

I get the autoremoval notification (see below) for my NetPerfMeter 
package. NetPerfMeter clearly has no dependency on anything related to 
NVIDIA drivers. It is a set of simple shell tools. There is probably 
something wrong with the autoremoval script.


Den 26.05.2022 07:27, skrev Debian testing autoremoval watch:

netperfmeter 1.9.2-1 is marked for autoremoval from testing on 2022-06-30

It (build-)depends on packages with these RC bugs:
1011146: nvidia-graphics-drivers-tesla-470: CVE-2022-28181, CVE-2022-28183, 
CVE-2022-28184, CVE-2022-28185, CVE-2022-28191, CVE-2022-28192
  https://bugs.debian.org/1011146



This mail is generated by:
https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl

Autoremoval data is generated by:
https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl


--
Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

===
 Thomas Dreibholz

 SimulaMet -- Simula Metropolitan Centre for Digital Engineering
 Centre for Resilient Networks and Applications
 Pilestredet 52
 0167 Oslo, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===



OpenPGP_signature
Description: OpenPGP digital signature


Bug#1011146: rsplib is marked for autoremoval from testing

2022-05-28 Thread Thomas Dreibholz

Hi,

I get the autoremoval notification (see below) for my RSPLIB package. 
RSPLIB clearly has no dependency on anything related to NVIDIA drivers. 
There is probably something wrong with the autoremoval script.


Den 26.05.2022 07:48, skrev Debian testing autoremoval watch:

rsplib 3.4.1-1 is marked for autoremoval from testing on 2022-06-30

It (build-)depends on packages with these RC bugs:
1011146: nvidia-graphics-drivers-tesla-470: CVE-2022-28181, CVE-2022-28183, 
CVE-2022-28184, CVE-2022-28185, CVE-2022-28191, CVE-2022-28192
  https://bugs.debian.org/1011146



This mail is generated by:
https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl

Autoremoval data is generated by:
https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl


--
Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

===
 Thomas Dreibholz

 SimulaMet -- Simula Metropolitan Centre for Digital Engineering
 Centre for Resilient Networks and Applications
 Pilestredet 52
 0167 Oslo, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===



OpenPGP_signature
Description: OpenPGP digital signature


Bug#1011146: subnetcalc is marked for autoremoval from testing

2022-05-28 Thread Thomas Dreibholz

Hi,

I get the autoremoval notification (see below) for my SubNetCalc 
package. SubNetCalc clearly has no dependency on anything related to 
NVIDIA drivers. It is a simple shell tool. There is probably something 
wrong with the autoremoval script.


Den 26.05.2022 07:57, skrev Debian testing autoremoval watch:

subnetcalc 2.4.19-1 is marked for autoremoval from testing on 2022-06-30

It (build-)depends on packages with these RC bugs:
1011146: nvidia-graphics-drivers-tesla-470: CVE-2022-28181, CVE-2022-28183, 
CVE-2022-28184, CVE-2022-28185, CVE-2022-28191, CVE-2022-28192
  https://bugs.debian.org/1011146



This mail is generated by:
https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl

Autoremoval data is generated by:
https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl


--
Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

===
 Thomas Dreibholz

 SimulaMet -- Simula Metropolitan Centre for Digital Engineering
 Centre for Resilient Networks and Applications
 Pilestredet 52
 0167 Oslo, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===



OpenPGP_signature
Description: OpenPGP digital signature


Bug#1005919: ITP: python3-adns/1.2.8~rc4-1

2022-02-17 Thread Thomas Dreibholz

Package: wnpp
Severity: normal

 * Package name: python3-adns
   Version: 1.2.8~rc4-1
   Upstream Author: Loic Jaquemet
 * URL: https://github.com/trolldbois/python3-adns
 * License: GPL-2+
 * Section: python



OpenPGP_signature
Description: OpenPGP digital signature


Bug#1005918: ITP: libneat/1.0.2

2022-02-17 Thread Thomas Dreibholz

Package: wnpp
Severity: normal

 * Package name: libneat
   Version: 1.0.2
   Upstream Author: NEAT Project
 * URL: https://github.com/NEAT-project/neat
 * License: BSD-3-clause, CC0, BSD-3-clause, CC0
 * Section: net

The NEAT project wants to achieve a complete redesign of the way in 
which Internet applications interact with the network. The goal is to 
allow network “services” offered to applications – such as reliability, 
low-delay communication or security – to be dynamically tailored based 
on application demands, current network conditions, hardware 
capabilities or local policies, and also to support the integration of 
new network functionality in an evolutionary fashion, without 
applications having to be rewritten. This architectural change will make 
the Internet truly "enhanceable", by allowing applications to seamlessly 
and more easily take advantage of new network features as they evolve. 
This package contains the shared library for the NEAT APIs libraries and 
example programs. See https://www.neat-project.org for details on NEAT!




OpenPGP_signature
Description: OpenPGP digital signature


Bug#1005916: ITP: socketapi/2.2.21~rc0-1

2022-02-17 Thread Thomas Dreibholz

Package: wnpp
Severity: normal

 * Package name: socketapi
   Version: 2.2.20
   Upstream Author: Thomas Dreibholz 
 * URL: https://www.uni-due.de/~be0001/sctplib/
 * License: GPL-3+
 * Section: net

SocketAPI is the socket API library for the SCTPLIB user-space SCTP 
implementation.




OpenPGP_signature
Description: OpenPGP digital signature


Bug#1002569: rsplib: FTBFS on mipsel

2022-01-10 Thread Thomas Dreibholz
Hi,

unfortunately, version 3.4.0 did not fix the issue for misel. Version
3.4.1 provides the fix, successfully building on mipsel and mips64el.

I uploaded a new version on the mentors server for review:
https://mentors.debian.net/package/rsplib/ .

Den 04.01.2022 11:15, skrev Thomas Dreibholz:
> Hi,
>
> version 3.4.0 should fix the issue, by linking libatomic.
>
> I uploaded a new version on the mentors server for review:
> https://mentors.debian.net/package/rsplib/ .
>
> Den 01.01.2022 13:24, skrev Thomas Dreibholz:
>> Hi,
>>
>> confirmed. I am currently testing a fix.
>>
>> Den 24.12.2021 12:20, skrev Bastian Germann:
>>> Source: rsplib
>>> Severity: serious
>>> Version: 3.3.3-1
>>>
>>> rsplib fails to build on sid/mipsel:
>>> https://buildd.debian.org/status/fetch.php?pkg=rsplib=mipsel=3.3.3-1=1640318034=0
>>>
>>>
>>> ...
>>> [ 55%] Linking CXX executable cspmonitor
>>> cd /<>/obj-mipsel-linux-gnu/src && /usr/bin/cmake -E
>>> cmake_link_script CMakeFiles/cspmonitor.dir/link.txt --verbose=1
>>> /usr/bin/c++ -g -O2 -ffile-prefix-map=/<>=.
>>> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
>>> -D_FORTIFY_SOURCE=2 -Wall -Wl,-z,relro -Wl,-z,now -rdynamic
>>> CMakeFiles/cspmonitor.dir/cspmonitor_autogen/mocs_compilation.cpp.o
>>> CMakeFiles/cspmonitor.dir/cspmonitor.c.o -o cspmonitor
>>> -Wl,-rpath,/<>/obj-mipsel-linux-gnu/src:
>>> librspcsp.so.3.3.3 libtdbreakdetector.so.3.3.3 -lsctp -lpthread
>>> librspdispatcher.so.3.3.3 libtdnetutilities.so.3.3.3
>>> libtdstringutilities.so.3.3.3 libtdrandomizer.so.3.3.3
>>> libtdstorage.so.3.3.3 libtdloglevel.so.3.3.3
>>> libtdthreadsafety.so.3.3.3 libtdtimeutilities.so.3.3.3 -lm -lsctp
>>> -lpthread
>>> /usr/bin/ld: libtdbreakdetector.so.3.3.3: undefined reference to
>>> `__atomic_store_8'
>>> /usr/bin/ld: libtdbreakdetector.so.3.3.3: undefined reference to
>>> `__atomic_load_8'
>>> collect2: error: ld returned 1 exit status
>>> make[3]: *** [src/CMakeFiles/cspmonitor.dir/build.make:128:
>>> src/cspmonitor] Error 1
>>> make[3]: Leaving directory '/<>/obj-mipsel-linux-gnu'
>>> make[2]: *** [CMakeFiles/Makefile2:1525:
>>> src/CMakeFiles/cspmonitor.dir/all] Error 2
>>> ...

-- 
Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

===
 Thomas Dreibholz

 SimulaMet -- Simula Metropolitan Centre for Digital Engineering
 Centre for Resilient Networks and Applications
 Pilestredet 52
 0167 Oslo, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===




OpenPGP_signature
Description: OpenPGP digital signature


Bug#1002569: rsplib: FTBFS on mipsel

2022-01-04 Thread Thomas Dreibholz
Hi,

version 3.4.0 should fix the issue, by linking libatomic.

I uploaded a new version on the mentors server for review:
https://mentors.debian.net/package/rsplib/ .

Den 01.01.2022 13:24, skrev Thomas Dreibholz:
> Hi,
>
> confirmed. I am currently testing a fix.
>
> Den 24.12.2021 12:20, skrev Bastian Germann:
>> Source: rsplib
>> Severity: serious
>> Version: 3.3.3-1
>>
>> rsplib fails to build on sid/mipsel:
>> https://buildd.debian.org/status/fetch.php?pkg=rsplib=mipsel=3.3.3-1=1640318034=0
>>
>>
>> ...
>> [ 55%] Linking CXX executable cspmonitor
>> cd /<>/obj-mipsel-linux-gnu/src && /usr/bin/cmake -E
>> cmake_link_script CMakeFiles/cspmonitor.dir/link.txt --verbose=1
>> /usr/bin/c++ -g -O2 -ffile-prefix-map=/<>=.
>> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
>> -D_FORTIFY_SOURCE=2 -Wall -Wl,-z,relro -Wl,-z,now -rdynamic
>> CMakeFiles/cspmonitor.dir/cspmonitor_autogen/mocs_compilation.cpp.o
>> CMakeFiles/cspmonitor.dir/cspmonitor.c.o -o cspmonitor
>> -Wl,-rpath,/<>/obj-mipsel-linux-gnu/src:
>> librspcsp.so.3.3.3 libtdbreakdetector.so.3.3.3 -lsctp -lpthread
>> librspdispatcher.so.3.3.3 libtdnetutilities.so.3.3.3
>> libtdstringutilities.so.3.3.3 libtdrandomizer.so.3.3.3
>> libtdstorage.so.3.3.3 libtdloglevel.so.3.3.3
>> libtdthreadsafety.so.3.3.3 libtdtimeutilities.so.3.3.3 -lm -lsctp
>> -lpthread
>> /usr/bin/ld: libtdbreakdetector.so.3.3.3: undefined reference to
>> `__atomic_store_8'
>> /usr/bin/ld: libtdbreakdetector.so.3.3.3: undefined reference to
>> `__atomic_load_8'
>> collect2: error: ld returned 1 exit status
>> make[3]: *** [src/CMakeFiles/cspmonitor.dir/build.make:128:
>> src/cspmonitor] Error 1
>> make[3]: Leaving directory '/<>/obj-mipsel-linux-gnu'
>> make[2]: *** [CMakeFiles/Makefile2:1525:
>> src/CMakeFiles/cspmonitor.dir/all] Error 2
>> ...

-- 
Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

===
 Thomas Dreibholz

 SimulaMet -- Simula Metropolitan Centre for Digital Engineering
 Centre for Resilient Networks and Applications
 Pilestredet 52
 0167 Oslo, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===




OpenPGP_signature
Description: OpenPGP digital signature


Bug#1002536: rsplib: missing valgrind for armel

2022-01-04 Thread Thomas Dreibholz
Hi,

version 3.4.0 should fix the issue, by removing the Valgrind build
dependency.

I uploaded a new version on the mentors server for review:
https://mentors.debian.net/package/rsplib/ .

Den 01.01.2022 13:24, skrev Thomas Dreibholz:
> Hi,
>
> confirmed. I am currently testing a fix.
>
> Den 23.12.2021 21:28, skrev Bastian Germann:
>> Source: rsplib
>> Version: 3.3.3-1
>> Severity: serious
>>
>> The build dependency valgrind is not available for armel.
>> If this is optional, please make the package build without it on armel
>> or exclude armel from the build architectures.

-- 
Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

=======
 Thomas Dreibholz

 SimulaMet -- Simula Metropolitan Centre for Digital Engineering
 Centre for Resilient Networks and Applications
 Pilestredet 52
 0167 Oslo, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===




OpenPGP_signature
Description: OpenPGP digital signature


Bug#1002569: rsplib: FTBFS on mipsel

2022-01-01 Thread Thomas Dreibholz
Hi,

confirmed. I am currently testing a fix.

Den 24.12.2021 12:20, skrev Bastian Germann:
> Source: rsplib
> Severity: serious
> Version: 3.3.3-1
>
> rsplib fails to build on sid/mipsel:
> https://buildd.debian.org/status/fetch.php?pkg=rsplib=mipsel=3.3.3-1=1640318034=0
>
>
> ...
> [ 55%] Linking CXX executable cspmonitor
> cd /<>/obj-mipsel-linux-gnu/src && /usr/bin/cmake -E
> cmake_link_script CMakeFiles/cspmonitor.dir/link.txt --verbose=1
> /usr/bin/c++ -g -O2 -ffile-prefix-map=/<>=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -Wall -Wl,-z,relro -Wl,-z,now -rdynamic
> CMakeFiles/cspmonitor.dir/cspmonitor_autogen/mocs_compilation.cpp.o
> CMakeFiles/cspmonitor.dir/cspmonitor.c.o -o cspmonitor
> -Wl,-rpath,/<>/obj-mipsel-linux-gnu/src:
> librspcsp.so.3.3.3 libtdbreakdetector.so.3.3.3 -lsctp -lpthread
> librspdispatcher.so.3.3.3 libtdnetutilities.so.3.3.3
> libtdstringutilities.so.3.3.3 libtdrandomizer.so.3.3.3
> libtdstorage.so.3.3.3 libtdloglevel.so.3.3.3
> libtdthreadsafety.so.3.3.3 libtdtimeutilities.so.3.3.3 -lm -lsctp
> -lpthread
> /usr/bin/ld: libtdbreakdetector.so.3.3.3: undefined reference to
> `__atomic_store_8'
> /usr/bin/ld: libtdbreakdetector.so.3.3.3: undefined reference to
> `__atomic_load_8'
> collect2: error: ld returned 1 exit status
> make[3]: *** [src/CMakeFiles/cspmonitor.dir/build.make:128:
> src/cspmonitor] Error 1
> make[3]: Leaving directory '/<>/obj-mipsel-linux-gnu'
> make[2]: *** [CMakeFiles/Makefile2:1525:
> src/CMakeFiles/cspmonitor.dir/all] Error 2
> ...

-- 
Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

===
 Thomas Dreibholz

 SimulaMet -- Simula Metropolitan Centre for Digital Engineering
 Centre for Resilient Networks and Applications
 Pilestredet 52
 0167 Oslo, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===




OpenPGP_signature
Description: OpenPGP digital signature


Bug#1002536: rsplib: missing valgrind for armel

2022-01-01 Thread Thomas Dreibholz
Hi,

confirmed. I am currently testing a fix.

Den 23.12.2021 21:28, skrev Bastian Germann:
> Source: rsplib
> Version: 3.3.3-1
> Severity: serious
>
> The build dependency valgrind is not available for armel.
> If this is optional, please make the package build without it on armel
> or exclude armel from the build architectures.

-- 
Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

=======
 Thomas Dreibholz

 SimulaMet -- Simula Metropolitan Centre for Digital Engineering
 Centre for Resilient Networks and Applications
 Pilestredet 52
 0167 Oslo, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===




OpenPGP_signature
Description: OpenPGP digital signature


Bug#999550: RFS: rserpooldemo/3.0.6~test0-1

2021-11-12 Thread Thomas Dreibholz
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "rserpooldemo
<https://www.uni-due.de/~be0001/rserpool/download/>":

  * Package name: rserpooldemo
Version: 3.0.6~test0-1
Upstream Author: Thomas Dreibholz mailto:dre...@iem.uni-due.de>>
  * URL: https://www.uni-due.de/~be0001/rserpool/download/
<https://www.uni-due.de/~be0001/rserpool/download/>
  * License: GPL-3+
  * Section: net

This package contains the RSerPool Demo Tool for RSPLIB. See
https://www.uni-due.de/~be0001/rserpool/ for details on Reliable Server
Pooling (RSerPool) and the RSerPoolDemo tool!

"rserpooldemo <https://www.uni-due.de/~be0001/rserpool/download/>"
builds these binary packages:

  * rserpooldemo-desktop - Desktop setup for the RSerPool Demo system
  * rserpooldemo-development - Development tools for the RSerPool Demo
system
  * rserpooldemo-management - Management tools for the RSerPool Demo system
  * rserpooldemo-scenario-cfgfiles - Scenario configuration files for
the RSerPool Demo system
  * rserpooldemo-tool - GUI tool for the RSerPool Demo system

To access further information about this package, please visit the
following URL:
https://mentors.debian.net/package/rserpooldemo
<https://mentors.debian.net/package/rserpooldemo>.

Alternatively, one can download the package with dget using this command:

dget -x 
https://mentors.debian.net/debian/pool/main/r/rserpooldemo/rserpooldemo_3.0.6~test0-1.dsc
 
<https://mentors.debian.net/debian/pool/main/r/rserpooldemo/rserpooldemo_3.0.6~test0-1.dsc>

More information about "rserpooldemo
<https://www.uni-due.de/~be0001/rserpool/download/>" can be obtained
from https://www.uni-due.de/~be0001/rserpool/download/
<https://www.uni-due.de/~be0001/rserpool/download/>.

Most recent changelog entry:

rserpooldemo (3.0.6~test0-1ubuntu1) unstable; urgency=medium

  * New upstream release.
  * Closes: #999549 (ITP).
  * debian/control: Updated standards version to 4.6.0.1.

-- Thomas Dreibholz > Fri, 12 Nov 2021
11:41:29 +0100

-- 
Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

===
 Thomas Dreibholz

 SimulaMet -- Simula Metropolitan Centre for Digital Engineering
 Centre for Resilient Networks and Applications
 Pilestredet 52
 0167 Oslo, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===



OpenPGP_signature
Description: OpenPGP digital signature


Bug#999549: ITP: rserpooldemo/3.0.5-1

2021-11-12 Thread Thomas Dreibholz
Package: wnpp
Severity: normal

  * Package name: rserpooldemo
Version: 3.0.5-1
Upstream Author: Thomas Dreibholz mailto:dre...@iem.uni-due.de>>
  * URL: https://www.uni-due.de/~be0001/rserpool/download/
<https://www.uni-due.de/~be0001/rserpool/download/>
  * License: GPL-3+
  * Section: net

This package contains the RSerPool Demo Tool for RSPLIB. See
https://www.uni-due.de/~be0001/rserpool/ for details on Reliable Server
Pooling (RSerPool) and the RSerPoolDemo tool!

-- 
Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

=======
 Thomas Dreibholz

 SimulaMet -- Simula Metropolitan Centre for Digital Engineering
 Centre for Resilient Networks and Applications
 Pilestredet 52
 0167 Oslo, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===



OpenPGP_signature
Description: OpenPGP digital signature


Bug#950271: netperfmeter: can't start netperfmeter (passive) without DCCP

2021-11-09 Thread Thomas Dreibholz
Hi,

I just uploaded a buster-backports package with the fix for review on
the mentors server: https://mentors.debian.net/package/netperfmeter/ .

On 11/7/21 8:34 PM, Stephen Kitt wrote:
> You won’t be able to upload the new version to buster-backports; the only
> version that could go there is a backport of 1.8.6~rc2-1 (the version
> currently in bullseye). 1.9.2-1 could only be backported to
> buster-backports-sloppy, but that shouldn’t be necessary – 1.8.6~rc2-1 should
> be good enough for buster.
> 
> You shouldn’t need any change for that version. Debhelper compatibility level
> 13 is available in buster-backports too (although that’s not a concern  for
> 1.8.6~rc2-1). BTW debhelper compatibility levels should be specified using
> debhelper-compat now, not debian/compat; see "man debhelper" for details.

-- 
Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

=======
 Thomas Dreibholz

 SimulaMet — Simula Metropolitan Centre for Digital Engineering
 Centre for Resilient Networks and Applications
 Pilestredet 52
 0167 Oslo, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===



OpenPGP_signature
Description: OpenPGP digital signature


Bug#998882: RFS: tsctp/0.7.6~test0-1

2021-11-09 Thread Thomas Dreibholz
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "tsctp
<https://www.uni-due.de/~be0001/tsctp/>":

  * Package name: tsctp
Version: 0.7.6~test0-1
Upstream Author: Michael Tüxen mailto:tue...@fh-muenster.de>>
  * URL: https://www.uni-due.de/~be0001/tsctp/
<https://www.uni-due.de/~be0001/tsctp/>
  * License: BSD-3-clause, GPL-3+
  * Section: net

TSCTP is an SCTP test tool. Its purpose is to perform basic SCTP
functionality tests to check implementations interoperability and to
verify that the SCTP stack is working.

"tsctp <https://www.uni-due.de/~be0001/tsctp/>" builds these binary
packages:

  * tsctp - SCTP Test Tool

To access further information about this package, please visit the
following URL:
https://mentors.debian.net/package/tsctp
<https://mentors.debian.net/package/tsctp>.

Alternatively, one can download the package with dget using this command:

dget -x 
https://mentors.debian.net/debian/pool/main/t/tsctp/tsctp_0.7.6~test0-1.dsc 
<https://mentors.debian.net/debian/pool/main/t/tsctp/tsctp_0.7.6~test0-1.dsc>

More information about "tsctp <https://www.uni-due.de/~be0001/tsctp/>"
can be obtained from https://www.uni-due.de/~be0001/tsctp/
<https://www.uni-due.de/~be0001/tsctp/>.

Most recent changelog entry:

tsctp (0.7.6~test0-1ubuntu1) unstable; urgency=medium

  * New upstream release.
  * Closes: #998879 (ITP).
  * debian/control: Updated standards version to 4.6.0.1.

-- Thomas Dreibholz > Tue, 09 Nov 2021
11:04:28 +0100


-- 
Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

===
 Thomas Dreibholz

 SimulaMet — Simula Metropolitan Centre for Digital Engineering
 Centre for Resilient Networks and Applications
 Pilestredet 52
 0167 Oslo, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===



OpenPGP_signature
Description: OpenPGP digital signature


Bug#998879: ITP: tsctp/0.7.5-1 -- SCTP test tool

2021-11-09 Thread Thomas Dreibholz
Package: wnpp
Severity: normal

  * Package name: tsctp
Version: 0.7.5-1
Upstream Author: Michael Tüxen mailto:tue...@fh-muenster.de>>
  * URL: https://www.uni-due.de/~be0001/tsctp/
<https://www.uni-due.de/~be0001/tsctp/>
  * License: BSD-3-clause, GPL-3+
  * Section: net

TSCTP is an SCTP test tool. Its purpose is to perform basic SCTP
functionality tests to check implementations interoperability and to
verify that the SCTP stack is working.

-- 
Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

=======
 Thomas Dreibholz

 SimulaMet — Simula Metropolitan Centre for Digital Engineering
 Centre for Resilient Networks and Applications
 Pilestredet 52
 0167 Oslo, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===



OpenPGP_signature
Description: OpenPGP digital signature


Bug#998850: RFS: hipercontracer/1.6.3-1

2021-11-08 Thread Thomas Dreibholz
Hi,

Den 08.11.2021 21:18, skrev Ali Mezgani:
> Interesting package Thomas, may I assist you in packaging.
Great!
> Right now I’m trying to compile hipercontracer into MacOS 12.0 the
> last version.
HiPerConTracer has not been tested with MacOS, yet. However, it has been
tested under FreeBSD, and it is part of the FreeBSD ports collection as
well. Probably, it should not be difficult to adapt it to MacOS as well.

-- 
Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

===
 Thomas Dreibholz

 SimulaMet -- Simula Metropolitan Centre for Digital Engineering
 Centre for Resilient Networks and Applications
 Pilestredet 52
 0167 Oslo, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===




OpenPGP_signature
Description: OpenPGP digital signature


Bug#950271: netperfmeter: can't start netperfmeter (passive) without DCCP

2021-11-08 Thread Thomas Dreibholz
Hi,

Den 07.11.2021 20:34, skrev Stephen Kitt:
> Hi Thomas,
>
> On Sun, 7 Nov 2021 19:50:34 +0100, Thomas Dreibholz
>  wrote:
>> I created an updated package for "unstable" on the mentors server:
>> https://mentors.debian.net/package/netperfmeter/ .
>>
>> How is the procedure for submitting a backport package for buster? The
>> backport is probably quite easy to create, I assume it will just need an
>> older version of debhelper. That is, specifying the version in
>> debian/control and recreating the debian/compat file is probably sufficient?
> You won’t be able to upload the new version to buster-backports; the only
> version that could go there is a backport of 1.8.6~rc2-1 (the version
> currently in bullseye). 1.9.2-1 could only be backported to
> buster-backports-sloppy, but that shouldn’t be necessary – 1.8.6~rc2-1 should
> be good enough for buster.

Okay, no problem. I am going to create a fix for 1.8.6~rc2-1.

> You shouldn’t need any change for that version. Debhelper compatibility level
> 13 is available in buster-backports too (although that’s not a concern  for
> 1.8.6~rc2-1). BTW debhelper compatibility levels should be specified using
> debhelper-compat now, not debian/compat; see "man debhelper" for details.
>
> See https://backports.debian.org/Contribute/ for detailed backporting
> instructions, including how to prepare the changelog.
>
> As mentioned previously, if you need further help don’t hesitate to ask! I
> can also check your package for unstable if you don’t already have a mentor.

The "unstable" package has already a sponsor, thanks!

But my packaging of rsplib (https://mentors.debian.net/package/rsplib/)
is looking for a sponsor since 2009
(https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=516750), if you are
interested. The rsplib package is already in Ubuntu since a long time,
but there has been no Debian sponsor found so far.

-- 

Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

===
 Thomas Dreibholz

 SimulaMet -- Simula Metropolitan Centre for Digital Engineering
 Centre for Resilient Networks and Applications
 Pilestredet 52
 0167 Oslo, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===




OpenPGP_signature
Description: OpenPGP digital signature


Bug#998850: RFS: hipercontracer/1.6.3-1

2021-11-08 Thread Thomas Dreibholz
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "hipercontracer
<https://www.uni-due.de/~be0001/hipercontracer>":

  * Package name: hipercontracer
Version: 1.6.3-1
Upstream Author: Thomas Dreibholz mailto:dre...@iem.uni-due.de>>
  * URL: https://www.uni-due.de/~be0001/hipercontracer
<https://www.uni-due.de/~be0001/hipercontracer>
  * License: GPL-3+
  * Section: net

High-Performance Connectivity Tracer (HiPerConTracer) is a
ping/traceroute service. It performs regular ping and traceroute runs
among sites and can export the results into an SQL or Non-SQL database.

"hipercontracer <https://www.uni-due.de/~be0001/hipercontracer>" builds
these binary packages:

  * hipercontracer - Command-line programs for HiPerConTracer
  * hipercontracer-trigger - Triggered HiPerConTracer service
  * libhipercontracer1 - API library of HiPerConTracer
  * libhipercontracer-dev - Development files for HiPerConTracer API library

To access further information about this package, please visit the
following URL:
https://mentors.debian.net/package/hipercontracer
<https://mentors.debian.net/package/hipercontracer>.

Alternatively, one can download the package with dget using this command:

dget -x 
https://mentors.debian.net/debian/pool/main/h/hipercontracer/hipercontracer_1.6.3-1.dsc
 
<https://mentors.debian.net/debian/pool/main/h/hipercontracer/hipercontracer_1.6.3-1.dsc>

More information about "hipercontracer
<https://www.uni-due.de/~be0001/hipercontracer>" can be obtained from
https://www.uni-due.de/~be0001/hipercontracer
<https://www.uni-due.de/~be0001/hipercontracer>.

Most recent changelog entry:

hipercontracer (1.6.3-1) unstable; urgency=medium

  * Closes: #997090 (ITP).

-- Thomas Dreibholz > Mon, 08 Nov 2021
20:11:16 +0100

-- 
Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

===
 Thomas Dreibholz

 SimulaMet -- Simula Metropolitan Centre for Digital Engineering
 Centre for Resilient Networks and Applications
 Pilestredet 52
 0167 Oslo, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===



OpenPGP_signature
Description: OpenPGP digital signature


Bug#998849: RFS: rsplib/3.3.3-1

2021-11-08 Thread Thomas Dreibholz
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "rsplib
<https://www.uni-due.de/~be0001/rserpool/download/>":

  * Package name: rsplib
Version: 3.3.3-1
Upstream Author: Thomas Dreibholz mailto:dre...@iem.uni-due.de>>
  * URL: https://www.uni-due.de/~be0001/rserpool/download/
<https://www.uni-due.de/~be0001/rserpool/download/>
  * License: GPL-3+
  * Section: net

RSPLIB is the Open Source implementation of the IETF Reliable Server
Pooling (RSerPool) architecture, a novel framework for pool and session
management. The Reliable Server Pooling (RSerPool) architecture (defined
by RFC 5351 to RFC 5356) is an overlay network framework to provide
server replication and session failover capabilities to its
applications. Server redundancy leads to load distribution and load
balancing, which are also covered by RSerPool. But in strong contrast to
other solutions in the area of cloud and high-performance computing, the
fundamental property of RSerPool is to be "lightweight", i.e. it can
also be used on devices providing only meagre memory and CPU resources
(e.g. embedded systems like telecommunications equipment or routers).

"rsplib <https://www.uni-due.de/~be0001/rserpool/download/>" builds
these binary packages:

  * libcpprspserver3 - C++ RSerPool client/server API library
  * libcpprspserver-dev - headers of the C++ RSerPool client/server API
library
  * librsplib3 - RSerPool client/server API library for session management
  * librsplib-dev - headers of the RSerPool client/server API library rsplib
  * rsplib-all - RSerPool implementation RSPLIB
  * rsplib-doc - documentation of the RSerPool implementation RSPLIB
  * rsplib-fgp-cfgfiles - RSerPool Fractal Generator Service example
input files
  * rsplib-registrar - RSerPool Registrar service
  * rsplib-services - RSerPool example services
  * rsplib-tools - RSerPool test tools

To access further information about this package, please visit the
following URL:
https://mentors.debian.net/package/rsplib
<https://mentors.debian.net/package/rsplib>.

Alternatively, one can download the package with dget using this command:

dget -x https://mentors.debian.net/debian/pool/main/r/rsplib/rsplib_3.3.3-1.dsc 
<https://mentors.debian.net/debian/pool/main/r/rsplib/rsplib_3.3.3-1.dsc>

More information about "rsplib
<https://www.uni-due.de/~be0001/rserpool/download/>" can be obtained
from https://www.uni-due.de/~be0001/rserpool/download/
<https://www.uni-due.de/~be0001/rserpool/download/>.

Most recent changelog entry:

rsplib (3.3.3-1) unstable; urgency=medium

  * Closes: #516750 (ITP).

-- Thomas Dreibholz > Mon, 08 Nov 2021
19:58:17 +0100

-- 
Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

===
 Thomas Dreibholz

 SimulaMet -- Simula Metropolitan Centre for Digital Engineering
 Centre for Resilient Networks and Applications
 Pilestredet 52
 0167 Oslo, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===



OpenPGP_signature
Description: OpenPGP digital signature


Bug#987996: RFS: hipercontracer [ITP]

2021-11-07 Thread Thomas Dreibholz
Hi,

version ~test4 should solve the issues:

  * Using dh_installman for the manpages.
  * Removed unused tests/control as well as changelog.dist.

Den 06.11.2021 19:58, skrev Bastian Germann:
> On 06.11.21 19:51, Thomas Dreibholz wrote:
>> Hi,
>>
>> the remaining issues should be fixed in version test2:
>>
>>   * The only remaining changelog item is the ITP closing #997090
>>   * Dependencies without BOOST version
>>   * dh_installexamples is now installing the example files
>>
>> Already in version test1 were fixed:
>>
>>   * Removal of compat file
>>   * Rewrite of the postinst/postrm scripts
>>   * Removed cmake3 dependency alternative
>>   * Commented the lintian override
>
>
> This still leaves us with:
>
> - manpages should not be installed via *.install but via *.manpages.
> - drop the empty d/tests/control and d/changelog.dist files.

-- 
Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

===
 Thomas Dreibholz

 SimulaMet -- Simula Metropolitan Centre for Digital Engineering
 Centre for Resilient Networks and Applications
 Pilestredet 52
 0167 Oslo, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===



OpenPGP_signature
Description: OpenPGP digital signature


Bug#982975: RFS: rsplib/3.3.3~test2-1 [ITP] -- Reliable Server Pooling

2021-11-07 Thread Thomas Dreibholz
Hi,

version ~test3 should fix the issues:

  * Updated debian/copyright with information about src/sha1.c.
src/storage/ was obsolete and now deleted completely.
  * Removed changelog.dist and tests/control.
  * Using dh_installman for the manpages instead of the dh_install.

Den 07.11.2021 00:42, skrev Bastian Germann:
> Control: tags -1 moreinfo
>
> debian/copyright: copyright info missing. See src/sha1.c and
> src/storage/sha512.c.
>
> Remove changelog.dist and empty *.manpages, and empty d/tests/control.

-- 
Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

=======
 Thomas Dreibholz

 SimulaMet -- Simula Metropolitan Centre for Digital Engineering
 Centre for Resilient Networks and Applications
 Pilestredet 52
 0167 Oslo, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===



OpenPGP_signature
Description: OpenPGP digital signature


Bug#950271: netperfmeter: can't start netperfmeter (passive) without DCCP

2021-11-07 Thread Thomas Dreibholz
Hi,

I created an updated package for "unstable" on the mentors server:
https://mentors.debian.net/package/netperfmeter/ .

How is the procedure for submitting a backport package for buster? The
backport is probably quite easy to create, I assume it will just need an
older version of debhelper. That is, specifying the version in
debian/control and recreating the debian/compat file is probably sufficient?

Den 21.04.2020 19:00, skrev Stephen Kitt:
> Control: retitle -1 Please provide a backported netperfmeter for Buster
>
> Hi Zac,
>
> On Thu, Jan 30, 2020 at 03:07:08PM -0500, Zachary Wolff wrote:
>> I've had some contact with the maintainer.
>> He advised netperfmeter 1.2.3 is quite old.
>> Debian testing and unstable have much newer versions and shouldn't have
>> this problem.
>>
>> netperfmeter is not in buster-backports at the moment.
>>
>> Can we get a newer version of netperfmeter added to buster or
>> buster-backports?
> Thanks for filing this; as you say, the bug is already fixed in
> Bullseye, but rather than closing it, I’ve changed it to a request for
> a backport to Buster.
>
> I can help backport this if necessary.
>
> Regards,
>
> Stephen

-- 
Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

===
 Thomas Dreibholz

 SimulaMet -- Simula Metropolitan Centre for Digital Engineering
 Centre for Resilient Networks and Applications
 Pilestredet 52
 0167 Oslo, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===




OpenPGP_signature
Description: OpenPGP digital signature


Bug#934297: RFS: bibtexconv

2021-11-07 Thread Thomas Dreibholz
Hi,

version 1.3.1~test4 closes bug #975076 now. I added the Closes: to the
change that actually fixed the bug (update of the debian/watch file).

If there are no other problems, I could create release 1.3.1.

Den 06.11.2021 23:31, skrev Bastian Germann:
> On 06.11.21 21:30, Thomas Dreibholz wrote:
>> Hi,
>>
>> version test3 makes the following updates:
>>
>>   * changelog is merged, i.e. new entry + all old entries from
>> unstable. In the new entry, all items
>>     from the changes after the latest "unstable" version are merged.
>>   * Installation of examples with dh_installexamples.
>>   * Installation of manpages with dh_installman.
>>   * Updated standards version
>>   * Removed empty test/control
>>   * Removed OpenSSL exception from debian/copyright. BibTeXConv uses
>> LibSSL's MD5 computation
>>     function (from shared library). In addition, it uses (by default)
>> libcurl with OpenSSL (from
>>     shared library).
>>
>> If the changes are okay, I would create an upstream release 1.3.1
>> (i.e. without ~testX), and a new package.
>>
>> Den 04.11.2021 22:54, skrev Bastian Germann:
>>> Control: tags -1 moreinfo
>>>
>>> On Thu, 02 Jan 2020 12:18:40 +0100 Tobias Frost 
>>> wrote:
>>>> - Can you please merge the d/changelog entries for (in Debian)
>>>> unreleased versions?
>>>> - The Debian changelog seems incomplete, I see (packaing) changes
>>>> which
>>>> are not documented. Please also try to expand a bit on the changes,
>>>> e.g
>>>> did the SV update require you add changes? (documenting "why has this
>>>> changed" is important as additional information to the "what")
>>>
>>> These were fixed.
>>>
>>>> - You do not need to specify the standards versions 4th digit, this
>>>> digit is for editorial changes only. So it is sufficient to declare
>>>> compatiblitliy with e.g 4.4.1 (which has been released since you put
>>>> this package to mentors)
>>>> - d/test/control is a empty file. I don't think that is right.
>>>>
>>>> nitpicks:
>>>> d/compat can be obsoleted. (
>>>> https://nthykier.wordpress.com/2019/01/04/debhelper-compat-12-is-now-released/
>>>>
>>>> )
>>>
>>> Please correct these.
>>>
>>> - Where do you get the OpenSSL exception from? I know you are the
>>> upstream but this exception should be present in the source as well
>>> or should be removed from d/copyright. Debian does not require it
>>> any longer.
>>>
>>> - Please change the version and the origtarxz to actually match the
>>> released version/file. No ~test0
>>>
>>> - Add "(Closes: #975076)" to d/changelog's "New upstream release."
>>> line.
>>>
>>> With these changes I am going to sponsor the package. Please untag
>>> moreinfo when you are done.
>
> Still I cannot see the changelog closing the bug.

-- 
Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

===
 Thomas Dreibholz

 SimulaMet -- Simula Metropolitan Centre for Digital Engineering
 Centre for Resilient Networks and Applications
 Pilestredet 52
 0167 Oslo, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===




OpenPGP_signature
Description: OpenPGP digital signature


Bug#934297: RFS: bibtexconv

2021-11-06 Thread Thomas Dreibholz
Hi,

version test3 makes the following updates:

  * changelog is merged, i.e. new entry + all old entries from unstable.
In the new entry, all items from the changes after the latest
"unstable" version are merged.
  * Installation of examples with dh_installexamples.
  * Installation of manpages with dh_installman.
  * Updated standards version
  * Removed empty test/control
  * Removed OpenSSL exception from debian/copyright. BibTeXConv uses
LibSSL's MD5 computation function (from shared library). In
addition, it uses (by default) libcurl with OpenSSL (from shared
library).

If the changes are okay, I would create an upstream release 1.3.1 (i.e.
without ~testX), and a new package.

Den 04.11.2021 22:54, skrev Bastian Germann:
> Control: tags -1 moreinfo
>
> On Thu, 02 Jan 2020 12:18:40 +0100 Tobias Frost  wrote:
>> - Can you please merge the d/changelog entries for (in Debian)
>> unreleased versions?
>> - The Debian changelog seems incomplete, I see (packaing) changes which
>> are not documented. Please also try to expand a bit on the changes, e.g
>> did the SV update require you add changes? (documenting "why has this
>> changed" is important as additional information to the "what")
>
> These were fixed.
>
>> - You do not need to specify the standards versions 4th digit, this
>> digit is for editorial changes only. So it is sufficient to declare
>> compatiblitliy with e.g 4.4.1 (which has been released since you put
>> this package to mentors)
>> - d/test/control is a empty file. I don't think that is right.
>>
>> nitpicks:
>> d/compat can be obsoleted. (
>> https://nthykier.wordpress.com/2019/01/04/debhelper-compat-12-is-now-released/
>>
>> )
>
> Please correct these.
>
> - Where do you get the OpenSSL exception from? I know you are the
> upstream but this exception should be present in the source as well or
> should be removed from d/copyright. Debian does not require it any
> longer.
>
> - Please change the version and the origtarxz to actually match the
> released version/file. No ~test0
>
> - Add "(Closes: #975076)" to d/changelog's "New upstream release." line.
>
> With these changes I am going to sponsor the package. Please untag
> moreinfo when you are done.
>
-- 
Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

===
 Thomas Dreibholz

 SimulaMet -- Simula Metropolitan Centre for Digital Engineering
 Centre for Resilient Networks and Applications
 Pilestredet 52
 0167 Oslo, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===



OpenPGP_signature
Description: OpenPGP digital signature


Bug#988015: RFS: rsplib/3.3.1-1

2021-05-03 Thread Thomas Dreibholz
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "rsplib
<https://www.uni-due.de/~be0001/rserpool/download/>":

  * Package name: rsplib
Version: 3.3.1-1
Upstream Author: Thomas Dreibholz mailto:dre...@iem.uni-due.de>>
  * URL: https://www.uni-due.de/~be0001/rserpool/download/
<https://www.uni-due.de/~be0001/rserpool/download/>
  * License: GPL-3+
  * Section: net

RSPLIB is the Open Source implementation of the IETF Reliable Server
Pooling (RSerPool) architecture, a novel framework for pool and session
management. The Reliable Server Pooling (RSerPool) architecture (defined
by RFC 5351 to RFC 5356) is an overlay network framework to provide
server replication and session failover capabilities to its
applications. Server redundancy leads to load distribution and load
balancing, which are also covered by RSerPool. But in strong contrast to
other solutions in the area of cloud and high-performance computing, the
fundamental property of RSerPool is to be "lightweight", i.e. it can
also be used on devices providing only meagre memory and CPU resources
(e.g. embedded systems like telecommunications equipment or routers).

"rsplib <https://www.uni-due.de/~be0001/rserpool/download/>" builds
these binary packages:

  * libcpprspserver3 - C++ RSerPool client/server API library
  * libcpprspserver-dev - headers of the C++ RSerPool client/server API
library
  * librsplib3 - RSerPool client/server API library for session management
  * librsplib-dev - headers of the RSerPool client/server API library rsplib
  * rsplib-all - RSerPool implementation RSPLIB
  * rsplib-doc - documentation of the RSerPool implementation RSPLIB
  * rsplib-fgp-cfgfiles - RSerPool Fractal Generator Service example
input files
  * rsplib-registrar - RSerPool Registrar service
  * rsplib-services - RSerPool example services
  * rsplib-tools - RSerPool test tools

To access further information about this package, please visit the
following URL:
https://mentors.debian.net/package/rsplib
<https://mentors.debian.net/package/rsplib>.

Alternatively, one can download the package with dget using this command:

dget -x https://mentors.debian.net/debian/pool/main/r/rsplib/rsplib_3.3.1-1.dsc 
<https://mentors.debian.net/debian/pool/main/r/rsplib/rsplib_3.3.1-1.dsc>

More information about "rsplib
<https://www.uni-due.de/~be0001/rserpool/download/>" can be obtained
from https://www.uni-due.de/~be0001/rserpool/download/
<https://www.uni-due.de/~be0001/rserpool/download/>.

Most recent changelog entry:

rsplib (3.3.1-1ubuntu1) hirsute; urgency=medium

  * New upstream release.

-- Thomas Dreibholz > Mon, 03 May 2021
20:09:52 +0200

-- 
Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

===
 Thomas Dreibholz

 SimulaMet -- Simula Metropolitan Centre for Digital Engineering
 Centre for Resilient Networks and Applications
 Pilestredet 52
 0167 Oslo, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===



OpenPGP_signature
Description: OpenPGP digital signature


Bug#988010: RFS: td-system-tools/1.2.0~rc1-1 [ITP]

2021-05-03 Thread Thomas Dreibholz
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "td-system-tools
<https://www.uni-due.de/~be0001/system-info/>":

  * Package name: td-system-tools
Version: 1.2.0~rc1-1
Upstream Author: Thomas Dreibholz mailto:dre...@iem.uni-due.de>>
  * URL: https://www.uni-due.de/~be0001/system-info/
<https://www.uni-due.de/~be0001/system-info/>
  * License: GPL-3+
  * Section: utils

This package contains programs for printing basic system information and
for system maintenance. System-Info displays basic status information
about the system: hostname, uptime, CPU, memory statistics, disk space
statistics, SSH public key hashes, and networking information.
Furthermore, it can be configured to show one or more banners (for
example, a project name). System-Info can be configured to be
automatically run when logging in, providing the user an up-to-date
overview of the system. System-Maintenance runs basic system maintenance
tasks: trying to repair broken package management, updating the package
management databases, installing all available updates, checking for old
kernels and removing them, trim SSD or unmap unused storage.

"td-system-tools <https://www.uni-due.de/~be0001/system-info/>" builds
these binary packages:

  * td-system-configure-grub - Helper tool to adjust GRUB configuration
  * td-system-info - Print basic system information and banners
  * td-system-maintenance - Perform basic system maintenance
  * td-system-tools - Metapackage for system information and maintenance
tools

To access further information about this package, please visit the
following URL:
https://mentors.debian.net/package/td-system-tools
<https://mentors.debian.net/package/td-system-tools>.

Alternatively, one can download the package with dget using this command:

dget -x 
https://mentors.debian.net/debian/pool/main/t/td-system-tools/td-system-tools_1.2.0~rc1-1.dsc
 
<https://mentors.debian.net/debian/pool/main/t/td-system-tools/td-system-tools_1.2.0~rc1-1.dsc>

More information about "td-system-tools
<https://www.uni-due.de/~be0001/system-info/>" can be obtained from
https://www.uni-due.de/~be0001/system-info/
<https://www.uni-due.de/~be0001/system-info/>.

Most recent changelog entry:

td-system-tools (1.2.0~rc1-1ubuntu1) focal; urgency=medium

  * New upstream release.

-- Thomas Dreibholz > Mon, 03 May 2021
19:48:55 +0200

-- 
Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

===
 Thomas Dreibholz

 SimulaMet -- Simula Metropolitan Centre for Digital Engineering
 Centre for Resilient Networks and Applications
 Pilestredet 52
 0167 Oslo, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===



OpenPGP_signature
Description: OpenPGP digital signature


Bug#987996: RFS: hipercontracer/1.6.0~rc1-1 [ITP]

2021-05-03 Thread Thomas Dreibholz
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "hipercontracer
<https://www.uni-due.de/~be0001/hipercontracer>":

  * Package name: hipercontracer
Version: 1.6.0~rc1-1
Upstream Author: Thomas Dreibholz mailto:dre...@iem.uni-due.de>>
  * URL: https://www.uni-due.de/~be0001/hipercontracer
<https://www.uni-due.de/~be0001/hipercontracer>
  * License: GPL-3+
  * Section: net

High-Performance Connectivity Tracer (HiPerConTracer) is a
ping/traceroute service. It performs regular ping and traceroute runs
among sites and can export the results into an SQL or Non-SQL database.

"hipercontracer <https://www.uni-due.de/~be0001/hipercontracer>" builds
these binary packages:

  * hipercontracer - Command-line programs for HiPerConTracer
  * hipercontracer-trigger - Triggered HiPerConTracer service
  * libhipercontracer1 - API library of HiPerConTracer
  * libhipercontracer-dev - Development files for HiPerConTracer API library

To access further information about this package, please visit the
following URL:
https://mentors.debian.net/package/hipercontracer
<https://mentors.debian.net/package/hipercontracer>.

Alternatively, one can download the package with dget using this command:

dget -x 
https://mentors.debian.net/debian/pool/main/h/hipercontracer/hipercontracer_1.6.0~rc1-1.dsc
 
<https://mentors.debian.net/debian/pool/main/h/hipercontracer/hipercontracer_1.6.0~rc1-1.dsc>

More information about "hipercontracer
<https://www.uni-due.de/~be0001/hipercontracer>" can be obtained from
https://www.uni-due.de/~be0001/hipercontracer
<https://www.uni-due.de/~be0001/hipercontracer>.

Most recent changelog entry:

hipercontracer (1.6.0~rc1-1ubuntu1) hirsute; urgency=medium

  * New upstream release.

-- Thomas Dreibholz > Mon, 03 May 2021
14:34:43 +0200

-- 
Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

===
 Thomas Dreibholz

 SimulaMet -- Simula Metropolitan Centre for Digital Engineering
 Centre for Resilient Networks and Applications
 Pilestredet 52
 0167 Oslo, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===



OpenPGP_signature
Description: OpenPGP digital signature


Bug#985937: RFS: p4c/1.2.0+g202103261112~c8d09d-1 [ITP]

2021-03-26 Thread Thomas Dreibholz
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "p4c
<https://github.com/p4lang/p4c>":

  * Package name: p4c
Version: 1.2.0+g202103261112~c8d09d-1
Upstream Author:
  * URL: https://github.com/p4lang/p4c <https://github.com/p4lang/p4c>
  * License: Apache
  * Section: devel

p4c is a new, alpha-quality reference compiler for the P4 programming
language. It supports both P4-14 and P4-16; you can find more
information about P4 here and the specifications for both versions of
the language in http://p4.org. p4c is modular; it provides a standard
frontend and midend which can be combined with a target-specific backend
to create a complete P4 compiler. The goal is to make adding new
backends easy.

"p4c <https://github.com/p4lang/p4c>" builds these binary packages:

  * p4lang-p4c - p4c p4lang project compiler

To access further information about this package, please visit the
following URL:
https://mentors.debian.net/package/p4c
<https://mentors.debian.net/package/p4c>.

Alternatively, one can download the package with dget using this command:

dget -x 
https://mentors.debian.net/debian/pool/main/p/p4c/p4c_1.2.0+g202103261112~c8d09d-1.dsc
 
<https://mentors.debian.net/debian/pool/main/p/p4c/p4c_1.2.0+g202103261112~c8d09d-1.dsc>

More information about "p4c <https://github.com/p4lang/p4c>" can be
obtained from https://github.com/p4lang/p4c
<https://github.com/p4lang/p4c>.

Most recent changelog entry:

p4c (1.2.0+g202103261112~c8d09d-1ppa1) unstable; urgency=medium

  * Self-made package

-- Thomas Dreibholz > Fri, 26 Mar 2021
12:12:44 +0100

-- 
Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

===
 Thomas Dreibholz

 SimulaMet -- Simula Metropolitan Centre for Digital Engineering
 Centre for Resilient Networks and Applications
 Pilestredet 52
 0167 Oslo, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===



OpenPGP_signature
Description: OpenPGP digital signature


Bug#985933: RFS: p4lang-pi/0.1.0+g202103250946~827907-1 [ITP]

2021-03-26 Thread Thomas Dreibholz
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "p4lang-pi
<https://github.com/p4lang/PI>":

  * Package name: p4lang-pi
Version: 0.1.0+g202103250946~827907-1
Upstream Author: Antonin Bas mailto:anto...@barefootnetworks.com>>
  * URL: https://github.com/p4lang/PI <https://github.com/p4lang/PI>
  * License: Apache-2.0
  * Section: net

Protocol Independent API (PI or P4 Runtime) defines a set of APIs that
allow interacting with entities defined in a P4 program.

"p4lang-pi <https://github.com/p4lang/PI>" builds these binary packages:

  * p4lang-pi-bin - Implementation framework of a P4Runtime server
(binaries)
  * p4lang-pi-dev - Implementation framework of a P4Runtime server
(development files)
  * p4lang-pi - Implementation framework of a P4Runtime server (metapackage)
  * p4lang-pi-libs - Implementation framework of a P4Runtime server
(libraries)
  * python-p4lang-pi - Implementation framework of a P4Runtime server
(Python libraries)

To access further information about this package, please visit the
following URL:
https://mentors.debian.net/package/p4lang-pi
<https://mentors.debian.net/package/p4lang-pi>.

Alternatively, one can download the package with dget using this command:

dget -x 
https://mentors.debian.net/debian/pool/main/p/p4lang-pi/p4lang-pi_0.1.0+g202103250946~827907-1.dsc
 
<https://mentors.debian.net/debian/pool/main/p/p4lang-pi/p4lang-pi_0.1.0+g202103250946~827907-1.dsc>

More information about "p4lang-pi <https://github.com/p4lang/PI>" can be
obtained from https://github.com/p4lang/PI <https://github.com/p4lang/PI>.

Most recent changelog entry:

p4lang-pi (0.1.0+g202103250946~827907-1ppa1) unstable; urgency=medium

  * Self-made package

-- Thomas Dreibholz > Thu, 25 Mar 2021
10:46:15 +0100

-- 
Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

===
 Thomas Dreibholz

 SimulaMet -- Simula Metropolitan Centre for Digital Engineering
 Centre for Resilient Networks and Applications
 Pilestredet 52
 0167 Oslo, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===



OpenPGP_signature
Description: OpenPGP digital signature


Bug#985826: RFS: bm/1.14.0 [ITP]

2021-03-24 Thread Thomas Dreibholz
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "bm
<https://github.com/p4lang/behavioral-model>":

  * Package name: bm
Version: 1.14.0+g202103241242~119c4a
Upstream Author: Antonin Bas mailto:anto...@barefootnetworks.com>>
  * URL: https://github.com/p4lang/behavioral-model
<https://github.com/p4lang/behavioral-model>
  * License: Apache-2.0 GPL-3+
  * Section: net

This is the second version of the P4 software switch (also known as
behavioral model), nicknamed bmv2.

"bm <https://github.com/p4lang/behavioral-model>" builds these binary
packages:

  * p4lang-bmv2-bin - p4lang behavioral-model (binaries)
  * p4lang-bmv2-dev - p4lang behavioral-model
  * p4lang-bmv2-libs - p4lang behavioral-model (libraries)
  * p4lang-bmv2 - p4lang behavioral-model (metapackage)
  * python3-bmv2 - p4lang behavioral-model (Python libraries)

To access further information about this package, please visit the
following URL:
https://mentors.debian.net/package/bm
<https://mentors.debian.net/package/bm>.

Alternatively, one can download the package with dget using this command:

dget -x 
https://mentors.debian.net/debian/pool/main/b/bm/bm_1.14.0+g202103241242~119c4a.dsc
 
<https://mentors.debian.net/debian/pool/main/b/bm/bm_1.14.0+g202103241242~119c4a.dsc>

More information about "bm <https://github.com/p4lang/behavioral-model>"
can be obtained from https://github.com/p4lang/behavioral-model
<https://github.com/p4lang/behavioral-model>.

Most recent changelog entry:

bm (1.14.0+g202103241242~119c4a) unstable; urgency=medium

  * Self-made package

-- Thomas Dreibholz > Wed, 24 Mar 2021
13:42:22 +0100

-- 
Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

===
 Thomas Dreibholz

 SimulaMet -- Simula Metropolitan Centre for Digital Engineering
 Centre for Resilient Networks and Applications
 Pilestredet 52
 0167 Oslo, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===



OpenPGP_signature
Description: OpenPGP digital signature


Bug#982977: RFS: td-system-tools/1.1.5-1

2021-02-17 Thread Thomas Dreibholz
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "td-system-tools
<https://www.uni-due.de/~be0001/system-info/>":

  * Package name: td-system-tools
Version: 1.1.5-1
Upstream Author: Thomas Dreibholz mailto:dre...@iem.uni-due.de>>
  * URL: https://www.uni-due.de/~be0001/system-info/
  * License: GPL-3+
  * Section: utils

This package contains programs for printing basic system information and
for system maintenance. System-Info displays basic status information
about the system: hostname, uptime, CPU, memory statistics, disk space
statistics, SSH public key hashes, and networking information.
Furthermore, it can be configured to show one or more banners (for
example, a project name). System-Info can be configured to be
automatically run when logging in, providing the user an up-to-date
overview of the system. System-Maintenance runs basic system maintenance
tasks: trying to repair broken package management, updating the package
management databases, installing all available updates, checking for old
kernels and removing them, trim SSD or unmap unused storage.

"td-system-tools <https://www.uni-due.de/~be0001/system-info/>" builds
these binary packages:

  * td-system-configure-grub - Helper tool to adjust GRUB configuration
  * td-system-info - Print basic system information and banners
  * td-system-maintenance - Perform basic system maintenance
  * td-system-tools - Metapackage for system information and maintenance
tools

To access further information about this package, please visit the
following URL:
https://mentors.debian.net/package/td-system-tools.

Alternatively, one can download the package with dget using this command:

dget -x 
https://mentors.debian.net/debian/pool/main/t/td-system-tools/td-system-tools_1.1.5-1.dsc

More information about "td-system-tools
<https://www.uni-due.de/~be0001/system-info/>" can be obtained from
https://www.uni-due.de/~be0001/system-info/.

Most recent changelog entry:

td-system-tools (1.1.5-1ubuntu1) focal; urgency=medium

  * New upstream release.
  * debian/control: Updated standards version to 4.5.1.0.

-- Thomas Dreibholz > Wed, 17 Feb 2021
18:32:00 +0100

-- 
Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

=======
 Thomas Dreibholz

 SimulaMet -- Simula Metropolitan Centre for Digital Engineering
 Centre for Resilient Networks and Applications
 Pilestredet 52
 0167 Oslo, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===



signature.asc
Description: OpenPGP digital signature


Bug#982975: RFS: rsplib/3.2.7-1

2021-02-17 Thread Thomas Dreibholz
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "rsplib
<https://www.uni-due.de/~be0001/rserpool/download/>":

  * Package name: rsplib
Version: 3.2.7-1
Upstream Author: Thomas Dreibholz mailto:dre...@iem.uni-due.de>>
  * URL: https://www.uni-due.de/~be0001/rserpool/download/
  * License: GPL-3+
  * Section: net

RSPLIB is the Open Source implementation of the IETF Reliable Server
Pooling (RSerPool) architecture, a novel framework for pool and session
management. The Reliable Server Pooling (RSerPool) architecture (defined
by RFC 5351 to RFC 5356) is an overlay network framework to provide
server replication and session failover capabilities to its
applications. Server redundancy leads to load distribution and load
balancing, which are also covered by RSerPool. But in strong contrast to
other solutions in the area of cloud and high-performance computing, the
fundamental property of RSerPool is to be "lightweight", i.e. it can
also be used on devices providing only meagre memory and CPU resources
(e.g. embedded systems like telecommunications equipment or routers).

"rsplib <https://www.uni-due.de/~be0001/rserpool/download/>" builds
these binary packages:

  * libcpprspserver3 - C++ RSerPool client/server API library
  * libcpprspserver-dev - headers of the C++ RSerPool client/server API
library
  * librsplib3 - RSerPool client/server API library for session management
  * librsplib-dev - headers of the RSerPool client/server API library rsplib
  * rsplib-all - RSerPool implementation RSPLIB
  * rsplib-doc - documentation of the RSerPool implementation RSPLIB
  * rsplib-fgp-cfgfiles - RSerPool Fractal Generator Service example
input files
  * rsplib-registrar - RSerPool Registrar service
  * rsplib-services - RSerPool example services
  * rsplib-tools - RSerPool test tools

To access further information about this package, please visit the
following URL:
https://mentors.debian.net/package/rsplib.

Alternatively, one can download the package with dget using this command:

dget -x https://mentors.debian.net/debian/pool/main/r/rsplib/rsplib_3.2.7-1.dsc

More information about "rsplib
<https://www.uni-due.de/~be0001/rserpool/download/>" can be obtained
from https://www.uni-due.de/~be0001/rserpool/download/.

Most recent changelog entry:

rsplib (3.2.7-1ubuntu1) hirsute; urgency=medium

  * New upstream release.
  * debian/control: Updated standards version to 4.5.1.0.

-- Thomas Dreibholz > Sun, 14 Feb 2021
17:41:21 +0100

-- 
Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

=======
 Thomas Dreibholz

 SimulaMet -- Simula Metropolitan Centre for Digital Engineering
 Centre for Resilient Networks and Applications
 Pilestredet 52
 0167 Oslo, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===



signature.asc
Description: OpenPGP digital signature


Bug#961115: RFS: socketapi/2.2.18-1

2020-05-20 Thread Thomas Dreibholz
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "socketapi
<https://www.uni-due.de/~be0001/sctplib/>":

  * Package name: socketapi
Version: 2.2.18-1
Upstream Author: Thomas Dreibholz mailto:dre...@iem.uni-due.de>>
  * URL: https://www.uni-due.de/~be0001/sctplib/
  * License: GPL-3+
  * Section: net

SocketAPI is the socket API library for the SCTPLIB user-space SCTP
implementation.

"socketapi <https://www.uni-due.de/~be0001/sctplib/>" builds these
binary packages:

  * libsctpsocket2 - Socket API library for sctplib
  * libsctpsocket-dev - Development package for Socket-API

To access further information about this package, please visit the
following URL:
https://mentors.debian.net/package/socketapi.

Alternatively, one can download the package with dget using this command:

dget -x 
https://mentors.debian.net/debian/pool/main/s/socketapi/socketapi_2.2.18-1.dsc

More information about "socketapi
<https://www.uni-due.de/~be0001/sctplib/>" can be obtained from
https://www.uni-due.de/~be0001/sctplib/.

Most recent changelog entry:

socketapi (2:2.2.18-1ubuntu1) focal; urgency=medium

  * New upstream release.
  * debian/control: Updated standards version to 4.5.0.0.

-- Thomas Dreibholz > Fri, 07 Feb 2020
13:21:59 +0100

-- 
Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

=======
 Thomas Dreibholz

 Simula@OsloMet -- Simula Metropolitan Centre for Digital Engineering
 Centre for Resilient Networks and Applications
 Pilestredet 52
 0167 Oslo, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===



signature.asc
Description: OpenPGP digital signature


Bug#961114: RFS: sctplib/1.0.25-1

2020-05-20 Thread Thomas Dreibholz
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "sctplib
<https://www.uni-due.de/~be0001/sctplib/>":

  * Package name: sctplib
Version: 1.0.25-1
Upstream Author: Thomas Dreibholz mailto:dre...@iem.uni-due.de>>
  * URL: https://www.uni-due.de/~be0001/sctplib/
  * License: LGPL-3+
  * Section: net

The SCTPLIB library is a prototype implementation of the Stream Control
Transmission Protocol (SCTP), a message-oriented reliable transport
protocol that supports multi-homing, and multiple message streams
multiplexed within an SCTP connection (also named association). SCTP is
described in RFC 4960. See https://www.uni-due.de/~be0001/sctplib/ for
details. The API of the library is modeled after Section 10 of RFC 4960,
and most parameters and functions should be self-explanatory to the user
familiar with this document. In addition to these interface functions
between an Upper Layer Protocol (ULP) and an SCTP instance, the library
also provides a number of helper functions that can be used to manage
callbacks and timers, as well as UDP sockets for simple IPC.
Furthermore, SCTPLIB provides support for UDP encapsulation, making it
possible to co-exist with kernel SCTP implementations.

"sctplib <https://www.uni-due.de/~be0001/sctplib/>" builds these binary
packages:

  * libsctplib1 - User-space implementation of the SCTP protocol RFC 4960
  * libsctplib-dev - Headers and libraries of the user-space SCTP
implementation SCTPLIB
  * sctplib-doc - Documentation of the user-space SCTP implementation
SCTPLIB

To access further information about this package, please visit the
following URL:
https://mentors.debian.net/package/sctplib.

Alternatively, one can download the package with dget using this command:

dget -x 
https://mentors.debian.net/debian/pool/main/s/sctplib/sctplib_1.0.25-1.dsc

More information about "sctplib
<https://www.uni-due.de/~be0001/sctplib/>" can be obtained from
https://www.uni-due.de/~be0001/sctplib/.

Most recent changelog entry:

sctplib (1:1.0.25-1ubuntu1) focal; urgency=medium

  * New upstream release.
  * debian/control: Updated standards version to 4.5.0.0.

-- Thomas Dreibholz > Fri, 07 Feb 2020
13:21:57 +0100

-- 
Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

=======
 Thomas Dreibholz

 Simula@OsloMet -- Simula Metropolitan Centre for Digital Engineering
 Centre for Resilient Networks and Applications
 Pilestredet 52
 0167 Oslo, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===



signature.asc
Description: OpenPGP digital signature


Bug#961113: RFS: rsplib/3.2.5-1

2020-05-20 Thread Thomas Dreibholz
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "rsplib
<https://www.uni-due.de/~be0001/rserpool/download/>":

  * Package name: rsplib
Version: 3.2.5-1
Upstream Author: Thomas Dreibholz mailto:dre...@iem.uni-due.de>>
  * URL: https://www.uni-due.de/~be0001/rserpool/download/
  * License: GPL-3+
  * Section: net

RSPLIB is the Open Source implementation of the IETF Reliable Server
Pooling (RSerPool) architecture, a novel framework for pool and session
management. The Reliable Server Pooling (RSerPool) architecture (defined
by RFC 5351 to RFC 5356) is an overlay network framework to provide
server replication and session failover capabilities to its
applications. Server redundancy leads to load distribution and load
balancing, which are also covered by RSerPool. But in strong contrast to
other solutions in the area of cloud and high-performance computing, the
fundamental property of RSerPool is to be "lightweight", i.e. it can
also be used on devices providing only meagre memory and CPU resources
(e.g. embedded systems like telecommunications equipment or routers).

"rsplib <https://www.uni-due.de/~be0001/rserpool/download/>" builds
these binary packages:

  * libcpprspserver3 - C++ RSerPool client/server API library
  * libcpprspserver-dev - headers of the C++ RSerPool client/server API
library
  * librsplib3 - RSerPool client/server API library for session management
  * librsplib-dev - headers of the RSerPool client/server API library rsplib
  * rsplib-all - RSerPool implementation RSPLIB
  * rsplib-doc - documentation of the RSerPool implementation RSPLIB
  * rsplib-fgp-cfgfiles - RSerPool Fractal Generator Service example
input files
  * rsplib-registrar - RSerPool Registrar service
  * rsplib-services - RSerPool example services
  * rsplib-tools - RSerPool test tools

To access further information about this package, please visit the
following URL:
https://mentors.debian.net/package/rsplib.

Alternatively, one can download the package with dget using this command:

dget -x https://mentors.debian.net/debian/pool/main/r/rsplib/rsplib_3.2.5-1.dsc

More information about "rsplib
<https://www.uni-due.de/~be0001/rserpool/download/>" can be obtained
from https://www.uni-due.de/~be0001/rserpool/download/.

Most recent changelog entry:

rsplib (3.2.5-1ubuntu1) focal; urgency=medium

  * New upstream release.
  * debian/control: Updated standards version to 4.5.0.0.

-- Thomas Dreibholz > Fri, 07 Feb 2020
13:21:02 +0100

-- 
Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

=======
 Thomas Dreibholz

 Simula@OsloMet -- Simula Metropolitan Centre for Digital Engineering
 Centre for Resilient Networks and Applications
 Pilestredet 52
 0167 Oslo, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===



signature.asc
Description: OpenPGP digital signature


Bug#961112: RFS: nornet/1.4.8-1

2020-05-20 Thread Thomas Dreibholz
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "nornet <https://www.nntb.no>":

  * Package name: nornet
Version: 1.4.8-1
Upstream Author: Thomas Dreibholz mailto:dre...@simula.no>>
  * URL: https://www.nntb.no
  * License: CC-BY CC-BY-SA GPL-3+ MIT selected SIL-OFL
  * Section: net

NorNet is a testbed for multi-homed systems. This package contains the
management software for the testbed's infrastructure management software.

"nornet <https://www.nntb.no>" builds these binary packages:

  * nornet-api - API tools for the NorNet system environment
  * nornet-artwork - Artwork tools for the NorNet system environment
  * nornet-autoupdate - Auto Update tools for the NorNet system environment
  * nornet-database - Database tools for the NorNet system environment
  * nornet-development - Development tools for the NorNet system environment
  * nornet-display - Display tools for the NorNet system environment
  * nornet-filesrv - File Server tools for the NorNet system environment
  * nornet-gatekeeper - Gatekeeper tools for the NorNet system environment
  * nornet-management - Management tools for the NorNet system environment
  * nornet-monitor - Monitor tools for the NorNet system environment
  * nornet-node - Node Control tools for the NorNet system environment
  * nornet-server - Server tools for the NorNet system environment
  * nornet-timesrv - Time Server tools for the NorNet system environment
  * nornet-tunnelbox - Tunnelbox Control tools for the NorNet system
environment
  * nornet-websrv - Web Server tools for the NorNet system environment
  * nornet-wikisrv - Wiki Server tools for the NorNet system environment
  * nornet-x11 - X11 Login tools for the NorNet system environment

To access further information about this package, please visit the
following URL:
https://mentors.debian.net/package/nornet.

Alternatively, one can download the package with dget using this command:

dget -x https://mentors.debian.net/debian/pool/main/n/nornet/nornet_1.4.8-1.dsc

More information about "nornet <https://www.nntb.no>" can be obtained
from https://www.nntb.no.

Most recent changelog entry:

nornet (1.4.8-1ubuntu1) bionic; urgency=medium

  * New upstream release.
  * debian/control: Updated standards version to 4.5.0.2.

-- Thomas Dreibholz > Tue, 05 May 2020
13:16:54 +0200

-- 
Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

=======
 Thomas Dreibholz

 Simula@OsloMet -- Simula Metropolitan Centre for Digital Engineering
 Centre for Resilient Networks and Applications
 Pilestredet 52
 0167 Oslo, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===



signature.asc
Description: OpenPGP digital signature


Bug#939058: subnetcalc update

2020-05-18 Thread Thomas Dreibholz
Hi,

the bug is fixed in the updated version of the subnetcalc package, which
is on the Mentors server at:
https://mentors.debian.net/package/subnetcalc . It needs a Debian
sponsor for uploading.

-- 
Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

===
 Thomas Dreibholz

 Simula@OsloMet -- Simula Metropolitan Centre for Digital Engineering
 Centre for Resilient Networks and Applications
 Pilestredet 52
 0167 Oslo, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===




signature.asc
Description: OpenPGP digital signature


Bug#939768: gimp: After the last upgrade, GIMP crashes when creating a new image or opening an existing one.

2019-09-17 Thread Thomas Dreibholz
Hi,

I can confirm that the issue gets fixed by installing libgegl-0.4-0
0.4.14-2 from "unstable" over 0.4.12-2 from "testing".

-- 
Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

=======
 Thomas Dreibholz

 Simula@OsloMet -- Simula Metropolitan Centre for Digital Engineering
 Centre for Resilient Networks and Applications
 Pilestredet 52
 0167 Oslo, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===



signature.asc
Description: OpenPGP digital signature


Bug#914336: netperfmeter: bogus debian/tests/control file

2019-09-10 Thread Thomas Dreibholz
Hi,

Den 22.11.2018 13:15, skrev Paul Gevers:
> Source: netperfmeter
> Version: 1.8.0-1
> X-Debbugs-CC: debian...@lists.debian.org
> User: debian...@lists.debian.org
> Usertags: issue
> 
> Dear maintainer,
> 
> Recently you added (or at least you tried to add) an autopkgtest to you
> package. However, the current content of debian/tests/control is bogus.
> 
> Please read the spec [1] and adapt the control file or drop the file if
> you didn't intent to add a test.

The problem is solved in the latest upstream version 1.8.5. I created an
updated package on the mentors server:
https://mentors.debian.net/package/netperfmeter . It requires a Debian
sponsor to upload it.

-- 
Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

=======
 Thomas Dreibholz

 Simula@OsloMet -- Simula Metropolitan Centre for Digital Engineering
 Centre for Resilient Networks and Applications
 Pilestredet 52
 0167 Oslo, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===



signature.asc
Description: OpenPGP digital signature


Bug#914336: netperfmeter: bogus debian/tests/control file

2019-09-10 Thread Thomas Dreibholz
Hi,

the problem is solved in the latest upstream version 1.8.5. I created an
updated package on the mentors server:
https://mentors.debian.net/package/netperfmeter . It requires a Debian
sponsor to upload it.

Den 22.11.2018 13:15, skrev Paul Gevers:
> Source: netperfmeter
> Version: 1.8.0-1
> X-Debbugs-CC: debian...@lists.debian.org
> User: debian...@lists.debian.org
> Usertags: issue
> 
> Dear maintainer,
> 
> Recently you added (or at least you tried to add) an autopkgtest to you
> package. However, the current content of debian/tests/control is bogus.
> 
> Please read the spec [1] and adapt the control file or drop the file if
> you didn't intent to add a test.
> 
> Paul
> 
> [1]
> https://salsa.debian.org/ci-team/autopkgtest/raw/master/doc/README.package-tests.rst

-- 
Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

=======
 Thomas Dreibholz

 Simula@OsloMet -- Simula Metropolitan Centre for Digital Engineering
 Centre for Resilient Networks and Applications
 Pilestredet 52
 0167 Oslo, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===



signature.asc
Description: OpenPGP digital signature


Bug#939947: RFS: netperfmeter/1.8.5-1

2019-09-10 Thread Thomas Dreibholz
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "netperfmeter":

Package name: netperfmeter
Version: 1.8.5-1
Upstream Author: Thomas Dreibholz 
URL: https://www.uni-due.de/~be0001/netperfmeter/
License: GPL-3+
Section: net

NetPerfMeter is a network performance meter for the UDP, TCP, MPTCP,
SCTP and DCCP transport protocols over IPv4 and IPv6. It simultaneously
transmits bidirectional flows to an endpoint and measures the resulting
flow bandwidths and QoS. The results are written as vector and scalar
files. The vector files can e.g. be used to create plots of the results.

"netperfmeter" builds these binary packages:

netperfmeter - Network Performance Meter (measurement program)
netperfmeter-plotting - Network Performance Meter (plotting program)
pdfproctools - PDF Processing Tools

To access further information about this package, please visit the
following URL:
https://mentors.debian.net/package/netperfmeter.

Alternatively, one can download the package with dget using this command:

dget -x
https://mentors.debian.net/debian/pool/main/n/netperfmeter/netperfmeter_1.8.5-1.dsc

More information about "netperfmeter" can be obtained from
https://www.uni-due.de/~be0001/netperfmeter/.

Most recent changelog entry:

netperfmeter (1.8.5-1ubuntu1) eoan; urgency=medium

New upstream release.
Renamed pdfmetadata to setpdfmetadata (Closes: #914333).
Added missing test script (Closes: #914336).

-- Thomas Dreibholz  Tue, 10 Sep 2019 14:46:09 +0300

-- 
Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

=======
 Thomas Dreibholz

 Simula@OsloMet -- Simula Metropolitan Centre for Digital Engineering
 Centre for Resilient Networks and Applications
 Pilestredet 52
 0167 Oslo, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===



signature.asc
Description: OpenPGP digital signature


Bug#935897: RFS: netperfmeter/1.8.4-1

2019-08-27 Thread Thomas Dreibholz
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "netperfmeter
<https://www.uni-due.de/~be0001/netperfmeter/>":

  * Package name: netperfmeter
Version: 1.8.4-1
Upstream Author: Thomas Dreibholz mailto:dre...@iem.uni-due.de>>
  * URL: https://www.uni-due.de/~be0001/netperfmeter/
  * License: GPL-3+
  * Section: net

NetPerfMeter is a network performance meter for the UDP, TCP, MPTCP,
SCTP and DCCP transport protocols over IPv4 and IPv6. It simultaneously
transmits bidirectional flows to an endpoint and measures the resulting
flow bandwidths and QoS. The results are written as vector and scalar
files. The vector files can e.g. be used to create plots of the results.

"netperfmeter <https://www.uni-due.de/~be0001/netperfmeter/>" builds
these binary packages:

  * netperfmeter - Network Performance Meter (measurement program)
  * netperfmeter-plotting - Network Performance Meter (plotting program)
  * pdfproctools - PDF Processing Tools

To access further information about this package, please visit the
following URL:
https://mentors.debian.net/package/netperfmeter.

Alternatively, one can download the package with dget using this command:

dget -x 
https://mentors.debian.net/debian/pool/main/n/netperfmeter/netperfmeter_1.8.4-1.dsc

More information about "netperfmeter
<https://www.uni-due.de/~be0001/netperfmeter/>" can be obtained from
https://www.uni-due.de/~be0001/netperfmeter/.

Most recent changelog entry:

netperfmeter (1.8.4-1ubuntu1) disco; urgency=medium

  * New upstream release.
  * Closes: #914333

-- Thomas Dreibholz > Wed, 07 Aug 2019
18:14:15 +0200

-- 
Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

=======
 Thomas Dreibholz

 Simula Research Laboratory A/S
 SimulaMet — Simula Metropolitan Centre for Digital Engineering
 Centre for Resilient Networks and Applications
 Pilestredet 52
 0167 Oslo, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===



signature.asc
Description: OpenPGP digital signature


Bug#934299: RFS: socketapi/2.2.15-1

2019-08-09 Thread Thomas Dreibholz
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "socketapi
<https://www.uni-due.de/~be0001/sctplib/>":

  * Package name: socketapi
Version: 2.2.15-1
Upstream Author: Thomas Dreibholz mailto:dre...@iem.uni-due.de>>
  * URL: https://www.uni-due.de/~be0001/sctplib/
  * License: GPL-3+
  * Section: net

SocketAPI is the socket API library for the SCTPLIB user-space SCTP
implementation.

"socketapi <https://www.uni-due.de/~be0001/sctplib/>" builds these
binary packages:

  * libsctpsocket2 - Socket API library for sctplib
  * libsctpsocket-dev - Development package for Socket-API

To access further information about this package, please visit the
following URL:
https://mentors.debian.net/package/socketapi.

Alternatively, one can download the package with dget using this command:

dget -x 
https://mentors.debian.net/debian/pool/main/s/socketapi/socketapi_2.2.15-1.dsc

More information about "socketapi
<https://www.uni-due.de/~be0001/sctplib/>" can be obtained from
https://www.uni-due.de/~be0001/sctplib/.

Most recent changelog entry:

-- 

Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

=======
 Thomas Dreibholz

 Simula Research Laboratory A/S
 SimulaMet — Simula Metropolitan Centre for Digital Engineering
 Centre for Resilient Networks and Applications
 Pilestredet 52
 0167 Oslo, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===



signature.asc
Description: OpenPGP digital signature


Bug#934298: RFS: tsctp/0.7.3-1

2019-08-09 Thread Thomas Dreibholz
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "tsctp
<https://www.uni-due.de/~be0001/tsctp/>":

  * Package name: tsctp
Version: 0.7.3-1
Upstream Author: Michael Tüxen mailto:tue...@fh-muenster.de>>
  * URL: https://www.uni-due.de/~be0001/tsctp/
  * License: BSD-3-clause GPL-3+
  * Section: net

TSCTP is an SCTP test tool. Its purpose is to perform basic SCTP
functionality tests to check implementations interoperability and to
verify that the SCTP stack is working.

"tsctp <https://www.uni-due.de/~be0001/tsctp/>" builds these binary
packages:

  * tsctp - SCTP Test Tool

To access further information about this package, please visit the
following URL:
https://mentors.debian.net/package/tsctp.

Alternatively, one can download the package with dget using this command:

dget -x https://mentors.debian.net/debian/pool/main/t/tsctp/tsctp_0.7.3-1.dsc

More information about "tsctp <https://www.uni-due.de/~be0001/tsctp/>"
can be obtained from https://www.uni-due.de/~be0001/tsctp/.

-- 

Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

=======
 Thomas Dreibholz

 Simula Research Laboratory A/S
 SimulaMet — Simula Metropolitan Centre for Digital Engineering
 Centre for Resilient Networks and Applications
 Pilestredet 52
 0167 Oslo, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===



signature.asc
Description: OpenPGP digital signature


Bug#934297: RFS: bibtexconv/1.1.16-1

2019-08-09 Thread Thomas Dreibholz
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "bibtexconv
<https://www.uni-due.de/~be0001/bibtexconv/>":

  * Package name: bibtexconv
Version: 1.1.16-1
Upstream Author: Thomas Dreibholz mailto:dre...@iem.uni-due.de>>
  * URL: https://www.uni-due.de/~be0001/bibtexconv/
  * License: GPL-3+
  * Section: tex

BibTeXConv is a BibTeX file converter which allows to export BibTeX
entries to other formats, including customly defined text output.
Furthermore, it provides the possibility to check URLs (including MD5,
size and MIME type computations) and to verify ISBN and ISSN numbers.

"bibtexconv <https://www.uni-due.de/~be0001/bibtexconv/>" builds these
binary packages:

  * bibtexconv - BibTeX Converter
  * ietf2bibtex - Create BibTeX entry for IETF document (RFC or Internet
Draft)

To access further information about this package, please visit the
following URL:
https://mentors.debian.net/package/bibtexconv.

Alternatively, one can download the package with dget using this command:

dget -x 
https://mentors.debian.net/debian/pool/main/b/bibtexconv/bibtexconv_1.1.16-1.dsc

More information about "bibtexconv
<https://www.uni-due.de/~be0001/bibtexconv/>" can be obtained from
https://www.uni-due.de/~be0001/bibtexconv/.

Most recent changelog entry:

bibtexconv (1.1.16-1ubuntu1) disco; urgency=medium

  * New upstream release.
  * debian/control: Updated standards version to 4.4.0.1.

-- Thomas Dreibholz > Wed, 07 Aug 2019
17:40:55 +0200

-- 
Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

=======
 Thomas Dreibholz

 Simula Research Laboratory A/S
 SimulaMet — Simula Metropolitan Centre for Digital Engineering
 Centre for Resilient Networks and Applications
 Pilestredet 52
 0167 Oslo, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===



signature.asc
Description: OpenPGP digital signature


Bug#934224: RFS: subnetcalc/2.4.13-1

2019-08-08 Thread Thomas Dreibholz
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "subnetcalc
<https://www.uni-due.de/~be0001/subnetcalc/>":

  * Package name: subnetcalc
Version: 2.4.13-1
Upstream Author: Thomas Dreibholz mailto:dre...@iem.uni-due.de>>
  * URL: https://www.uni-due.de/~be0001/subnetcalc/
  * License: GPL-3+
  * Section: net

SubNetCalc is an IPv4/IPv6 subnet address calculator. For given IPv4 or
IPv6 address and netmask or prefix length, it calculates network
address, broadcast address, maximum number of hosts and host address
range. The output is colourized for better readability (e.g. network
part, host part). Also, it prints the addresses in binary format for
better understandability. Furthermore, it can identify the address type
(e.g. multicast, unique local, site local, etc.) and extract additional
information from the address (e.g. type, scope, interface ID, etc.).
Finally, it can generate IPv6 unique local prefixes.

"subnetcalc <https://www.uni-due.de/~be0001/subnetcalc/>" builds these
binary packages:

  * subnetcalc - IPv4/IPv6 Subnet Calculator

To access further information about this package, please visit the
following URL:
https://mentors.debian.net/package/subnetcalc.

Alternatively, one can download the package with dget using this command:

dget -x 
https://mentors.debian.net/debian/pool/main/s/subnetcalc/subnetcalc_2.4.13-1.dsc

More information about "subnetcalc
<https://www.uni-due.de/~be0001/subnetcalc/>" can be obtained from
https://www.uni-due.de/~be0001/subnetcalc/.

Most recent changelog entry:

subnetcalc (2.4.13-1ubuntu1) eoan; urgency=medium

  * New upstream release.

-- Thomas Dreibholz > Wed, 07 Aug 2019
17:40:55 +0200

-- 
Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

=======
 Thomas Dreibholz

 Simula Research Laboratory A/S
 SimulaMet — Simula Metropolitan Centre for Digital Engineering
 Centre for Resilient Networks and Applications
 Pilestredet 52
 0167 Oslo, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===



signature.asc
Description: OpenPGP digital signature


Bug#934223: RFS: rsplib/3.2.4-1

2019-08-08 Thread Thomas Dreibholz
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "rsplib
<https://www.uni-due.de/~be0001/rserpool/download/>":

  * Package name: rsplib
Version: 3.2.4-1
Upstream Author: Thomas Dreibholz mailto:dre...@iem.uni-due.de>>
  * URL: https://www.uni-due.de/~be0001/rserpool/download/
  * License: GPL-3+
  * Section: net

rsplib is the Open Source implementation of the IETF Reliable Server
Pooling (RSerPool) architecture, a novel framework for pool and session
management. The Reliable Server Pooling (RSerPool) architecture (defined
by RFC 5351 to RFC 5356) is an overlay network framework to provide
server replication and session failover capabilities to its
applications. Server redundancy leads to load distribution and load
balancing, which are also covered by RSerPool. But in strong contrast to
other solutions in the area of GRID and high-performance computing, the
fundamental property of RSerPool is to be "lightweight", i.e. it can
also be used on devices providing only meagre memory and CPU resources
(e.g. embedded systems like telecommunications equipment or routers).

"rsplib <https://www.uni-due.de/~be0001/rserpool/download/>" builds
these binary packages:

  * libcpprspserver3 - C++ RSerPool client/server API library
  * libcpprspserver-dev - headers of the C++ RSerPool client/server API
library
  * librsplib3 - RSerPool client/server API library for session management
  * librsplib-dev - headers of the RSerPool client/server API library rsplib
  * rsplib-all - RSerPool implementation RSPLIB
  * rsplib-doc - documentation of the RSerPool implementation RSPLIB
  * rsplib-fgp-cfgfiles - RSerPool Fractal Generator Service example
input files
  * rsplib-registrar - RSerPool Registrar service
  * rsplib-services - RSerPool example services
  * rsplib-tools - RSerPool test tools

To access further information about this package, please visit the
following URL:
https://mentors.debian.net/package/rsplib.

Alternatively, one can download the package with dget using this command:

dget -x https://mentors.debian.net/debian/pool/main/r/rsplib/rsplib_3.2.4-1.dsc

More information about "rsplib
<https://www.uni-due.de/~be0001/rserpool/download/>" can be obtained
from https://www.uni-due.de/~be0001/rserpool/download/.

Most recent changelog entry:

rsplib (3.2.4-1ubuntu1) unstable; urgency=medium

  * New upstream release.

-- Thomas Dreibholz > Wed, 07 Aug 2019
17:40:55 +0200

-- 
Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

=======
 Thomas Dreibholz

 Simula Research Laboratory A/S
 SimulaMet — Simula Metropolitan Centre for Digital Engineering
 Centre for Resilient Networks and Applications
 Pilestredet 52
 0167 Oslo, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===



signature.asc
Description: OpenPGP digital signature


Bug#914333: pdfproctools: fails to install (conflict with origami-pdf)

2019-08-07 Thread Thomas Dreibholz
Hi,

the bug is fixed in the current version of NetPerfMeter. I created an
up-to-date package on the mentors.debian.net:
https://mentors.debian.net/package/netperfmeter . It needs a Debian
sponsor for upload.

On Thu, 22 Nov 2018 09:37:31 +0100 Jacek Politowski  wrote:

> Package: pdfproctools
> Version: 1.8.0-1
> Severity: important
>
> Dear Maintainer,
>
> pdfproctools fails to install due to conflicting
"/usr/bin/pdfmetadata" file
> which exists also in "origami-pdf" package.
>
> -- System Information:
> Debian Release: buster/sid
> APT prefers unstable
> APT policy: (500, 'unstable'), (1, 'experimental')
> Architecture: amd64 (x86_64)
> Foreign Architectures: i386
>
> Kernel: Linux 4.18.0-2-amd64 (SMP w/4 CPU cores)
> Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8),
LANGUAGE=pl_PL.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
> Init: systemd (via /run/systemd/system)
> LSM: AppArmor: enabled
>
> Versions of packages pdfproctools depends on:
> ii ghostscript 9.26~dfsg-1
> ii libpdf-api2-perl 2.033-1
> ii perl 5.28.0-4
> ii qpdf 8.2.1-1
>
> pdfproctools recommends no packages.
>
> pdfproctools suggests no packages.
>
>

-- 
Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

===
 Thomas Dreibholz

 Simula Research Laboratory A/S
 SimulaMet — Simula Metropolitan Centre for Digital Engineering
 Centre for Resilient Networks and Applications
 Pilestredet 52
 0167 Oslo, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===




signature.asc
Description: OpenPGP digital signature


Bug#934157: RFS: netperfmeter/1.8.4~rc1.1-1

2019-08-07 Thread Thomas Dreibholz
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "netperfmeter
<https://www.uni-due.de/~be0001/netperfmeter/>":

  * Package name: netperfmeter
Version: 1.8.4~rc1.1-1
Upstream Author: Thomas Dreibholz mailto:dre...@iem.uni-due.de>>
  * URL: https://www.uni-due.de/~be0001/netperfmeter/
  * License: GPL-3+
  * Section: net

NetPerfMeter is a network performance meter for the UDP, TCP, MPTCP,
SCTP and DCCP transport protocols over IPv4 and IPv6. It simultaneously
transmits bidirectional flows to an endpoint and measures the resulting
flow bandwidths and QoS. The results are written as vector and scalar
files. The vector files can e.g. be used to create plots of the results.

"netperfmeter <https://www.uni-due.de/~be0001/netperfmeter/>" builds
these binary packages:

  * netperfmeter - Network Performance Meter (measurement program)
  * netperfmeter-plotting - Network Performance Meter (plotting program)
  * pdfproctools - PDF Processing Tools

To access further information about this package, please visit the
following URL:
https://mentors.debian.net/package/netperfmeter.

Alternatively, one can download the package with dget using this command:

dget -x 
https://mentors.debian.net/debian/pool/main/n/netperfmeter/netperfmeter_1.8.4~rc1.1-1.dsc

More information about "netperfmeter
<https://www.uni-due.de/~be0001/netperfmeter/>" can be obtained from
https://www.uni-due.de/~be0001/netperfmeter/.

Most recent changelog entry:

netperfmeter (1.8.4~rc1.1-1ubuntu1) disco; urgency=medium

  * New upstream release (Closes: #914333).

-- Thomas Dreibholz > Wed, 07 Aug 2019
17:10:13 +0200

-- 
Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

=======
 Thomas Dreibholz

 Simula Research Laboratory A/S
 SimulaMet — Simula Metropolitan Centre for Digital Engineering
 Centre for Resilient Networks and Applications
 Pilestredet 52
 0167 Oslo, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===



signature.asc
Description: OpenPGP digital signature


Bug#934156: RFS: sctplib/1.0.23~rc0-1 [ITP]

2019-08-07 Thread Thomas Dreibholz
Package: wnpp
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "sctplib
<https://www.uni-due.de/~be0001/sctplib/>":

  * Package name: sctplib
Version: 1.0.23~rc0-1
Upstream Author: Thomas Dreibholz mailto:dre...@iem.uni-due.de>>
  * URL: https://www.uni-due.de/~be0001/sctplib/
  * License: LGPL-3+
  * Section: net

The SCTPLIB library is a prototype implementation of the Stream Control
Transmission Protocol (SCTP), a message-oriented reliable transport
protocol that supports multi-homing, and multiple message streams
multiplexed within an SCTP connection (also named association). SCTP is
described in RFC 4960. See https://www.uni-due.de/~be0001/sctplib/ for
details. The API of the library is modeled after Section 10 of RFC 4960,
and most parameters and functions should be self-explanatory to the user
familiar with this document. In addition to these interface functions
between an Upper Layer Protocol (ULP) and an SCTP instance, the library
also provides a number of helper functions that can be used to manage
callbacks and timers, as well as UDP sockets for simple IPC.
Furthermore, SCTPLIB provides support for UDP encapsulation, making it
possible to co-exist with kernel SCTP implementations.

"sctplib <https://www.uni-due.de/~be0001/sctplib/>" builds these binary
packages:

  * libsctplib1 - User-space implementation of the SCTP protocol RFC 4960
  * libsctplib-dev - Headers and libraries of the user-space SCTP
implementation SCTPLIB
  * sctplib-doc - Documentation of the user-space SCTP implementation
SCTPLIB

To access further information about this package, please visit the
following URL:
https://mentors.debian.net/package/sctplib.

Alternatively, one can download the package with dget using this command:

dget -x 
https://mentors.debian.net/debian/pool/main/s/sctplib/sctplib_1.0.23~rc0-1.dsc

More information about "sctplib
<https://www.uni-due.de/~be0001/sctplib/>" can be obtained from
https://www.uni-due.de/~be0001/sctplib/.

Most recent changelog entry:

sctplib (1:1.0.23~rc0-1ubuntu1) unstable; urgency=medium

  * New upstream version.
  * Initial Debian release (Closes: #934049).

-- Thomas Dreibholz > Wed, 07 Aug 2019
16:18:41 +0200

-- 
Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

=======
 Thomas Dreibholz

 Simula Research Laboratory A/S
 SimulaMet — Simula Metropolitan Centre for Digital Engineering
 Centre for Resilient Networks and Applications
 Pilestredet 52
 0167 Oslo, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===



signature.asc
Description: OpenPGP digital signature


Bug#934153: RFS: hipercontracer/1.4.5~rc4-1 [ITP]

2019-08-07 Thread Thomas Dreibholz
Package: wnpp
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "hipercontracer
<https://www.uni-due.de/~be0001/hipercontracer>":

  * Package name: hipercontracer
Version: 1.4.5~rc4-1
Upstream Author: Thomas Dreibholz mailto:dre...@iem.uni-due.de>>
  * URL: https://www.uni-due.de/~be0001/hipercontracer
  * License: GPL-3+
  * Section: net

High-Performance Connectivity Tracer (HiPerConTracer) is a
ping/traceroute service. It performs regular ping and traceroute runs
among sites and can export the results into an SQL or Non-SQL database.

"hipercontracer <https://www.uni-due.de/~be0001/hipercontracer>" builds
these binary packages:

  * hipercontracer - Command-line programs for HiPerConTracer
  * hipercontracer-trigger - Triggered HiPerConTracer service
  * libhipercontracer1 - API library of HiPerConTracer
  * libhipercontracer-dev - Development files for HiPerConTracer API library

To access further information about this package, please visit the
following URL:
https://mentors.debian.net/package/hipercontracer.

Alternatively, one can download the package with dget using this command:

dget -x 
https://mentors.debian.net/debian/pool/main/h/hipercontracer/hipercontracer_1.4.5~rc4-1.dsc

More information about "hipercontracer
<https://www.uni-due.de/~be0001/hipercontracer>" can be obtained from
https://www.uni-due.de/~be0001/hipercontracer.

Most recent changelog entry:

hipercontracer (1.4.5~rc4-1ubuntu1) unstable; urgency=medium

  * New upstream release.
  * debian/control: Updated standards version to 4.4.0.1.
  * Closes: #934057 (ITP).

-- Thomas Dreibholz > Wed, 07 Aug 2019
10:00:50 +0200

-- 
Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

=======
 Thomas Dreibholz

 Simula Research Laboratory A/S
 SimulaMet — Simula Metropolitan Centre for Digital Engineering
 Centre for Resilient Networks and Applications
 Pilestredet 52
 0167 Oslo, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===



signature.asc
Description: OpenPGP digital signature


Bug#934057: RFS: hipercontracer/1.4.4-1 [ITP]

2019-08-06 Thread Thomas Dreibholz
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "hipercontracer
<https://www.uni-due.de/~be0001/hipercontracer>":

  * Package name: hipercontracer
Version: 1.4.4-1
Upstream Author: Thomas Dreibholz mailto:dre...@iem.uni-due.de>>
  * URL: https://www.uni-due.de/~be0001/hipercontracer
  * License: GPL-3+
  * Section: net

High-Performance Connectivity Tracer (HiPerConTracer) is a
ping/traceroute service. It performs regular ping and traceroute runs
among sites and can export the results into an SQL or Non-SQL database.

"hipercontracer <https://www.uni-due.de/~be0001/hipercontracer>" builds
these binary packages:

  * hipercontracer - HiPerConTracer command-line programs
  * hipercontracer-trigger - HiPerConTracer trigger tool
  * libhipercontracer1 - HiPerConTracer library
  * libhipercontracer-dev - HiPerConTracer library development files

To access further information about this package, please visit the
following URL:
https://mentors.debian.net/package/hipercontracer.

Alternatively, one can download the package with dget using this command:

dget -x 
https://mentors.debian.net/debian/pool/main/h/hipercontracer/hipercontracer_1.4.4-1.dsc

More information about "hipercontracer
<https://www.uni-due.de/~be0001/hipercontracer>" can be obtained from
https://www.uni-due.de/~be0001/hipercontracer.

-- 

Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

=======
 Thomas Dreibholz

 Simula Research Laboratory A/S
 SimulaMet — Simula Metropolitan Centre for Digital Engineering
 Centre for Resilient Networks and Applications
 Pilestredet 52
 0167 Oslo, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===



signature.asc
Description: OpenPGP digital signature


Bug#934049: Subject: RFS: sctplib/1.0.22-1

2019-08-06 Thread Thomas Dreibholz
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "sctplib
<https://www.uni-due.de/~be0001/sctplib/>":

  * Package name: sctplib
Version: 1.0.22-1
Upstream Author: Thomas Dreibholz mailto:dre...@iem.uni-due.de>>
  * URL: https://www.uni-due.de/~be0001/sctplib/
  * License: LGPL-3
  * Section: net

The SCTPLIB library is a prototype implementation of the Stream Control
Transmission Protocol (SCTP), a message-oriented reliable transport
protocol that supports multi-homing, and multiple message streams
multiplexed within an SCTP connection (also named association). SCTP is
described in RFC 4960. See https://www.uni-due.de/~be0001/sctplib/ for
details. The API of the library is modeled after Section 10 of RFC 4960,
and most parameters and functions should be self-explanatory to the user
familiar with this document. In addition to these interface functions
between an Upper Layer Protocol (ULP) and an SCTP instance, the library
also provides a number of helper functions that can be used to manage
callbacks and timers, as well as UDP sockets for simple IPC.
Furthermore, SCTPLIB provides support for UDP encapsulation, making it
possible to co-exist with kernel SCTP implementations.

"sctplib <https://www.uni-due.de/~be0001/sctplib/>" builds these binary
packages:

  * libsctplib1 - User-space implementation of the SCTP protocol RFC 4960
  * libsctplib-dev - Headers and libraries of the user-space SCTP
implementation SCTPLIB
  * sctplib-docs - Documentation of the user-space SCTP implementation
SCTPLIB

To access further information about this package, please visit the
following URL:
https://mentors.debian.net/package/sctplib.

Alternatively, one can download the package with dget using this command:

dget -x 
https://mentors.debian.net/debian/pool/main/s/sctplib/sctplib_1.0.22-1.dsc

More information about "sctplib
<https://www.uni-due.de/~be0001/sctplib/>" can be obtained from
https://www.uni-due.de/~be0001/sctplib/.

-- 

-- 
Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

=======
 Thomas Dreibholz

 Simula Research Laboratory A/S
 SimulaMet — Simula Metropolitan Centre for Digital Engineering
 Centre for Resilient Networks and Applications
 Pilestredet 52
 0167 Oslo, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===



signature.asc
Description: OpenPGP digital signature


Bug#501456: dpkg-deb: Add new option --compress-program=

2018-12-13 Thread Thomas Dreibholz
Hi,

is there any progress on this bug? On a recent 72-core system, a kernel
can be build in a few minutes with "make deb-pkg". But dpkg-deb takes
~45 minutes just to pack everything in a single thread. It would be
really nice to get the patch merged.

-- 

-- 
Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

=======
 Thomas Dreibholz

 Simula@OsloMet -- Simula Metropolitan Centre for Digital Engineering
 Centre for Resilient Networks and Applications
 Pilestredet 52
 0167 Oslo, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===




signature.asc
Description: OpenPGP digital signature


Bug#846329: RFS: tsctp/0.6.3-1

2016-11-30 Thread Thomas Dreibholz
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "tsctp"

* Package name  : tsctp
Version : 0.6.3-1
Upstream Author : Michael Tüxen 
* URL   : https://www.uni-due.de/~be0001/tsctp/
* License   : BSD
Section : net

It builds those binary packages:

 tsctp - SCTP Test Tool

To access further information about this package, please visit the following 
URL:

https://mentors.debian.net/package/tsctp


Alternatively, one can download the package with dget using this command:

 dget -x https://mentors.debian.net/debian/pool/main/t/tsctp/tsctp_0.6.3-1.dsc


signature.asc
Description: This is a digitally signed message part.


Bug#846327: RFS: bibtexconv/1.1.7-1

2016-11-30 Thread Thomas Dreibholz
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "bibtexconv"

BibTeXConv is a BibTeX file converter which allows to export
BibTeX entries to other formats, including customly defined
text output. Furthermore, it provides the possibility to
check URLs (including MD5, size and MIME type computations)
and to verify ISBN and ISSN numbers.


Details can be found at: https://www.uni-due.de/~be0001/bibtexconv/ .

* Package name  : bibtexconv
Version : 1.1.7-1
Upstream Author : Thomas Dreibholz <dre...@iem.uni-due.de>
* URL   : https://www.uni-due.de/~be0001/bibtexconv/
* License   : GPL, version 3
Section : tex

It builds those binary packages:

 bibtexconv - BibTeX Converter
 ietf2bibtex - Create BibTeX entry for IETF document (RFC or Internet Draft)

To access further information about this package, please visit the following 
URL:

https://mentors.debian.net/package/bibtexconv


Alternatively, one can download the package with dget using this command:

 dget -x 
https://mentors.debian.net/debian/pool/main/b/bibtexconv/bibtexconv_1.1.7-1.dsc


Regards,
Thomas


signature.asc
Description: This is a digitally signed message part.


Bug#846325: RFS: netperfmeter/1.6.1-1

2016-11-30 Thread Thomas Dreibholz
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "netperfmeter"

NetPerfMeter is a network performance meter for the UDP,
TCP, MPTCP, SCTP and DCCP transport protocols over IPv4 and
IPv6. It simultaneously transmits bidirectional flows to an
endpoint and measures the resulting flow bandwidths and QoS.
The results are written as vector and scalar files. The vector
files can e.g. be used to create plots of the results.

Details can be found at: https://www.uni-due.de/~be0001/netperfmeter/ .

* Package name  : netperfmeter
Version : 1.6.1-1
Upstream Author : [fill in name and email of upstream]
* URL   : https://www.uni-due.de/~be0001/netperfmeter/
* License   : GPL, version 3
Section : net

It builds those binary packages:

 netperfmeter - Network Performance Meter

To access further information about this package, please visit the following 
URL:

https://mentors.debian.net/package/netperfmeter

Alternatively, one can download the package with dget using this command:

 dget -x 
https://mentors.debian.net/debian/pool/main/n/netperfmeter/netperfmeter_1.6.1-1.dsc

 
Regards,
Thomas


signature.asc
Description: This is a digitally signed message part.


Bug#841179: nslint bug: unknown RR types SSHFP and LOC

2016-10-18 Thread Thomas Dreibholz
Package: nslint
Version: 3.0a2

I just noticed a bug in nslint: It reports SSHFP and LOC RRs as unknown.
nslint: /var/cache/bind//etc/bind/alpha.test.db:662 Unknown record type "sshfp"
nslint: /var/cache/bind//etc/bind/alpha.test.db:680 Unknown record type "loc"

Both RRs are well-known types defined in RFCs:
LOC -> RFC 1876 -> https://tools.ietf.org/html/rfc1876
SSHFP -> RFC 4255 -> https://tools.ietf.org/html/rfc4255

-- 
Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

=======
 Thomas Dreibholz

 Simula Research Laboratory
 Simula Innovation AS, Network Systems Group
 Visiting address: Martin Linges vei 17, 1364 Fornebu, Norway
 Mailing address:  P.O.Box 134, 1325 Lysaker, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===


signature.asc
Description: This is a digitally signed message part.


Bug#829081: RFS: python3-adns/1.2.3-1 [ITP, NMU] -- A Python-3 port of the python-adns package

2016-07-15 Thread Thomas Dreibholz
Hi Gianfranco,

Torsdag 30. juni 2016 13.56.15 skrev Gianfranco Costamagna:
> control: owner -1 !
> control: tags -1 moreinfo
> 
> Hi,
> 
> >I am looking for a sponsor for my package "python3-adns". This package is a 
> >Debian packaging of the Python 3 port of python-adns, found at 
> >>https://mentors.debian.net/sponsors/rfs-howto/python3-adns, with minor 
> >fixes. My sources are at https://github.com/dreibh/python3-adns/ . I needed 
> >a Python 3 port >of python-adns, so I packaged this port. It is probably 
> >useful for other Debian users as well.
> 
> 
> https://packages.qa.debian.org/p/python-adns.html
> there is already a python-adns, why can't you patch/update the source to work 
> and provide both python
> bindings?
> I admit I have strong feelings about having two different sources, specially 
> because
> the Python3 code can easily work with Python2 too.
> (at least in my knowledge experience)

Merging the Python 3 modifications into the Python 2 code would mean to make a 
lot of changes to the stable Python 2 code. There is a high likeliness that the 
currently stable Python 2 code would not work correctly in some rare cases any 
more. So, it is better to leave the stable Python 2 package as is, and create a 
separate Python 3 package -- as it is also done for a lot of other packages.

-- 
Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

===
 Thomas Dreibholz

 Simula Research Laboratory
 Simula Innovation AS, Network Systems Group
 Visiting address: Martin Linges vei 17, 1364 Fornebu, Norway
 Mailing address:  P.O.Box 134, 1325 Lysaker, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===


signature.asc
Description: This is a digitally signed message part.


Bug#829081: RFS: python3-adns/1.2.3-1 [ITP, NMU] -- A Python-3 port of the python-adns package

2016-06-30 Thread Thomas Dreibholz
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "python3-adns". This package is a 
Debian packaging of the Python 3 port of python-adns, found at 
https://mentors.debian.net/sponsors/rfs-howto/python3-adns, with minor fixes. 
My sources are at https://github.com/dreibh/python3-adns/ . I needed a Python 3 
port of python-adns, so I packaged this port. It is probably useful for other 
Debian users as well.

* Package name: python3-adns
  Version : 1.2.3-1
  Upstream Author : Loic Jaquemet, Andy Dustman
* URL : https://github.com/trolldbois/python3-adns
* License : GPL-2+
  Section : python

It builds those binary packages:

 python3-adns - Python bindings to the asynchronous DNS resolver library

 To access further information about this package, please visit the following 
URL:

 https://mentors.debian.net/package/python3-adns


Alternatively, one can download the package with dget using this command:

  dget -x 
https://mentors.debian.net/debian/pool/main/p/python3-adns/python3-adns_1.2.3-1.dsc

 More information about hello can be obtained from https://www.example.com.


Regards,

Thomas Dreibholz


signature.asc
Description: This is a digitally signed message part.


Bug#717236: partman-reiserfs: depends on obsolete package reiserfs-modules

2013-10-22 Thread Thomas Dreibholz
Hi,

why has reiserfs support been removed before useful tools to convert reiserfs 
to btrfs are available? btrfs-convert 
(https://btrfs.wiki.kernel.org/index.php/Conversion_from_Ext3) can only 
convert ext2/3/4, but *not* reiserfs. Are there any useful tools to do such a 
conversion without copying terabytes of data to an additional disk, 
reformatting the original disk with btrfs and copying everything back?

If a useful and working feature like reiserfs is going to be removed, the 
installer should at least provide an easy conversion option to do all the 
conversion automatically. Just removing it and expecting the user to find some 
solution is just annoying!

-- 
Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

===
 Thomas Dreibholz

 Simula Research Laboratory
 Simula Innovation AS, Network Systems Group
 Visiting address: Martin Linges vei 17, 1364 Fornebu, Norway
 Mailing address:  P.O.Box 134, 1325 Lysaker, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===


signature.asc
Description: This is a digitally signed message part.


Bug#717236: partman-reiserfs: depends on obsolete package reiserfs-modules

2013-10-22 Thread Thomas Dreibholz
Tirsdag 22. oktober 2013 13.06.05 skrev Christian PERRIER:
 Quoting Thomas Dreibholz (dre...@iem.uni-due.de):
  Hi,
  
  why has reiserfs support been removed before useful tools to convert
  reiserfs
 Because the kernel does not longer provide reiserfs modules?

Then, why does the kernel not longer provide reiserfs modules so that partman-
reiserfs cannot support reiserfs any more?

The kernel (from git.kernel.org) still has reiserfs support, so why is Debian 
removing support without providing any smooth migration path to the users? 
Particularly, the support is even removed without providing a better (or at 
least equal) solution. The only possibilities are to use ext4 (a performance 
downgrade) or btrfs (replacing a stable file system by an experimental one).

-- 
Best regards / Mit freundlichen Grüßen / Med vennlig hilsen

===
 Thomas Dreibholz

 Simula Research Laboratory
 Simula Innovation AS, Network Systems Group
 Visiting address: Martin Linges vei 17, 1364 Fornebu, Norway
 Mailing address:  P.O.Box 134, 1325 Lysaker, Norway
---
 E-Mail: dre...@simula.no
 Homepage:   http://simula.no/people/dreibh
===


signature.asc
Description: This is a digitally signed message part.


Bug#670448: RFS: bibtexconv/0.8.16-3 [ITP]

2012-05-12 Thread Thomas Dreibholz
Dear ,

thank you for your review of the BibTeXConv package!

I have created an updated version here (version 0.8.19-1): 
http://mentors.debian.net/package/bibtexconv .


 I took a look at your package:
 
   - Build fails in a clean chroot with g++-4.7:
 
   [...]
  dh_auto_build
   make[1]: Entering directory `/tmp/buildd/bibtexconv-0.8.16'
   make  all-recursive
   make[2]: Entering directory `/tmp/buildd/bibtexconv-0.8.16'
   Making all in src
   make[3]: Entering directory `/tmp/buildd/bibtexconv-0.8.16/src'
   g++ -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -DUSE_UTF8 -c -o
 bibtexconv.o bibtexconv.cc bibtexconv.cc: In function 'unsigned int
 checkAllURLs(PublicationSet*, const char*, bool)': bibtexconv.cc:254:60:
 error: 'unlink' was not declared in this scope bibtexconv.cc:285:42: error:
 'unlink' was not declared in this scope bibtexconv.cc:287:35: error:
 'unlink' was not declared in this scope make[3]: *** [bibtexconv.o] Error 1
   make[3]: Leaving directory `/tmp/buildd/bibtexconv-0.8.16/src'
   make[2]: *** [all-recursive] Error 1
   make[2]: Leaving directory `/tmp/buildd/bibtexconv-0.8.16'
   make[1]: *** [all] Error 2
   make[1]: Leaving directory `/tmp/buildd/bibtexconv-0.8.16'
   dh_auto_build: make -j1 returned exit code 2
   make: *** [build] Error 2

Fixed.


   - In debian/copyright, the Format URL is wrong [1]. Although not
 required, it wouldn't be a bad idea adding an Upstream-Contact
 field.
 
 [1] http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/

Added.


 ltmain.sh should have its own Files paragraph.
 
   - Since you only have one entry in the changelog, version number
 should be 0.8.16-1.

Fixed.


   - You may want to use debhelper compat 9.

Done.


   - It looks like src/bibtexconv-odt doesn't use any bashisms, so you
 could use /bin/sh.

Changed.


 That script will fail if $BIBTEX_FILE or $EXPORT_SCRIPT contain
 spaces though.

Fixed. It now also processed files with spaces in their names.


 You would also get a more readable script (and less error-prone) by
 using set -e [2]; for example, you're not checking the exit status
 of mktemp.

Done.


 [2] http://www.debian.org/doc/debian-policy/ch-files.html#s-scripts
 
   - bibtexconv(1) states that the following arguments have to be
 provided; it seems unlikely that all of the options are mandatory,
 so this needs to be clarified. In the synopsis, the usual convention
 is to put only optional arguments between brackets (the usage line
 of src/bibtexconv-odt should follow that convention too).

Changed.


 Some of the commands are not documented.
 
 The examples get wrapped in narrow terminals, in a way that make
 them invalid shell commands; it would be better to manually wrap
 them and have continuation lines end with '\'.

Strangely, in the first occurrence of \\ after .It, man converts \ to | 
(i.e. the pipe symbol). I did not find a way to turn this wrong behaviour off, 
therefore I did not add manual wrapping.


 Do not use a pair of '*' for emphasis (e.g. *not*), there are
 macros for that, such as .I.

Fixed.


 Please consider getting rid of the AUTHOR section (see
 man-pages(7)).

Removed.


Best regards

Thomas Dreibholz


signature.asc
Description: This is a digitally signed message part.


Bug#670448: RFS: bibtexconv/0.8.16-3 -- Looking for a Debian sponsor

2012-04-25 Thread Thomas Dreibholz
Package: sponsorship-requests
Severity: wishlist

Dear mentors,

I am looking for a sponsor for my package bibtexconv. BibTeXConv is a BibTeX 
file converter which allows one to export BibTeX entries to other formats, 
including customly defined text output. Furthermore, it provides the 
possibility to check URLs (including MD5, size and MIME type computations)
 and to verify ISBN and ISSN numbers. Examples are provided on the BibTeXConv 
website at http://www.iem.uni-due.de/~dreibh/bibtexconv/index.html .

 * Package name: bibtexconv
   Version : 0.8.16-3
   Upstream Author : Thomas Dreibholz dre...@iem.uni-due.de
 * URL : http://www.iem.uni-due.de/~dreibh/bibtexconv/index.html
 * License : GPL, version 3
   Section : tex

It builds those binary packages:

  bibtexconv - BibTeX Converter

To access further information about this package, please visit the following 
URL:

  http://mentors.debian.net/package/bibtexconv


Alternatively, one can download the package with dget using this command:

dget -x 
http://mentors.debian.net/debian/pool/main/b/bibtexconv/bibtexconv_0.8.16-3.dsc

More information about bibtexconv can be obtained from http://www.iem.uni-
due.de/~dreibh/bibtexconv/.


Best regards,
   Thomas Dreibholz


signature.asc
Description: This is a digitally signed message part.


Bug#670452: RFS: fractgen/2.0.13-1 -- Looking for a Debian sponsor

2012-04-25 Thread Thomas Dreibholz
Package: sponsorship-requests
Severity: wishlist

Dear mentors,

I am looking for a sponsor for my package FractGen. FractGen is a simple Qt-
based fractal generator program for Mandelbrot fractals. The image size is 
only limited by virtual memory. It is possible to zoom into images. Image 
parameters can be saved in XML files and loaded from XML files. Calculated 
images can be exported as PNG files.

The intention of this program is to generate graphics to be post-processed by 
other image tools, e.g. in order to generate nice screen backgrounds or book 
covers.

 * Package name: fractgen
   Version : 2.0.13-1
   Upstream Author : Thomas Dreibholz dre...@iem.uni-due.de
 * URL : http://www.exp-math.uni-
essen.de/~dreibh/fractalgenerator/
 * License : GPL, version 3
   Section : graphics

It builds those binary packages:

  fractgen   - calculates fractal images

To access further information about this package, please visit the following 
URL:

  http://mentors.debian.net/package/fractgen


Alternatively, one can download the package with dget using this command:

  dget -x 
http://mentors.debian.net/debian/pool/main/f/fractgen/fractgen_2.0.13-1.dsc

More information about hello can be obtained from http://www.exp-math.uni-
essen.de/~dreibh/fractalgenerator/ .


Regards,
   Thomas Dreibholz


signature.asc
Description: This is a digitally signed message part.


Bug#669893: ITP: fractgen

2012-04-21 Thread Thomas Dreibholz
Package: wnpp
Severity: wishlist
Owner: Thomas Dreibholz dre...@iem.uni-due.de

* Package name: fractgen
  Version : 2.0.13
  Upstream Author : Thomas Dreibholz dre...@iem.uni-due.de
* URL :http://www.iem.uni-due.de/~dreibh/fractalgenerator/
* License : GPL version 3
  Programming Lang: C++
  Description : Fractal image generator

FractGen is a simple Qt-based fractal generator program for Mandelbrot 
fractals. The image size is only limited by virtual memory. It is possible to 
zoom into images. Image parameters can be saved in XML files and loaded from 
XML files. Calculated images can be exported as PNG files.

The intention of this program is to generate graphics to be post-processed by 
other image tools, e.g. in order to generate nice screen backgrounds.


signature.asc
Description: This is a digitally signed message part.


Bug#669900: ITP: slideshow

2012-04-21 Thread Thomas Dreibholz
Package: wnpp
Severity: wishlist
Owner: Thomas Dreibholz dre...@iem.uni-due.de

* Package name: slideshow
  Version : 2.2.2
  Upstream Author : Thomas Dreibholz dre...@iem.uni-due.de
* URL : http://www.iem.uni-due.de/~dreibh/slideshow/
* License : GPL version 3
  Programming Lang: C++
  Description : HTML slide show and image presentation generator

SlideShow is a command-line tool to generate standards-compliant XHTML-1.1 
presentations from a set of image files. It can be used to easily generate 
online photo albums, including JavaScript-based slideshows. Particularly, this 
program is intended to be also used in scripts, which automatically create or 
update slideshows.


signature.asc
Description: This is a digitally signed message part.


Bug#669908: ITP: rtpaudio

2012-04-21 Thread Thomas Dreibholz
Package: wnpp
Severity: wishlist
Owner: Thomas Dreibholz dre...@iem.uni-due.de

* Package name: rtpaudio
  Version : 2.0.0~alpha2
  Upstream Author : Thomas Dreibholz dre...@iem.uni-due.de
* URL : http://www.exp-math.uni-essen.de/~dreibh/rtpaudio/
* License : GPL version 3
  Programming Lang: C++
  Description : RTP Audio sound streaming system

The RTP Audio system is a network sound streaming systen. It has been designed 
for QoS performance analysis and teaching purposes. RTP Audio supports IPv4 
and IPv6 including flowlabels and traffic classes, QoS management as well as 
transport via UDP and SCTP.


signature.asc
Description: This is a digitally signed message part.


Bug#649404: ITP: bibtexconv/0.8.14-1 -- BibTeX Converter

2012-04-20 Thread Thomas Dreibholz
Package: wnpp
Severity: wishlist

* Package name: bibtexconv
   Version : 0.8.14-1
   Upstream Author : Thomas Dreibholz dre...@iem.uni-due.de
 * URL : http://www.iem.uni-due.de/~dreibh/bibtexconv/index.html
 * License : GPL, version 3
   Section : tex

BibTeXConv is still looking for a Deban sponsor. See 
http://mentors.debian.net/package/bibtexconv .

signature.asc
Description: This is a digitally signed message part.


Bug#669585: RFS: bibtexconv/0.8.14-1 -- Looking for a Debian sponsor

2012-04-20 Thread Thomas Dreibholz
Package: sponsorship-requests
Severity: wishlist

Dear mentors,

I am looking for a sponsor for my package bibtexconv. BibTeXConv is a BibTeX 
file converter which allows one to export BibTeX entries to other formats, 
including customly defined text output. Furthermore, it provides the 
possibility to check URLs (including MD5, size and MIME type computations)
 and to verify ISBN and ISSN numbers. Examples are provided on the BibTeXConv 
website at http://www.iem.uni-due.de/~dreibh/bibtexconv/index.html .

 * Package name: bibtexconv
   Version : 0.8.14-1
   Upstream Author : Thomas Dreibholz dre...@iem.uni-due.de
 * URL : http://www.iem.uni-due.de/~dreibh/bibtexconv/index.html
 * License : GPL, version 3
   Section : tex

It builds those binary packages:

  bibtexconv - BibTeX Converter

To access further information about this package, please visit the following 
URL:

  http://mentors.debian.net/package/bibtexconv


Alternatively, one can download the package with dget using this command:

dget -x 
http://mentors.debian.net/debian/pool/main/b/bibtexconv/bibtexconv_0.8.14-1.dsc

More information about bibtexconv can be obtained from http://www.iem.uni-
due.de/~dreibh/bibtexconv/.


Best regards,
   Thomas Dreibholz


signature.asc
Description: This is a digitally signed message part.


Bug#649404: ITP: bibtexconv -- BibTeX Converter

2011-11-20 Thread Thomas Dreibholz
Package: wnpp
Severity: wishlist
Owner: Thomas Dreibholz dre...@iem.uni-due.de

* Package name: bibtexconv
  Version : 0.8.0
  Upstream Author : Thomas Dreibholz dre...@iem.uni-due.de
* URL : http://www.iem.uni-due.de/~dreibh/bibtexconv/index.html
* License : GPL version 3
  Programming Lang: C++
  Description : BibTeX Converter

BibTeXConv is a BibTeX file converter which allows one to export BibTeX entries 
to other formats, including customly defined  text output. Furthermore, it 
provides the possibility to  check URLs (including MD5, size and MIME type 
computations) and to verify ISBN and ISSN numbers.


signature.asc
Description: This is a digitally signed message part.


Bug#516750: Packaging of latest version rsplib-2.7.11

2011-05-06 Thread Thomas Dreibholz
Hi!

The latest version of the rsplib package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/r/rsplib
- Source repository: deb-src http://mentors.debian.net/debian unstable main 
contrib non-free
- dget http://mentors.debian.net/debian/pool/main/r/rsplib/rsplib_2.7.11-1.dsc


Best regards
--
Thomas Dreibholz


signature.asc
Description: This is a digitally signed message part.


Bug#625081: subnetcalc: FTBFS: subnetcalc.cc:216:23: error: taking address of temporary [-fpermissive]

2011-05-03 Thread Thomas Dreibholz
On Montag 02 Mai 2011, you wrote:
 Source: subnetcalc
 Version: 2.1.2-1
 Severity: serious
 Tags: wheezy sid
 User: debian...@lists.debian.org
 Usertags: qa-ftbfs-20110502 qa-ftbfs
 Justification: FTBFS on amd64
 
 Hi,
 
 During a rebuild of all packages in sid, your package failed to build on
 amd64.
 
 Relevant part:
  x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT subnetcalc.o
  -MD -MP -MF .deps/subnetcalc.Tpo -c -o subnetcalc.o subnetcalc.cc
  subnetcalc.cc: In function 'void printAddressBinary(std::ostream, const
  sockaddr_union, unsigned int, const char*)': subnetcalc.cc:216:23:
  error: taking address of temporary [-fpermissive] make[2]: ***
  [subnetcalc.o] Error 1

The bug has just been fixed upstream in the latest version 2.1.3 of subnetcalc, 
to be found here:
http://www.iem.uni-due.de/~dreibh/subnetcalc/index.html .

I have also created an updated package and uploaded it to mentors.debian.net 
at: http://mentors.debian.net/cgi-bin/sponsor-
pkglist?action=details;package=subnetcalc .


Best regards
-- 
Thomas Dreibholz


signature.asc
Description: This is a digitally signed message part.


Bug#622397: netperfmeter: Maybe too strong Recommends

2011-04-13 Thread Thomas Dreibholz
On Dienstag 12 April 2011, Nelson A. de Oliveira wrote:
 Package: netperfmeter
 Version: 1.1.7-1
 Severity: wishlist
 
 Hi!
 
 I was taking a look at netperfmeter and thinking if its recommends
 (iputils-ping, iputils-tracepath, subnetcalc, traceroute) aren't too
 strong (they should maybe be downgraded to suggests).

The idea behind these recommends is that a user of netperfmeter will -- at a 
very high probability -- also test and configure a network setup. Therefore, 
basic testing and configuration tools like ping, traceroute, tracepath and 
subnetcalc are highly useful. So, if the package mangement tool is configured 
to automatically install recommends, the user will directly get these tools 
with the netperfmeter install.

If a user is really interested in a minimalistic install, he just can use apt-
get --no-install-recommends (or similar options for other package management 
tools). Then, netperfmeter will be installed without the recommended tools.


Best regards

Thomas Dreibholz


signature.asc
Description: This is a digitally signed message part.


Bug#591381: subnetcalc: New upstream release 2.1.2

2010-08-03 Thread Thomas Dreibholz
On Montag 02 August 2010, you wrote:
 Package: subnetcalc
 Version: 2.1.1-2
 Severity: wishlist
 
 Please package it :)

Done.

Here is the package: http://mentors.debian.net/debian/pool/main/s/subnetcalc/ 
.


Best regards
--
Thomas Dreibholz


signature.asc
Description: This is a digitally signed message part.


Bug#586649: ITP: netperfmeter -- TCP/UDP/SCTP/DCCP network performance meter

2010-06-21 Thread Thomas Dreibholz
Package: wnpp
Version: 1.0.1; reported 2010-06-20
Severity: wishlist

* Package name : netperfmeter
Version : 1.0.1
Upstream Author : Thomas Dreibholz dre...@iem.uni-due.de
* URL : http://www.exp-math.uni-essen.de/~dreibh/netperfmeter/
* License : GPL version 3
Description : NetPerfMeter is a network performance meter for the UDP, TCP, 
SCTP and DCCP transport protocols over IPv4 and IPv6. It simultaneously 
transmits bidirectional flows to an endpoint and measures the resulting flow 
bandwidths and QoS. The results are written as vector and scalar files. The 
vector files may be used to create plots of the results.

RFS:
http://mentors.debian.net/debian/pool/main/n/netperfmeter/

-- 
Thomas Dreibholz


signature.asc
Description: This is a digitally signed message part.


Bug#586405: ITP: rsplib -- Implementation of the IETF's Reliable Server Pooling (RSerPool) framework defined in RFCs 5351 to 5356.

2010-06-19 Thread Thomas Dreibholz
Package: wnpp
Severity: wishlist
Owner: Thomas Dreibholz dre...@iem.uni-due.de

* Package name : rsplib
Version : 2.7.1
Upstream Author : Thomas Dreibholz dre...@iem.uni-due.de
* URL : http://tdrwww.iem.uni-due.de/dreibholz/rserpool/
* License : GPL version 3
Programming Lang: C, C++
Description : Implementation of the IETF's Reliable Server Pooling (RSerPool) 
framework defined in RFCs 5351 to 5356.

RSPLIB is the Open Source implementation (GPLv3) of the IETF's framework for 
Reliable Server Pooling (RSerPool). RSerPool is a framework for server pool 
management and access. It is an IETF standard, which has been developed by
the IETF RSerPool Working Group and documented in RFC 5351 to RFC 5356. From
the programmer's perspective, a pool is mainly seen as a highly available
server. RSerPool realizes a Session Layer in the OSI model. The API to
access this Session Layer is very similar to TCP/IP socket programming, so
using RSerPool functionalities in own programs is quite easy. If you are
looking for a simple-to-use workload distribution system including failover
capabilities, but without the overhead and configuration effort of GRID
computing, RSPLIB is probably what you are looking for! A lot of documents
on RSerPool and RSPLIB can be found on the project homepage at:
http://tdrwww.iem.uni-due.de/dreibholz/rserpool/ .

RSPLIB is already included in Ubuntu since Intrepid Ibex. Therefore, I
would like to add it to Debian, too.


signature.asc
Description: This is a digitally signed message part.


Bug#546738: ITP: netperfmeter -- TCP/UDP/SCTP/DCCP network performance meter

2010-06-19 Thread Thomas Dreibholz
The development of NetPerfMeter is continuing. The new upstream version 1.0.0 
has just been released at http://www.exp-math.uni-
essen.de/~dreibh/netperfmeter/ . Also, I have created a new package on 
http://mentors.debian.net/debian/pool/main/n/netperfmeter/ .

--
Thomas Dreibholz


signature.asc
Description: This is a digitally signed message part.


Bug#546738: ITP: netperfmeter -- TCP/UDP/SCTP/DCCP network performance meter

2009-09-15 Thread Thomas Dreibholz
Package: wnpp
Version: 0.9.1; reported 2009-09-15
Severity: wishlist

* Package name : netperfmeter
Version : 0.9.1
Upstream Author : Thomas Dreibholz dre...@iem.uni-due.de
* URL : http://www.exp-math.uni-essen.de/~dreibh/netperfmeter/
* License : GPL version 3
Description : NetPerfMeter is a network performance meter for the UDP, TCP, 
SCTP and DCCP transport protocols over IPv4 and IPv6. It simultaneously 
transmits bidirectional flows to an endpoint and measures the resulting flow 
bandwidths and QoS. The results are written as vector and scalar files. The 
vector files can be used to create PDF plots of the results.

RFS:
https://mentors.debian.net/cgi-bin/maintainer-packages

-- 
Thomas Dreibholz


signature.asc
Description: This is a digitally signed message part.


Bug#531710: ITP: subnetcalc

2009-06-03 Thread Thomas Dreibholz
Package: wnpp
Severity: wishlist
Owner: Thomas Dreibholz dre...@iem.uni-due.de

* Package name    : subnetcalc
  Version         : 2.0.0-1
  Upstream Author : Thomas Dreibholz dre...@iem.uni-due.de
* URL             : http://www.iem.uni-due.de/~dreibh/subnetcalc/
* License         : GPL, version 3
  Section         : net

SubNetCalc is an IPv4/IPv6 subnet address calculator. For given IPv4 or IPv6 
address and netmask or prefix length, it calculates network address, 
broadcast address, maximum number of hosts and host address range. Also, it 
prints the addresses in binary format for better understandability. 
Furthermore, it prints useful information on specific address types (e.g. 
type, scope, interface ID, etc.). SubNetCalc can also generate IPv6 Unique 
Local addresses using random input from /dev/random or /dev/urandom.

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/s/subnetcalc
- Source repository: deb-src http://mentors.debian.net/debian unstable main 
contrib non-free
- dget 
http://mentors.debian.net/debian/pool/main/s/subnetcalc/subnetcalc_2.0.0-1.dsc


Best regards
-- 
===
 Dr. Thomas Dreibholz

 University of Duisburg-Essen,   Room ES210
 Inst. for Experimental Mathematics  Ellernstraße 29
 Computer Networking Technology GroupD-45326 Essen/Germany
---
 E-Mail: dre...@iem.uni-due.de
 Homepage:   http://www.iem.uni-due.de/~dreibh
===


signature.asc
Description: This is a digitally signed message part.


Bug#516750: ITP: rsplib -- Implementation of the IETF's Reliable Server Pooling (RSerPool) standard defined in RFCs 5351 to 5356.

2009-02-23 Thread Thomas Dreibholz
Package: wnpp
Severity: wishlist
Owner: Thomas Dreibholz dre...@iem.uni-due.de


* Package name: rsplib
  Version : 2.6.0
  Upstream Author : Thomas Dreibholz dre...@iem.uni-due.de
* URL : http://tdrwww.iem.uni-due.de/dreibholz/rserpool/
* License : GPL version 3
  Programming Lang: C, C++
  Description : Implementation of the IETF's Reliable Server Pooling 
(RSerPool) standard defined in RFCs 5351 to 5356.

RSPLIB is the Open Source implementation (GPLv3) of the IETF's standard for
Reliable Server Pooling (RSerPool). RSerPool is a framework for server pool
management and access. It is an IETF standard, which has been developed by
the IETF RSerPool Working Group and documented in RFC 5351 to RFC 5356. From
the programmer's perspective, a pool is mainly seen as a highly available
server. RSerPool realizes a Session Layer in the OSI model. The API to
access this Session  Layer is very similar to TCP/IP socket programming, so
using RSerPool functionalities in own programs is quite easy. If you are
looking for a simple-to-use workload distribution system including failover
capabilities, but without the overhead and configuration effort of GRID
computing, RSPLIB is probably what you are looking for! A lot of documents
on RSerPool and  RSPLIB can be found on the project homepage at:
http://tdrwww.iem.uni-due.de/dreibholz/rserpool/ .

RSPLIB is already included in Ubuntu Intrepid and Jaunty. Therefore, I
would like to add it to Debian, too.

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/r/rsplib
- Source repository: deb-src http://mentors.debian.net/debian unstable main 
contrib non-free
- dget http://mentors.debian.net/debian/pool/main/r/rsplib/rsplib_2.6.0-1.dsc



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org